Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java121 int scaleDownPx = getResources().getDimensionPixelSize(R.dimen.all_apps_button_scale_down); in resetLayout() local
123 d.setBounds(bounds.left, bounds.top + scaleDownPx / 2, bounds.right - scaleDownPx, in resetLayout()
124 bounds.bottom - scaleDownPx / 2); in resetLayout()