Searched refs:mHasVerticalHotseat (Results 1 – 1 of 1) sorted by relevance
39 private final boolean mHasVerticalHotseat; field in Hotseat52 mHasVerticalHotseat = mLauncher.getDeviceProfile().isVerticalBarLayout(); in Hotseat()76 return mHasVerticalHotseat ? (mContent.getCountY() - y - 1) : x; in getOrderInHotseat()81 return mHasVerticalHotseat ? 0 : rank; in getCellXFromOrder()85 return mHasVerticalHotseat ? (mContent.getCountY() - (rank + 1)) : 0; in getCellYFromOrder()