Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java63 private int mTotalWidth; field in CandidateView
108 if (sx + getWidth() > mTotalWidth) { in CandidateView()
133 return mTotalWidth; in computeHorizontalScrollRange()
161 mTotalWidth = 0; in onDraw()
214 mTotalWidth = x; in onDraw()