HomeSort by relevance Sort by last modified time
    Searched defs:toLeft (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 347 int toLeft = (mContentView.getWidth() - width) / 2;
349 int toRight = toLeft + width;
357 fromLeft, toLeft);
430 int toLeft = 0;
453 fromLeft, toLeft);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 2896 milliseconds