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

  /device/generic/goldfish/camera/
Thumbnail.cpp 128 int thumbWidth, int thumbHeight, int quality,
130 if (thumbWidth <= 0 || thumbHeight <= 0) {
132 __FUNCTION__, thumbWidth, thumbHeight);
139 thumbWidth, thumbHeight, &rawThumbnail)) {
147 thumbWidth, thumbHeight,
CallbackNotifier.cpp 299 int thumbWidth = mCameraParameters.getInt(
303 if (thumbWidth > 0 && thumbHeight > 0) {
305 width, height, thumbWidth, thumbHeight,
  /device/google/cuttlefish_common/guest/hals/camera/
Thumbnail.cpp 128 int thumbWidth, int thumbHeight, int quality,
130 if (thumbWidth <= 0 || thumbHeight <= 0) {
132 __FUNCTION__, thumbWidth, thumbHeight);
139 thumbWidth, thumbHeight, &rawThumbnail)) {
148 quality, thumbWidth, thumbHeight);
CallbackNotifier.cpp 254 int thumbWidth = cameraParameters->getInt(
258 if (thumbWidth > 0 && thumbHeight > 0) {
260 width, height, thumbWidth, thumbHeight,
  /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/fake-pipeline2/
JpegCompressor.cpp 135 int thumbWidth = 0, thumbHeight = 0;
161 thumbWidth = entry.data.i32[0];
168 if (thumbWidth > 0 && thumbHeight > 0) {
171 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),
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 630 final int thumbWidth = thumb.getIntrinsicWidth();
632 available -= thumbWidth;
650 final int right = left + thumbWidth;
    [all...]
Switch.java 828 final int thumbWidth;
833 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
836 thumbWidth = 0;
848 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 457 int32_t thumbWidth = videoFrame->mWidth;
460 int64_t thumbPixels = thumbWidth * thumbHeight;
465 if (thumbWidth >= targetSize || thumbHeight >= targetSize
473 dst_width = thumbWidth / downscale;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 805 final int thumbWidth;
810 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
813 thumbWidth = 0;
825 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 115 Image* GetThumbnailImage(UINT thumbWidth, UINT thumbHeight,
gdiplusimpl.h 240 __inline__ Image* Image::GetThumbnailImage(UINT thumbWidth, UINT thumbHeight,
245 nativeImage, thumbWidth, thumbHeight, &thumbImage,
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 1294 milliseconds