HomeSort by relevance Sort by last modified time
    Searched refs:mSelectionHighlight (Results 1 - 2 of 2) 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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 52 private final Drawable mSelectionHighlight;
98 mSelectionHighlight = context.getResources().getDrawable(
264 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height);
265 mSelectionHighlight.draw(canvas);

Completed in 3628 milliseconds