Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DButtonGridLayout.java55 private int mHeightInc; field in ButtonGridLayout
88 y += mHeightInc; in onLayout()
107 mHeightInc = mButtonHeight + mPaddingTop + mPaddingBottom; in onMeasure()
108 mHeight = ROWS * mHeightInc; in onMeasure()
/packages/apps/Phone/src/com/android/phone/
DButtonGridLayout.java59 private int mHeightInc; field in ButtonGridLayout
106 y += mHeightInc; in onLayout()
125 mHeightInc = mButtonHeight + mPaddingTop + mPaddingBottom; in onMeasure()
126 mHeight = ROWS * mHeightInc; in onMeasure()