Searched refs:hasVerticalHotseat (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java77 private boolean hasVerticalHotseat() { method in class:Hotseat
83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
87 return hasVerticalHotseat() ? 0 : rank;
90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java81 private boolean hasVerticalHotseat() { method in class:Hotseat
87 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
91 return hasVerticalHotseat() ? 0 : rank;
94 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;

Completed in 87 milliseconds