Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCling.java65 private int mButtonBarHeight; field in Cling
101 mButtonBarHeight = r.getDimensionPixelSize(R.dimen.button_bar_height); in init()
125 return new int[]{getMeasuredWidth() / 2, getMeasuredHeight() - (mButtonBarHeight / 2)}; in getPunchThroughPositions()
127 return new int[]{getMeasuredWidth() - (mButtonBarHeight / 2), getMeasuredHeight() / 2}; in getPunchThroughPositions()