- Apr 22, 2019
-
-
Matthew Ng authored
Frame width is not used because navigation bar is always on the bottom. Test: manual Bug: 113952590 Change-Id: Ie090e937e98cb48089857ade157eee237a16965d
-
Matthew Ng authored
Removing the experimental code that separated the navigation bar window height/width and the visual height/width. Also added a gesture inset to calculate the difference between navigation bar window and the gesture size. Bug: 113952590 Test: manual Change-Id: I925bd1a4a412786f5fe1fc48ed756e3699cbaf65
-
- Apr 19, 2019
-
-
TreeHugger Robot authored
-
Fabian Kozynski authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Susi Kharraz-Post authored
-
Govinda Wasserman authored
-
Julia Reynolds authored
-
Andrii Kulian authored
-
Fabian Kozynski authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
Merge "GtsPermissionTestCases: Temporarily remove the GtsPermissionTestCases from TEST MAPPING." into qt-dev
-
Sudheer Shanka authored
-
Lucas Dupin authored
-
TreeHugger Robot authored
-
Julia Reynolds authored
Some settings need to be maintained (like whether the app is the default dialer), so don't just wipe away all of the settings. Test: atest; clear data on default dialer and ensure missed call notification is still in priority bucket Fixes: 127855529 Change-Id: Ieba035ffd04de9eef64fa0dfa914209d887d40bf
-
Susi Kharraz-Post authored
To help evaluate the new ranking algo we want to know if the package for a direct share was also offered as one of the ranked apps. Logging the position if it is part of the top apps, otherwise logging -1. Also added a test case I missed for HashedStringCache and removing the test for hashing resulting in the same hashed string when called twice from the ChooserActivityTest since we now cover that in the HashedStringCacheTest. Bug: 130658734 Test: Added more test cases in ChooserActivityTest and did manual testing Change-Id: I0e34a6bf64114d94197f62b8219652c33c03a410
-
Aaron Heuckroth authored
-
Govinda Wasserman authored
This will allow Assistant invoction methods such as squeeze to show the new assistant animations. Test: Tested locally BUG:123661896 Change-Id: I6b5cb3e55df3ff109fea1cfcce6d3161f8685401
-
Beverly Tai authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Jerry Chang authored
Fix: 129788726 Test: atest SystemUITests Test: manual Change-Id: I6a147ea2dce542eb578a29338f437fb58b8490ee
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Winson Chung authored
-
Rafal Slawik authored
Pull value of VmSwap from /proc/PID/status when capturing ProcessMemoryState atom. Before change: (average pull time nanos) 43355896 (max pull time nanos) 75649278 After change: (average pull time nanos) 86307073 (max pull time nanos) 151681474 Delta: 2x increase Pulling frequency is controled via statsd and we trade-off more expensive reads for more actionable data (helping detect memory leaks). Bug: 130624561 Test: atest MemoryStatUtilTest Test: benchmark pulling ProcessMemoryState atom Test: manually take a statsd report Change-Id: I1d90563b70b5253b3d31ddab4810db870620c4d4 (cherry picked from commit 65a9b712)
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
lumark authored
CL [1] introduced SystemUI to support updating IME window status per display. (i.e. IStatusBarService#setImeWindowStatus left TODO item to add displayId parameter to select the target display.) For IMMS, we applied this API base on current token's displayId, and refined the code flow in Sysui to reset IME window state for non-target display's NavBar when single IME switch to another display case. And make sure some cases in IMMS should reset IME window status: - When current method unbind. - When current top window focus display is not same as current token's display. (That means the input session may connected but IME window not yet attached. Note that it doesn't include external display without system decoration and show IME window on default display case since it is intentional behavior and we still need to update status for this case.) Also added testSetImeWindowStatusWhenImeSwitchOnDisplay in NavigationBarFragmentTest to enhance the ability of verifying external navigation bar. [1]: 24e7a9fd Bug: 127309955 Bug: 117478341 Test: atest NavigationBarFragmentTest Test: manual as below steps: - Pre-condition: 1. Enable desktop mode. 2. Create simulated display. - Use case 1): 1. Launch an activity with input field on simulated display. 2. Bring up the IME there, expect back key icon on external NavBar will changed when IME bring up. 3. Tap on primary display or launch an activity there. (or pressing home key) 4. Expect IME will hide & back key icon on external NavBar will set back. - Use case 2): 1. Launch activity with input field on default display. 2. Tapping EditText in activity on default display. 3. Expect IME will bring up here and back key icon on default display will changed when IME bring up. 4. Launch activity without input field in external display. (i.e. clock app) 5. Expect Both Default & external display's nav bar back key icon will set back. Change-Id: Ia414b8aea631e295cccd6f6da44d04bad16545c7
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Tim Murray authored
-
Hyundo Moon authored
Bug: 130777551 Test: make update-api -j; Change-Id: I39431850d87a6a5e066b83dbbf39e4e9100ac839
-