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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.cpp 324 int thumbPos = thumbPosition(scrollbar);
326 thumbRect = IntRect(trackRect.x() + thumbPos, trackRect.y(), thumbLength(scrollbar), scrollbar->height());
327 beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), thumbPos + thumbRect.width() / 2, trackRect.height());
330 thumbRect = IntRect(trackRect.x(), trackRect.y() + thumbPos, scrollbar->width(), thumbLength(scrollbar));
331 beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), trackRect.width(), thumbPos + thumbRect.height() / 2);
Scrollbar.cpp 205 int thumbPos = scrollbar->theme()->trackPosition(scrollbar) + scrollbar->theme()->thumbPosition(scrollbar);
207 return scrollbar->pressedPos() >= thumbPos && scrollbar->pressedPos() < thumbPos + thumbLength;
306 int thumbPos = theme()->thumbPosition(this);
310 delta = min(trackLen - thumbLen - thumbPos, delta);
312 delta = max(-thumbPos, delta);
317 float newPosition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLen) + minPos;
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 404 final int thumbPos = (int) (mThumbPosition + 0.5f);
405 int thumbLeft = switchInnerLeft - mTempRect.left + thumbPos;
406 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right;
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 395 final int thumbPos = (int) (mThumbPosition + 0.5f);
396 int thumbLeft = switchInnerLeft - mTempRect.left + thumbPos;
397 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 551 milliseconds