History log of /frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b4b7e7f649b67b8b3581396c109ce7ae7ad33c7a 24-Mar-2010 Adam Powell <adamp@google.com> Fix bug 2386867 - Phone DecorViews FOCUS_AFTER_DESCENDANTS

Change-Id: Iade2c2d8ea575fc452897dbfd3d8454b5b7972ed
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
1dcf21239edb8afbd18124ec9c66ccf657ba5f2d 23-Mar-2010 Mike LeBeau <mlebeau@android.com> Tell SearchManager to stopSearch on long-press of search. Also,
do the long-press haptic feedback first, to avoid any slowdown
in the responsiveness of that.

Fixes http://b/2526697

Change-Id: I607063b67bdde92303ee112663b76d6e4e9a369b
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
b693873a3b6d39e70fd32abdc8cd5095e3427a2d 03-Mar-2010 Dianne Hackborn <hackbod@google.com> Fix issue #2445481: onNewIntent is called twice if SEARCH button is "long-pressed"
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
417f22df4c4fe79c5a26cd4b50de2ff829d6c817 09-Jan-2010 Romain Guy <romainguy@android.com> Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
7371b040bc00a92f371bb8755878261add2e55c6 25-Sep-2009 Dianne Hackborn <hackbod@google.com> Maybe fix #2127747: IllegalStateException from window manager when resuming from sleep

It looks like there may have been a race when restoring that would allow
you to show the menu before it is restored. I couldn't repro on my current
device before the fix, though.

Change-Id: I624e1306871344d3ee39f69dde832b3db2530a5f
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
b6b205bafcbf98b2d4aa12a586b2cc38137a6e32 24-Sep-2009 Dianne Hackborn <hackbod@google.com> Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off

Perform clear system dialogs when turning on the lock screen.

Change-Id: I2a3104a9df942d59308a94377f93787f17dbb2ce
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
930746fd6449d3d25a7837aea881ca3cf2ee286a 16-Sep-2009 Dianne Hackborn <hackbod@google.com> Fix issue #1401973 and #2111181 (menu placement problems).

Issue 1401973: A dialog with menu has wrong menu placement
Issue 2111181: status bar overlaps the more menu in browser

Menus are now dialog panels, so they are placed within the entire
screen and not attached to their parent window.

Change-Id: Ia9702d5e30a6ba5ebb0254abe6a94cbbdfa9866d
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
288cdf822559af1b3ba22d6271d5fae8ae98b077 15-Sep-2009 Dianne Hackborn <hackbod@google.com> Various fixes for back key handling.

Change-Id: I8ad314722ce38711ce5c57c4fd3b2942cfe099a7
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
8fdb89bb33dc50dae1198f0b35dfd8ad2bc2c344 14-Sep-2009 Dianne Hackborn <hackbod@google.com> Follow key event API changes.

We now use the new tracking and long press dispatching in the framework
to greatly simplify this code.

Change-Id: I4c0ed51dc2d07ed3bb20c64c67eede83bdb123b9
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
5df4494c6ca3cf2e90dc6612234b8a40980a217a 21-Aug-2009 Romain Guy <romainguy@android.com> Remove unused field from PhoneWindow.DecorView.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
0257f52edc7f718d9598fd54d3a5580255f329b9 21-Aug-2009 Dianne Hackborn <hackbod@google.com> Update to implement new APIs.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
bbfe56e99365e3da8229c79d8a6c0bf4ffb06e8e 10-Aug-2009 Dianne Hackborn <hackbod@google.com> Add support for new wallpaper theme attribute.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
a9416d5ec93d85dc1bbfb592e0f63f1af2b0d37a 30-Jul-2009 Dianne Hackborn <hackbod@google.com> am 1dc1ccaf: Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden

Merge commit '1dc1ccaf5c8cc136b71537f310a3f13150aaef41'

* commit '1dc1ccaf5c8cc136b71537f310a3f13150aaef41':
Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden
1dc1ccaf5c8cc136b71537f310a3f13150aaef41 29-Jul-2009 Dianne Hackborn <hackbod@google.com> Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden

