summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Howard <showard@google.com>2010-04-28 16:07:18 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-04-28 16:07:18 -0700
commit3fd6419fe542c4ecb8e838d1754a83ce8591b288 (patch)
tree70f43c16a3c6087531b2a45bc767ebb0998f1ac6
parent32de26bbe7a8b50e129c23cef0fc226537c74e72 (diff)
parent3b20c9e80533401d8c423977ef86460d789d4e1e (diff)
downloadframeworks_base-3fd6419fe542c4ecb8e838d1754a83ce8591b288.zip
frameworks_base-3fd6419fe542c4ecb8e838d1754a83ce8591b288.tar.gz
frameworks_base-3fd6419fe542c4ecb8e838d1754a83ce8591b288.tar.bz2
am 3b20c9e8: am 81ac367b: Merge "Fix a minor bug in transitions to left-edge-up landscape." into froyo
Merge commit '3b20c9e80533401d8c423977ef86460d789d4e1e' into kraken * commit '3b20c9e80533401d8c423977ef86460d789d4e1e': Fix a minor bug in transitions to left-edge-up landscape.
-rwxr-xr-xcore/java/android/view/WindowOrientationListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/WindowOrientationListener.java b/core/java/android/view/WindowOrientationListener.java
index a4e9931..25df1f4 100755
--- a/core/java/android/view/WindowOrientationListener.java
+++ b/core/java/android/view/WindowOrientationListener.java
@@ -159,7 +159,7 @@ public abstract class WindowOrientationListener {
// Additional limits on tilt angle to transition to each new orientation. We ignore all
// vectors with tilt beyond MAX_TILT, but we can set stricter limits on transition to a
// particular orientation here.
- private final int[] MAX_TRANSITION_TILT = new int[] {MAX_TILT, MAX_TILT, 40, MAX_TILT};
+ private final int[] MAX_TRANSITION_TILT = new int[] {MAX_TILT, MAX_TILT, MAX_TILT};
// Between this tilt angle and MAX_TILT, we'll allow orientation changes, but we'll filter
// with a higher time constant, making us less sensitive to change. This primarily helps