/frameworks/base/libs/hwui/ |
Layer.cpp | 116 uint32_t oldWidth = getWidth(); 127 setSize(oldWidth, oldHeight); 137 setSize(oldWidth, oldHeight);
|
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
AnimUtils.java | 202 final int oldWidth = view.getWidth(); 204 final int deltaWidth = newWidth - oldWidth; 212 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) {
|
/frameworks/av/media/libstagefright/omx/ |
SoftVideoDecoderOMXComponent.cpp | 487 uint32_t oldWidth = def->format.video.nFrameWidth; 499 if (newWidth != oldWidth || newHeight != oldHeight) {
|
/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;
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_agl.cc | 343 int oldWidth = _width; 350 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams); [all...] |
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
SoftMPEG2.cpp | 505 const uint32_t oldWidth = mWidth; 508 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/widget/ |
ScrollingTabContainerView.java | 126 final int oldWidth = getMeasuredWidth(); 130 if (lockedExpanded && oldWidth != newWidth) {
|
LinearLayoutCompat.java | [all...] |
/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/ |
LinearLayout.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...] |
/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/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 | |
/prebuilts/tools/common/m2/repository/tightvnc/ |
tightvnc.jar | |
/sdk/testapps/jarCheckTests1/app/libs/ |
android-support-v4.jar | |