Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java831 final int inptTxtTop = (msrdHght - inptTxtMsrdHght) / 2; in onLayout() local
833 final int inptTxtBottom = inptTxtTop + inptTxtMsrdHght; in onLayout()
834 mInputText.layout(inptTxtLeft, inptTxtTop, inptTxtRight, inptTxtBottom); in onLayout()