OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
54
private Drawable
mSelectionHighlight
;
122
mSelectionHighlight
= context.getResources().getDrawable(
258
mSelectionHighlight
.setBounds(0, bgPadding.top, wordWidth, height);
259
mSelectionHighlight
.draw(canvas);
Completed in 13 milliseconds