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

1 2 3

  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 387 uint32_t oldWidth = def->format.video.nFrameWidth;
391 if (newWidth != oldWidth || newHeight != oldHeight) {
  /frameworks/base/libs/hwui/
Layer.cpp 118 uint32_t oldWidth = getWidth();
129 setSize(oldWidth, oldHeight);
139 setSize(oldWidth, oldHeight);
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 198 final int oldWidth = view.getWidth();
200 final int deltaWidth = newWidth - oldWidth;
208 view.getLayoutParams().width = (int) (value * deltaWidth + oldWidth);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 187 Integer oldWidthObject = (Integer) control.getData("oldWidth");
189 control.setData("oldWidth", newWidth);
193 int oldWidth = oldWidthObject.intValue();
195 if (oldWidth == newWidth && oldHeight == newHeight) {
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 106 int oldWidth = layout.getWidth();
108 layout.increaseWidthTo(oldWidth);
109 assertEquals(oldWidth, layout.getWidth());
112 layout.increaseWidthTo(oldWidth - 1);
117 layout.increaseWidthTo(oldWidth + 1);
118 assertEquals(oldWidth + 1, layout.getWidth());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 289 String oldWidth = element.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_WIDTH);
292 if (VALUE_MATCH_PARENT.equals(oldWidth) || VALUE_FILL_PARENT.equals(oldWidth)) {
293 width = oldWidth;
  /external/deqp/modules/egl/
teglResizeTests.cpp 275 const int oldWidth = oldSurface.getWidth();
279 const int minWidth = de::min(oldWidth, newWidth);
284 const int oldX = xCorner == 0 ? 0 : oldWidth - minWidth;
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 524 const uint32_t oldWidth = mWidth;
527 if (mWidth != oldWidth || mHeight != oldHeight) {
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 474 const uint32_t oldWidth = mWidth;
477 if (mWidth != oldWidth || mHeight != oldHeight) {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 459 const uint32_t oldWidth = mWidth;
462 if (mWidth != oldWidth || mHeight != oldHeight) {
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 119 final int oldWidth = getMeasuredWidth();
123 if (lockedExpanded && oldWidth != newWidth) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 129 final int oldWidth = getMeasuredWidth();
133 if (lockedExpanded && oldWidth != newWidth) {
  /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     [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 411 final int oldWidth = mDrawableWidth;
420 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
446 final int oldWidth = mDrawableWidth;
451 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
469 final int oldWidth = mDrawableWidth;
474 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
    [all...]
LinearLayout.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp 563 int oldWidth, oldHeight;
564 mParameters.getPreviewSize(&oldWidth, &oldHeight);
565 if ( ( oldWidth != w ) || ( oldHeight != h ) )
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 858 int oldWidth = gc.getLineWidth();
862 gc.setLineWidth(oldWidth);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 

Completed in 706 milliseconds

1 2 3