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

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 142 private float mHotseatScale = 1f;
206 mHotseatScale = (res.getInteger(R.integer.hotseat_item_scale_percentage) / 100f);
327 return mIsHotseat ? mHotseatScale : 1.0f;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 144 private float mHotseatScale = 1f;
211 mHotseatScale = (float) grid.hotseatIconSizePx / grid.iconSizePx;
306 return mIsHotseat ? mHotseatScale : 1.0f;
    [all...]

Completed in 38 milliseconds