Searched refs:mHotseatScale (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java156 private float mHotseatScale = 1f; field in class:CellLayout
222 mHotseatScale = (float) grid.hotseatIconSizePx / grid.iconSizePx;
370 return mIsHotseat ? mHotseatScale : 1.0f;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java142 private float mHotseatScale = 1f; field in class:CellLayout
206 mHotseatScale = (res.getInteger(R.integer.hotseat_item_scale_percentage) / 100f);
327 return mIsHotseat ? mHotseatScale : 1.0f;

Completed in 147 milliseconds