Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java829 final int inptTxtMsrdHght = mInputText.getMeasuredHeight(); in onLayout() local
831 final int inptTxtTop = (msrdHght - inptTxtMsrdHght) / 2; in onLayout()
833 final int inptTxtBottom = inptTxtTop + inptTxtMsrdHght; in onLayout()