Searched refs:thumbWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java906 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
910 float scaleW = appWidth / thumbWidth;
1057 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
1091 float scale = thumbWidth /
1246 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
1252 float scaleW = appWidth / thumbWidth;
1269 float scaleW = appWidth / thumbWidth;
1291 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
1298 float scaleW = thumbWidth / appWidth;
1326 float scaleW = thumbWidth / appWidt
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java610 final int thumbWidth = thumb.getIntrinsicWidth();
612 available -= thumbWidth;
630 final int right = left + thumbWidth;
H A DSwitch.java821 final int thumbWidth;
826 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
829 thumbWidth = 0;
841 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java795 final int thumbWidth;
800 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
803 thumbWidth = 0;
815 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2168 uint32_t thumbWidth = context->getThumbnailWidth(); local
2170 thumbWidth, context->getThumbnailHeight(), bytesPerPixel,
2171 bytesPerPixel * thumbWidth, /*offset*/0, BYTES_PER_RGB_SAMPLE,

Completed in 419 milliseconds