OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCountY
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java
83
return hasVerticalHotseat() ? (mContent.
getCountY
() - y - 1) : x;
90
return hasVerticalHotseat() ? (mContent.
getCountY
() - (rank + 1)) : 0;
Folder.java
431
mContent.getCountX(), mContent.
getCountY
()));
535
|| item.cellX >= mContent.getCountX() || item.cellY >= mContent.
getCountY
()) {
762
int countY = mContent.
getCountY
();
[
all
...]
AppWidgetResizeFrame.java
242
int countY = mCellLayout.
getCountY
();
FocusHelper.java
627
final int cellCountY = layout.
getCountY
();
[
all
...]
CellLayout.java
607
int
getCountY
() {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java
88
return hasVerticalHotseat() ? (mContent.
getCountY
() - y - 1) : x;
95
return hasVerticalHotseat() ? (mContent.
getCountY
() - (rank + 1)) : 0;
Folder.java
458
mContent.getCountX(), mContent.
getCountY
()));
581
|| item.cellX >= mContent.getCountX() || item.cellY >= mContent.
getCountY
()) {
901
int countY = mContent.
getCountY
()
[
all
...]
FocusHelper.java
287
countY = ((CellLayout) parentLayout).
getCountY
();
626
final int cellCountY = layout.
getCountY
();
[
all
...]
AppWidgetResizeFrame.java
239
int countY = mCellLayout.
getCountY
();
CellLayout.java
608
int
getCountY
() {
[
all
...]
Workspace.java
632
int spanY = customScreen.
getCountY
();
[
all
...]
Completed in 4993 milliseconds