diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-01-26 19:08:20 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-01-26 19:08:20 -0800 |
| commit | f35d43f90b9e4553343a59b217430aaba91b0d1f (patch) | |
| tree | e355cc419eed5b2bf6e8d9666810273361f8ddfd /core/java/android/view/ViewRoot.java | |
| parent | 796f1af04567dab098f638c9166caebc2818efe4 (diff) | |
| parent | 2dc9c784b2fab67a8233318f559e65f444bf0c97 (diff) | |
am 2dc9c784: Merge "Fix issue #3382992: IME close animation stutters from URL bar" into honeycomb
* commit '2dc9c784b2fab67a8233318f559e65f444bf0c97':
Fix issue #3382992: IME close animation stutters from URL bar
Diffstat (limited to 'core/java/android/view/ViewRoot.java')
| -rw-r--r-- | core/java/android/view/ViewRoot.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/view/ViewRoot.java b/core/java/android/view/ViewRoot.java index 042095a14d69..41fc6c6e33d0 100644 --- a/core/java/android/view/ViewRoot.java +++ b/core/java/android/view/ViewRoot.java @@ -772,6 +772,7 @@ public final class ViewRoot extends Handler implements ViewParent, if (!mAttachInfo.mContentInsets.equals(mPendingContentInsets)) { if (mWidth > 0 && mHeight > 0 && mSurface != null && mSurface.isValid() && + !mAttachInfo.mTurnOffWindowResizeAnim && mAttachInfo.mHardwareRenderer != null && mAttachInfo.mHardwareRenderer.isEnabled() && lp != null && !PixelFormat.formatHasAlpha(lp.format)) { |
