HomeSort by relevance Sort by last modified time
    Searched full:mselectionhighlight (Results 1 - 1 of 1) sorted by null

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

Completed in 42 milliseconds