HomeSort by relevance Sort by last modified time
    Searched refs:ColorViewState (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 199 private final ColorViewState mStatusColorViewState =
200 new ColorViewState(STATUS_BAR_COLOR_VIEW_ATTRIBUTES);
201 private final ColorViewState mNavigationColorViewState =
202 new ColorViewState(NAVIGATION_BAR_COLOR_VIEW_ATTRIBUTES);
304 boolean gatherTransparentRegion(ColorViewState colorViewState, Region region) {
305 if (colorViewState.view != null && colorViewState.visible && isResizing()) {
306 // If a visible ColorViewState is in a resizing host DecorView, forcibly register its
309 return colorViewState.view.gatherTransparentRegion(region)
    [all...]
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 54 milliseconds