HomeSort by relevance Sort by last modified time
    Searched full:setthumb (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 86 myAbsSeekBar.setThumb(drawable1);
90 myAbsSeekBar.setThumb(drawable2);
122 myAbsSeekBar.setThumb(drawable1);
129 myAbsSeekBar.setThumb(drawable2);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 215 mPendingCaptureSettings |= SetThumb;
221 if (mThumbWidth != DEFAULT_THUMB_WIDTH) mPendingCaptureSettings |= SetThumb;
232 mPendingCaptureSettings |= SetThumb;
238 if (mThumbHeight != DEFAULT_THUMB_HEIGHT) mPendingCaptureSettings |= SetThumb;
250 mPendingCaptureSettings |= SetThumb;
256 if (mThumbQuality != MAX_JPEG_QUALITY) mPendingCaptureSettings |= SetThumb;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
ToggleSlider.java 100 mSlider.setThumb(thumb);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 129 mHorizontalScrollBar.setThumb(Math.min(imageWidth, client.width));
130 mVerticalScrollBar.setThumb(Math.min(imageHeight, client.height));
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 74 setThumb(thumb); // will guess mThumbOffset if thumb != null...
97 public void setThumb(Drawable thumb) {
99 // This way, calling setThumb again with the same bitmap will result in
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 73 setThumb(thumb); // will guess mThumbOffset if thumb != null...
96 public void setThumb(Drawable thumb) {
98 // This way, calling setThumb again with the same bitmap will result in
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 219 mHorizontalBar.setThumb(1);
234 mVerticalBar.setThumb(1);
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 263 SetThumb = 1 << 1,
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 319 milliseconds