Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDownsample.java69 int newHeight = orig_h * p / 100; in apply() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationFooterView.java31 void onConversationFooterHeightChange(int newHeight); in onConversationFooterHeightChange()
DConversationViewHeader.java64 void onConversationViewHeaderHeightChange(int newHeight); in onConversationViewHeaderHeightChange()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardContainerView.java80 final int newHeight = (int) ((mNumRows * cellHeight) + ((mNumRows - 1) * mCellGapY)) + in onMeasure() local
/packages/apps/InCallUI/src/com/android/incallui/
DContactsAsyncHelper.java182 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate() local
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java182 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate() local
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimUtils.java195 public static void changeDimensions(final View view, final int newWidth, final int newHeight) { in changeDimensions()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoProcessor.java226 final int newHeight = (int) (cropHeight * scaleFactor); in getNormalizedBitmap() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSecureConversationViewFragment.java227 public void onConversationViewHeaderHeightChange(int newHeight) { in onConversationViewHeaderHeightChange()
DAbstractConversationViewFragment.java223 public abstract void onConversationViewHeaderHeightChange(int newHeight); in onConversationViewHeaderHeightChange()
DConversationViewFragment.java969 public void onConversationViewHeaderHeightChange(int newHeight) { in onConversationViewHeaderHeightChange()
980 public void onConversationFooterHeightChange(int newHeight) { in onConversationFooterHeightChange()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java304 float newHeight = Math.abs(fixed_y - p[1]); in fixedAspectResizeInner() local
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java401 int newHeight = mWidgetView.getHeight() + 2 * mBackgroundPadding - mWidgetPaddingTop - in snapToWidget() local
DPagedViewCellLayout.java194 int newHeight = heightSpecSize; in onMeasure() local
DCellLayout.java856 int newHeight = childHeightSize; in onMeasure() local
/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java409 int newHeight = mWidgetView.getHeight() + 2 * mBackgroundPadding - mWidgetPaddingTop - in snapToWidget() local
DPagedViewCellLayout.java200 int newHeight = heightSpecSize; in onMeasure() local
DCellLayout.java1006 int newHeight = heightSpecSize; in onMeasure() local
/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java642 int newHeight = bitmap.getHeight(); 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.java669 int newHeight = SCALED_SCREENSHOT_MAX_HEIGHT_WIDTH; in getReducedSizeBitmap() local