OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCellCountY
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java
45
int
getCellCountY
() {
PagedViewCellLayout.java
70
mCellCountY = LauncherModel.
getCellCountY
();
166
public int
getCellCountY
() {
261
if (numRows <
getCellCountY
()) {
LauncherModel.java
672
static int
getCellCountY
() {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewGridLayout.java
45
int
getCellCountY
() {
PagedViewCellLayout.java
160
public int
getCellCountY
() {
255
if (numRows <
getCellCountY
()) {
Completed in 84 milliseconds