summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/policy/PhoneWindowManager.java
Commit message (Expand)AuthorAgeFilesLines
* Move keyDisabled and gamma to serviceDanesh M2016-03-141-1/+11
* Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-5/+13
|\
| * Revert "Don't dispatch when non-interactive and the display is off."Joe LaPenna2015-11-171-5/+3
| * Merge "Prevent recents from coming up when in SUW" into mnc-dr-devPuneet Kumar2015-10-241-1/+1
| |\
| * \ am 79176379: Merge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-devTim Murray2015-10-021-0/+2
| |\ \
| * \ \ am e1de9f67: Fix black KeyguardJorim Jaggi2015-09-241-3/+1
| |\ \ \
| * | | | Fix build due to merge of duplicate variable.Bryce Lee2015-09-161-1/+0
| * | | | am 952d5b33: Merge "Send power hint on fling gestures." into mnc-dr-devTim Murray2015-09-171-0/+10
| |\ \ \ \
| * \ \ \ \ am 84dc08a2: Dump Keyguard state in SystemUI and PhoneWindowManagerJorim Jaggi2015-09-121-0/+3
| |\ \ \ \ \
| * \ \ \ \ \ resolved conflicts for 5d0e02b6 to cw-e-devJorim Jaggi2015-09-091-2/+9
| |\ \ \ \ \ \
| * | | | | | | Handle KEYCODE_SOFT_SLEEP from Ungaze.Nick Armstrong-Crews2015-09-071-0/+12
| * | | | | | | Revert "Handle KEYCODE_SOFT_SLEEP from Ungaze."Nick Armstrong-Crews2015-09-081-12/+0
| * | | | | | | Handle KEYCODE_SOFT_SLEEP from Ungaze.Nick Armstrong-Crews2015-09-041-0/+12
* | | | | | | | Revert "PhoneWindowManager: add ability to use EdgeGestureService for system ...Steve Kondik2016-03-101-86/+0
* | | | | | | | base: Fix proximity check on non power keyvm032016-03-081-2/+3
* | | | | | | | ActivityManager : Remove POWER_OFF_ALARM_MODE HOME_KEY button overrideDanesh M2016-02-231-13/+0
* | | | | | | | base: Fix proximity check on power keyChristopher R. Palmer2016-02-201-2/+11
* | | | | | | | SystemUI: handle camera launch gesture from keyhadlerRoman Birg2016-02-181-11/+44
* | | | | | | | framework: move device key handler logic, fix gesture camera launchRoman Birg2016-02-101-44/+11
* | | | | | | | base: fix window bounds for left hand navigationbarJorge Ruesga2016-02-011-3/+8
* | | | | | | | Answer call with hardware HOME button (2/2)Oleksandr Byelkin2016-01-251-2/+21
* | | | | | | | policy: disable EdgeGestureServiceScott Mertz2016-01-141-1/+1
* | | | | | | | Lockscreen: Introduce window type TYPE_KEYGUARD_PANELd34d2015-12-181-2/+22
* | | | | | | | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Prevent recents from coming up when in SUWMichael Wright2015-10-241-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Allow screen unpinning on devices without navbarUtkarsh Gupta2015-12-041-2/+18
* | | | | | | WakeKeys: add missing home button to wake enabled checks in PhoneWindowManagerPatrick Lower2015-12-041-0/+4
* | | | | | | Alarm: add support for power off alarmMao Jinlong2015-11-301-0/+13
* | | | | | | PhoneWindowManager : Fix INCALL_POWER_BUTTON_BEHAVIOR referenceDanesh M2015-11-171-3/+3
* | | | | | | DeviceKeyHandler: Fix suspend gesture not workingKeith Mok2015-11-171-12/+12
* | | | | | | ExpandedDesktop: Use WindowManagerPolicyControld34d2015-11-171-3/+3
* | | | | | | Framework : Move System settings to CMSettingsDanesh M2015-11-121-8/+8
* | | | | | | fw: Move Secure settings to CMSettingsd34d2015-11-121-9/+6
* | | | | | | fw: Move NAVBAR_LEFT_IN_LANDSCAPE to CMSettings.Adnan Begovic2015-11-111-4/+4
* | | | | | | Squashed commit for expanded desktopKyrylo Mikos2015-11-111-17/+74
* | | | | | | fw: Utilize CMSettings for specific buttons settings.Adnan Begovic2015-11-091-73/+74
* | | | | | | PhoneWindowManager: Fix NPE race condition by excessive screen on delayJorge Ruesga2015-11-071-1/+2
* | | | | | | Ensure the occlude state of keyguard is correcttiger_huang2015-11-071-11/+13
* | | | | | | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-8/+38
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Send POWER_HINT_INTERACTION on rotate.Tim Murray2015-10-011-0/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Fix black KeyguardJorim Jaggi2015-09-241-3/+1
| | |_|_|/ | |/| | |
| * | | | Send power hint on fling gestures.Michael Wright2015-09-171-0/+11
| | |_|/ | |/| |
| * | | Dump Keyguard state in SystemUI and PhoneWindowManagerJorim Jaggi2015-09-121-0/+3
| | |/ | |/|
| * | Add double-tap power button to open camera 1/2Adrian Roos2015-09-091-2/+9
| |/
| * Merge "Fixed a bug where the secure camera would flash when rotated" into mnc...Selim Cinek2015-08-311-2/+3
| |\
| | * Fixed a bug where the secure camera would flash when rotatedSelim Cinek2015-08-281-2/+3
| * | Merge "Fix deadlock when updating rotation" into mnc-dr-devChong Zhang2015-08-281-1/+8
| |\ \ | | |/ | |/|
| | * Fix deadlock when updating rotationChong Zhang2015-08-281-1/+8
| * | Launching the camera now from systemUI including animationsSelim Cinek2015-08-261-2/+2
| |/
| * Save interactive/screen-on state in KeyguardServiceDelegateJorim Jaggi2015-08-191-0/+1