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

  /frameworks/base/core/java/android/view/
RoundScrollbarRenderer.java 69 float thumbWidth = mParent.getWidth() * WIDTH_PERCENTAGE;
70 mThumbPaint.setStrokeWidth(thumbWidth);
71 mTrackPaint.setStrokeWidth(thumbWidth);
87 bounds.left - thumbWidth / 2,
89 bounds.right - thumbWidth / 2,
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 295 int thumbWidth = mCameraParameters.getInt(
299 if (thumbWidth > 0 && thumbHeight > 0) {
301 width, height, thumbWidth, thumbHeight,
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 191 int thumbWidth = res.getDimensionPixelSize(
196 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
203 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
213 canvas.drawText(title, (int) (thumbWidth * 0.5),
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java 269 int thumbWidth = mIsRtl ? mWidth : -mWidth;
270 canvas.drawRect(0, 0, thumbWidth, mRv.getScrollbarTrackHeight(), mTrackPaint);
  /frameworks/base/core/java/android/widget/
Switch.java 824 final int thumbWidth;
829 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
832 thumbWidth = 0;
844 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 806 final int thumbWidth;
811 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
814 thumbWidth = 0;
826 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 480 milliseconds