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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 460 int desiredPos = pressedPos;
464 moveThumb(desiredPos);
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 506 int desiredPos = (int) mChipHeight + mActionBarHeight + getExcessTopPadding();
507 if (currentPos > desiredPos) {
508 mScrollView.scrollBy(0, currentPos - desiredPos);
    [all...]

Completed in 424 milliseconds