commit | 0b754e564b6a5fef535815467464a6abaa84d434 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon Aug 07 07:42:45 2017 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon Aug 07 07:43:25 2017 -0700 |
tree | 177de32f96a1a6c681c05ad1cab0a398581f7727 | |
parent | f2b83d0e84eccd5e2dc7257f17f5747c867facb3 [diff] [blame] |
Making some methods accessible Bug: 63996463 Change-Id: I3cd2e21b8aa6744fc8003a131178ce1671e024dd
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index aac8005..3ebccda 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java
@@ -780,7 +780,7 @@ return mCellWidth; } - int getCellHeight() { + public int getCellHeight() { return mCellHeight; }