Searched refs:mButtonBarHeight (Results 1 – 1 of 1) sorted by relevance
65 private int mButtonBarHeight; field in Cling101 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()