Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DButtonGridLayout.java51 private int mButtonHeight; field in ButtonGridLayout
83 child.layout(x, y, x + mButtonWidth, y + mButtonHeight); in onLayout()
105 mButtonHeight = child.getMeasuredHeight(); in onMeasure()
107 mHeightInc = mButtonHeight + mPaddingTop + mPaddingBottom; in onMeasure()
/packages/apps/Phone/src/com/android/phone/
DButtonGridLayout.java55 private int mButtonHeight; field in ButtonGridLayout
101 child.layout(x, y, x + mButtonWidth, y + mButtonHeight); in onLayout()
123 mButtonHeight = child.getMeasuredHeight(); in onMeasure()
125 mHeightInc = mButtonHeight + mPaddingTop + mPaddingBottom; in onMeasure()