OSDN Git Service

NavBar: Use rotation watcher
authorAdrian Roos <roosa@google.com>
Thu, 11 Aug 2016 17:41:08 +0000 (10:41 -0700)
committerAdrian Roos <roosa@google.com>
Tue, 16 Aug 2016 00:46:16 +0000 (17:46 -0700)
commita98b32cea29dbd9726ca6c72220fdec79ff9e50f
tree4aeb21f0d5f5257b1b01427cbbef17c906f69fe0
parenta0a718f5db03447dd5e7e660ee57506b907e880d
NavBar: Use rotation watcher

Replaces the display changed listener with a
rotation watcher. The display listener fired
too late and did not produce a rotated frame
in time. Also cleans up logging tags.

Change-Id: I3336275ae123f868ed9ee8cc28a6285a06f2e1a6
Fixes: 30312602
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java