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/core/platform/
Scrollbar.cpp 456 int desiredPos = pressedPos;
460 moveThumb(desiredPos);
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 458 int desiredPos = (int) mChipHeight + mActionBarHeight + getExcessTopPadding();
459 if (currentPos > desiredPos) {
460 mScrollView.scrollBy(0, currentPos - desiredPos);
    [all...]

Completed in 45 milliseconds