Home
last modified time | relevance | path

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

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