HomeSort by relevance Sort by last modified time
    Searched refs:hasVerticalHotseat (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 77 private boolean hasVerticalHotseat() {
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/
Hotseat.java 82 private boolean hasVerticalHotseat() {
88 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
92 return hasVerticalHotseat() ? 0 : rank;
95 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;

Completed in 233 milliseconds