Files
frameworks_base/core/java/android/hardware
Siarhei Vishniakou 837e276695 Ensure looper is non-null in DisplayManagerGlobal
Looper.myLooper() can return null, according to the docs.
But in the DisplayManagerGlobal code, this method is assumed to return
non-null looper.

To ensure that a looper is available, use the main thread looper if the
looper for the current thread is null.

Test: atest cts.ViewGroupTest
Bug: 123592612
Change-Id: I80aaf5703e62837720395bfac4d95144cd6ab9f0
2019-02-12 16:32:23 -08:00
..
2019-02-07 20:35:32 -08:00
2019-01-23 10:41:02 -08:00
2018-08-23 16:00:42 -07:00