Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java789 final int inptTxtRight = inptTxtLeft + inptTxtMsrdWdth; in onLayout() local
791 mInputText.layout(inptTxtLeft, inptTxtTop, inptTxtRight, inptTxtBottom); in onLayout()