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

  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 141 private boolean mIsHotseat = false;
356 return mIsHotseat ? mHotseatScale : 1.0f;
599 mIsHotseat = isHotseat;
604 return mIsHotseat;
614 bubbleChild.setTextVisibility(!mIsHotseat);
    [all...]
  /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...]

Completed in 40 milliseconds