OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCROLL_PIXELS
(Results
1 - 2
of
2
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java
46
private static final int
SCROLL_PIXELS
= 20;
223
sx +=
SCROLL_PIXELS
;
229
sx -=
SCROLL_PIXELS
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java
67
private static final int
SCROLL_PIXELS
= 20;
289
scrollX +=
SCROLL_PIXELS
;
298
scrollX -=
SCROLL_PIXELS
;
Completed in 2752 milliseconds