Home
last modified time | relevance | path

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

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