Searched refs:getStatusBarColor (Results 1 - 13 of 13) sorted by last modified time

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java126 assertEquals("Status bar should be transparent", window.getStatusBarColor(), 0);
147 window.getStatusBarColor(), 0xff000000);
272 public int getStatusBarColor() { method in class:SystemBarHelperTest.TestWindow
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java252 public int getStatusBarColor() { method in class:MockWindow
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
H A DGlifStyleTest.java76 assertEquals(0x00000000, activity.getWindow().getStatusBarColor());
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DConfig.java48 public static int getStatusBarColor(int platformVersion) { method in class:Config
H A DStatusBar.java75 setBackgroundColor(color == 0 ? Config.getStatusBarColor(simulatedPlatformVersion) : color);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java710 public int getStatusBarColor() {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java433 pw.println(Integer.toHexString(taskDescription.getStatusBarColor()));
H A DTaskRecord.java1693 statusBarColor = r.taskDescription.getStatusBarColor();
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java282 final int statusBarColor = task.getTaskDescription().getStatusBarColor();
H A DTaskSnapshotSurface.java191 statusBarColor = taskDescription.getStatusBarColor();
/frameworks/base/core/java/android/view/
H A DWindow.java2210 public abstract int getStatusBarColor(); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3786 public int getStatusBarColor() { method in class:PhoneWindow
/frameworks/base/core/java/android/app/
H A DActivityManager.java1442 public int getStatusBarColor() { method in class:ActivityManager.TaskDescription

Completed in 304 milliseconds