Home
last modified time | relevance | path

Searched defs:newWidth (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDownsample.java68 int newWidth = orig_w * p / 100; in apply() local
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DManualLayoutFrame.java39 int newWidth = mWidth; in onMeasure() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageBubbleView.java97 public void kickOffMorphAnimation(final int oldWidth, final int newWidth) { in kickOffMorphAnimation()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DCustomViewToolbar.java142 final int newWidth; in onConversationListLayout() local
/packages/apps/Dialer/java/com/android/incallui/
DContactsAsyncHelper.java252 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate() local
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java169 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate() local
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimUtils.java199 public static void changeDimensions(final View view, final int newWidth, final int newHeight) { in changeDimensions()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeSelectorItem.java167 public void setVisibleWidth(int newWidth) { in setVisibleWidth()
/packages/apps/Dialer/java/com/android/dialer/animation/
DAnimUtils.java219 public static void changeDimensions(final View view, final int newWidth, final int newHeight) { in changeDimensions()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoProcessor.java225 final int newWidth = (int) (cropWidth * scaleFactor); in getNormalizedBitmap() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java303 float newWidth = Math.abs(fixed_x - p[0]); in fixedAspectResizeInner() local
/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java407 int newWidth = mWidgetView.getWidth() + 2 * mBackgroundPadding - mWidgetPaddingLeft - in snapToWidget() local
DPagedViewCellLayout.java199 int newWidth = widthSpecSize; in onMeasure() local
DCellLayout.java1005 int newWidth = widthSpecSize; in onMeasure() local
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java398 int newWidth = sTmpRect.width(); in snapToWidget() local
DCellLayout.java815 int newWidth = childWidthSize; in onMeasure() local
/packages/apps/Car/Media/src/com/android/car/media/
DMediaPlaybackFragment.java740 int newWidth = width > mAlbumArtWidth ? mAlbumArtWidth : width; in cropAlbumArt() local
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java825 public static Bitmap scaleCenterCrop(final Bitmap source, final int newWidth, in scaleCenterCrop()
/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java655 int newWidth = bitmap.getWidth(); in createScreenshot() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java204 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) { in scale()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java675 int newWidth = SCALED_SCREENSHOT_MAX_HEIGHT_WIDTH; in getReducedSizeBitmap() local
/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java829 int newWidth; in cropJpegDataToAspectRatio() local