HomeSort by relevance Sort by last modified time
    Searched refs:newHeight (Results 51 - 75 of 87) sorted by null

1 23 4

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewHeader.java 62 * @param newHeight the new height in px
64 void onConversationViewHeaderHeightChange(int newHeight);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewFragment.java 227 public void onConversationViewHeaderHeightChange(int newHeight) {
ConversationViewFragment.java     [all...]
AbstractConversationViewFragment.java 223 public abstract void onConversationViewHeaderHeightChange(int newHeight);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 669 int newHeight = SCALED_SCREENSHOT_MAX_HEIGHT_WIDTH;
673 scaleY = newHeight / originalHeight;
676 newHeight = (int)Math.round(originalHeight * scale);
677 return Bitmap.createScaledBitmap(originalBitmap, newWidth, newHeight, true);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 830 int newHeight;
833 newHeight = (int) (originalWidth / targetAspectRatio);
837 newHeight = originalHeight;
840 int yOffset = (originalHeight - newHeight)/2;
846 Bitmap resized = Bitmap.createBitmap(original,xOffset,yOffset,newWidth, newHeight);
848 exif.setTagValue(ExifInterface.TAG_PIXEL_Y_DIMENSION, new Integer(newHeight));
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 494 public ResolutionQuality(int newSizeId, int newWidth, int newHeight) {
497 height = newHeight;
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 562 int32_t newHeight = getWindowProp(code->nativeWindow.get(),
565 || newHeight != code->lastWindowHeight) {
  /frameworks/base/media/java/android/media/session/
MediaSessionLegacyHelper.java 345 int newHeight = Math.round(scale * height);
350 Bitmap outBitmap = Bitmap.createBitmap(newWidth, newHeight, newConfig);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 635 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();
636 vh.getGridView().setRowHeight(newHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 322 final float newHeight = Math.max(0, h + mInitialOffsetOnTouch);
323 if (newHeight > mPeekHeight) {
334 setExpandedHeightInternal(newHeight);
    [all...]
NotificationPanelView.java 346 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) {
351 mQsSizeChangeAnimator = ValueAnimator.ofInt(oldHeight, newHeight);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp     [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
Keyboard.java 626 final void resize(int newWidth, int newHeight) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 153 final String newHeight = height;
179 final String newAttrValue = getValue(valueId, newHeight);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 100 int newHeight = availablePreviewSizes[i].height;
101 if (newWidth >= previewWidth && newHeight >= previewHeight &&
103 newHeight <= MAX_INITIAL_PREVIEW_HEIGHT) {
106 availableVideoSizes[j].height == newHeight) {
108 previewHeight = newHeight;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 849 int newHeight = childHeightSize;
852 newHeight = mFixedHeight;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]

Completed in 5095 milliseconds

1 23 4