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

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 141 private boolean mIsHotseat = false;
327 return mIsHotseat ? mHotseatScale : 1.0f;
612 mIsHotseat = isHotseat;
624 if (mIsHotseat) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 143 private boolean mIsHotseat = false;
306 return mIsHotseat ? mHotseatScale : 1.0f;
590 mIsHotseat = isHotseat;
601 bubbleChild.setTextVisibility(!mIsHotseat);
    [all...]

Completed in 36 milliseconds