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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.cpp 191 int thumbPos = scrollbar->theme()->trackPosition(scrollbar) + scrollbar->theme()->thumbPosition(scrollbar);
193 return scrollbar->pressedPos() >= thumbPos && scrollbar->pressedPos() < thumbPos + thumbLength;
292 int thumbPos = theme()->thumbPosition(this);
296 delta = min(trackLen - thumbLen - thumbPos, delta);
298 delta = max(-thumbPos, delta);
303 float newPosition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLen) + minPos;
ScrollbarTheme.cpp 210 int thumbPos = thumbPosition(scrollbar);
212 thumbRect = IntRect(trackRect.x() + thumbPos, trackRect.y() + (trackRect.height() - thickness) / 2, thumbLength(scrollbar), thickness);
213 beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), thumbPos + thumbRect.width() / 2, trackRect.height());
216 thumbRect = IntRect(trackRect.x() + (trackRect.width() - thickness) / 2, trackRect.y() + thumbPos, thickness, thumbLength(scrollbar));
217 beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), trackRect.width(), thumbPos + thumbRect.height() / 2);
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 323 int thumbPos = (int) ((1.0f - scale) * available);
335 thumb.setBounds(leftBound, thumbPos, rightBound, thumbPos + thumbHeight);
337 int thumbPos = (int) (scale * available);
349 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 295 int thumbPos = (int) (scale * available);
308 final int left = (isLayoutRtl() && mMirrorForRtl) ? available - thumbPos : thumbPos;
Switch.java 738 final int thumbPos = (int) (mThumbPosition + 0.5f);
739 int thumbLeft = switchInnerLeft - mTempRect.left + thumbPos;
740 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right;
  /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 154 milliseconds