Searched defs:hasVerticalHotseat (Results 1 - 1 of 1) 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;

Completed in 69 milliseconds