Searched refs:mHotseatScale (Results 1 – 2 of 2) sorted by relevance
143 private float mHotseatScale = 1f; field in CellLayout207 mHotseatScale = (float) grid.hotseatIconSizePx / grid.iconSizePx; in CellLayout()352 return mIsHotseat ? mHotseatScale : 1.0f; in getChildrenScale()
142 private float mHotseatScale = 1f; field in CellLayout206 mHotseatScale = (res.getInteger(R.integer.hotseat_item_scale_percentage) / 100f); in CellLayout()327 return mIsHotseat ? mHotseatScale : 1.0f; in getChildrenScale()