Home
last modified time | relevance | path

Searched refs:getSystemBarsAppearance (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/
DPendingInsetsController.java93 public int getSystemBarsAppearance() { in getSystemBarsAppearance() method in PendingInsetsController
95 return mReplayedInsetsController.getSystemBarsAppearance(); in getSystemBarsAppearance()
DWindowInsetsController.java284 @Appearance int getSystemBarsAppearance(); in getSystemBarsAppearance() method
DViewRootInsetsControllerHost.java184 public int getSystemBarsAppearance() { in getSystemBarsAppearance() method in ViewRootInsetsControllerHost
DInsetsController.java141 @Appearance int getSystemBarsAppearance(); in getSystemBarsAppearance() method
2090 public @Appearance int getSystemBarsAppearance() { in getSystemBarsAppearance() method in InsetsController
2092 return (mHost.getSystemBarsAppearance() & mAppearanceControlled) in getSystemBarsAppearance()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java263 assertEquals(td1.getSystemBarsAppearance(), td2.getSystemBarsAppearance()); in assertTaskDescriptionEqual()
/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java164 when(mReplayedController.getSystemBarsAppearance()) in testAppearance_direct_get()
167 assertEquals(mPendingInsetsController.getSystemBarsAppearance(), in testAppearance_direct_get()
DViewRootImplTest.java282 assertEquals(appearance, controller.getSystemBarsAppearance()); in adjustLayoutParamsForCompatibility_noAdjustAppearance()
287 assertEquals(appearance, controller.getSystemBarsAppearance()); in adjustLayoutParamsForCompatibility_noAdjustAppearance()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java817 public int getSystemBarsAppearance() { in getSystemBarsAppearance() method in InsetsPolicy.Host
DTask.java1932 if (td.getSystemBarsAppearance() == 0) { in setTaskDescriptionFromActivityAboveRoot()
1933 td.setSystemBarsAppearance(atd.getSystemBarsAppearance()); in setTaskDescriptionFromActivityAboveRoot()
1936 td.setTopOpaqueSystemBarsAppearance(atd.getSystemBarsAppearance()); in setTaskDescriptionFromActivityAboveRoot()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1085 : controller.getSystemBarsAppearance(); in updateColorViews()
/frameworks/base/core/java/android/app/
DActivityManager.java2313 public int getSystemBarsAppearance() { in getSystemBarsAppearance() method in ActivityManager.TaskDescription
DActivity.java5561 if (first && mTaskDescription.getSystemBarsAppearance() == 0 in onApplyThemeResource()
/frameworks/base/boot/
Dboot-image-profile.txt16387 HSPLandroid/view/InsetsController;->getSystemBarsAppearance()I
16639 HSPLandroid/view/PendingInsetsController;->getSystemBarsAppearance()I
18254 HSPLandroid/view/ViewRootInsetsControllerHost;->getSystemBarsAppearance()I
/frameworks/base/config/
Dboot-image-profile.txt16451 HSPLandroid/view/InsetsController;->getSystemBarsAppearance()I
16703 HSPLandroid/view/PendingInsetsController;->getSystemBarsAppearance()I
18318 HSPLandroid/view/ViewRootInsetsControllerHost;->getSystemBarsAppearance()I
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt54445 method public int getSystemBarsAppearance();