HomeSort by relevance Sort by last modified time
    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 65 private static final int SCROLL_PIXELS = 20;
295 scrollX += SCROLL_PIXELS;
304 scrollX -= SCROLL_PIXELS;

Completed in 237 milliseconds