Searched refs:calculateBarColor (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SnapshotDrawerUtils.java | 473 mStatusBarColor = DecorView.calculateBarColor(windowFlags, FLAG_TRANSLUCENT_STATUS, in SystemBarBackgroundPainter() 477 mNavigationBarColor = DecorView.calculateBarColor(windowFlags, in SystemBarBackgroundPainter()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorView.java | 1388 return calculateBarColor(mWindow.getAttributes().flags, FLAG_TRANSLUCENT_STATUS, in calculateStatusBarColor() 1396 return calculateBarColor(mWindow.getAttributes().flags, FLAG_TRANSLUCENT_NAVIGATION, in calculateNavigationBarColor() 1403 public static int calculateBarColor(int flags, int translucentFlag, int semiTransparentBarColor, in calculateBarColor() method
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 22025 HSPLcom/android/internal/policy/DecorView;->calculateBarColor(IIIIIIZ)I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 22089 HSPLcom/android/internal/policy/DecorView;->calculateBarColor(IIIIIIZ)I
|