Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java40 private Drawable mSelectionHighlight; field in CandidateView
74 mSelectionHighlight = context.getResources().getDrawable( in CandidateView()
76 mSelectionHighlight.setState(new int[] { in CandidateView()
143 mSelectionHighlight.getPadding(padding); in onMeasure()
192 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height); in onDraw()
193 mSelectionHighlight.draw(canvas); in onDraw()