HomeSort by relevance Sort by last modified time
    Searched defs:oldHeight (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/libs/hwui/
Layer.cpp 117 uint32_t oldHeight = getHeight();
127 setSize(oldWidth, oldHeight);
137 setSize(oldWidth, oldHeight);
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 203 final int oldHeight = view.getHeight();
205 final int deltaHeight = newHeight - oldHeight;
213 view.getLayoutParams().height = (int) (value * deltaHeight + oldHeight);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 188 Integer oldHeightObject = (Integer) control.getData("oldHeight");
190 control.setData("oldHeight", newHeight);
194 int oldHeight = oldHeightObject.intValue();
195 if (oldWidth == newWidth && oldHeight == newHeight) {
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 488 uint32_t oldHeight = def->format.video.nFrameHeight;
499 if (newWidth != oldWidth || newHeight != oldHeight) {
  /frameworks/base/core/java/com/android/internal/widget/
AlertDialogLayout.java 233 final int oldHeight = lp.height;
238 lp.height = oldHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 290 String oldHeight = element.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
295 if (VALUE_MATCH_PARENT.equals(oldHeight) || VALUE_FILL_PARENT.equals(oldHeight)) {
296 height = oldHeight;
  /external/deqp/modules/egl/
teglResizeTests.cpp 276 const int oldHeight = oldSurface.getHeight();
280 const int minHeight = de::min(oldHeight, newHeight);
289 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight;
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 344 int oldHeight = _height;
350 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams);
    [all...]
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 506 const uint32_t oldHeight = mHeight;
508 if (mWidth != oldWidth || mHeight != oldHeight) {
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 346 int oldWidth, oldHeight;
347 mParameters.getPreviewSize(&oldWidth, &oldHeight);
398 if ( ( oldWidth != w ) || ( oldHeight != h ) ) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 693 int oldHeight = Integer.MIN_VALUE;
700 oldHeight = 0;
712 if (oldHeight != Integer.MIN_VALUE) {
713 lp.height = oldHeight;
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java     [all...]
ListView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 639 int oldHeight = Integer.MIN_VALUE;
646 oldHeight = 0;
658 if (oldHeight != Integer.MIN_VALUE) {
659 lp.height = oldHeight;
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp 563 int oldWidth, oldHeight;
564 mParameters.getPreviewSize(&oldWidth, &oldHeight);
565 if ( ( oldWidth != w ) || ( oldHeight != h ) )
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java     [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java 594 int oldHeight = getLayoutHeight(mMediaMainControlLayout);
601 setLayoutHeight(mMediaMainControlLayout, oldHeight);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 732 milliseconds

1 2