Re-arrange various things to ensure that the search dialog is told about system windows being
closed before it is told about the navigation back to home.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
a6f43a471ffda3d4ae8b82f01a600e952e4c3500 25-Jul-2009 Dianne Hackborn <hackbod@google.com> Update for virtual key haptic feedback, deal with canceled keys.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
b05ac3249386d986be786f1d3177e99607da2653 21-Jul-2009 Karl Rosaen <krosaen@google.com> am 1d903521: have "search" as the reason when dismissing system dialogs for search.

Merge commit '1d903521ffc93b5128ebc445d7dd046ee0d5fbc4'

* commit '1d903521ffc93b5128ebc445d7dd046ee0d5fbc4':
have "search" as the reason when dismissing system dialogs for search.
1d903521ffc93b5128ebc445d7dd046ee0d5fbc4 20-Jul-2009 Karl Rosaen <krosaen@google.com> have "search" as the reason when dismissing system dialogs for search.

this way search can't dismiss itself. can't use the constant because it is
in policy. would rather leave it this way instead of moving constants for
system dialog dismissal to framework.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
b3d0d80381f80a6057fe790348fb3286afb462a2 15-Jul-2009 Karl Rosaen <krosaen@google.com> am 5785bc2d: Dismiss system windows when search is launched.

Merge commit '5785bc2dad36c7ad34a548865ba77c04c46ed097'

* commit '5785bc2dad36c7ad34a548865ba77c04c46ed097':
Dismiss system windows when search is launched.
5785bc2dad36c7ad34a548865ba77c04c46ed097 14-Jul-2009 Karl Rosaen <krosaen@google.com> Dismiss system windows when search is launched.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
e8891125d62181a8ee1032d338d93aa69d4ee7ec 23-Jun-2009 Dianne Hackborn <hackbod@google.com> am 72201963: Fix issue #1806217.

Merge commit '72201963350da86a5c200196364e18cbee70b3a5'

* commit '72201963350da86a5c200196364e18cbee70b3a5':
Fix issue #1806217.
72201963350da86a5c200196364e18cbee70b3a5 23-Jun-2009 Dianne Hackborn <hackbod@google.com> Fix issue #1806217.

We were not clearing the background drawable if it had been set as a resource
reference.
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
a55a83ac16a0b576c78b1dc047abffda16662cf3 02-Jun-2009 Mike Reed <reed@google.com> respect FEATURE_OPENGL (at least while we test it)
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
127150556aa366f7ebe07aa5ca5dd6ff8cb3c8ad 29-Apr-2009 svetoslavganov <svetoslavganov@google.com> Accessibility feature - event population and firing
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
4ea45182a1239fb75ac3c9e92032b43365081cf1 11-Apr-2009 Andy Stadler <> AI 145778: Manual merge changes 145382-145384 from cupcake.

Automated import of CL 145778
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
d9545f550cae5ef63a584f69ff3bc7369fa2f40a 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
57d57dfaf7cbecfeb9cd970dbce4f3a1b7df2f41 06-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136745
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
d1716ad83adf925f57f8d055716b8656bdb23629 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
c5d93b3b6a0ba4831903f8e8d1664c4470cf15d7 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
461429674b80b8c0452df6f69376c6394014e6a8 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
1f45c1b8dd43486cb3e77d65490786aaf65acf3a 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
4ba1ce227105c8c366483229c828cf2f9e499b27 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
9dedd94fed46f0d8d5500a5f7cdbf526e933ebd9 20-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132569
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
2227563251a03287d42c9b1361d57af264884cc9 13-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@131421
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
fa8a26272edc7a135aceb56727644475d4ab1c28 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
eeed1f99fc6892134de4c2eaf75e9d956b6376cf 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
983983871f46d55634858287c25352cc95523790 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java
58096b60fc111564c663d685d3b147ea4a5f3832 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/policies/base/phone/com/android/internal/policy/impl/PhoneWindow.java