Loading packages/SystemUI/src/com/android/systemui/ExpandHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,9 @@ public class ExpandHelper implements Gefingerpoken { public boolean onScaleBegin(ScaleGestureDetector detector) { if (DEBUG_SCALE) Log.v(TAG, "onscalebegin()"); if (!mOnlyMovements) { startExpanding(mResizedView, STRETCH); } return mExpanding; } Loading Loading
packages/SystemUI/src/com/android/systemui/ExpandHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,9 @@ public class ExpandHelper implements Gefingerpoken { public boolean onScaleBegin(ScaleGestureDetector detector) { if (DEBUG_SCALE) Log.v(TAG, "onscalebegin()"); if (!mOnlyMovements) { startExpanding(mResizedView, STRETCH); } return mExpanding; } Loading