Home
last modified time | relevance | path

Searched defs:appearance (Results 1 – 25 of 43) sorted by relevance

12

/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DAppearanceRegion.java68 int appearance, in AppearanceRegion()
109 int appearance = in.readInt(); in AppearanceRegion() local
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsFlags.java69 public @Appearance int appearance; field in InsetsFlags
H A DWindowInsetsController.java233 void setSystemBarsAppearance(@Appearance int appearance, @Appearance int mask); in setSystemBarsAppearance()
H A DViewRootInsetsControllerHost.java175 public void setSystemBarsAppearance(int appearance, int mask) { in setSystemBarsAppearance()
H A DPendingInsetsController.java72 public void setSystemBarsAppearance(int appearance, int mask) { in setSystemBarsAppearance()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DStatusBarCustomizer.java29 void customizeStatusBarAppearance(AppearanceRegion appearance); in customizeStatusBarAppearance()
H A DIBackAnimation.aidl42 void customizeStatusBarAppearance(in AppearanceRegion appearance); in customizeStatusBarAppearance()
H A DBackAnimationController.java343 public void customizeStatusBarAppearance(AppearanceRegion appearance) { in customizeStatusBarAppearance()
354 private void customizeStatusBarAppearance(AppearanceRegion appearance) { in customizeStatusBarAppearance()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacksTest.java199 int appearance = 123; in onSystemBarAttributesChanged_forwardsToSysBarAttrsListener() local
231 int appearance = 123; in onSystemBarAttributesChanged_differentDisplayId_doesNotForwardToAttrsListener() local
H A DSystemBarAttributesListenerTest.kt62 val appearance = APPEARANCE_LIGHT_STATUS_BARS or APPEARANCE_LIGHT_NAVIGATION_BARS regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java179 public void onNavigationBarAppearanceChanged(@Appearance int appearance, boolean nbModeChanged, in onNavigationBarAppearanceChanged()
256 public void customizeStatusBarAppearance(AppearanceRegion appearance) { in customizeStatusBarAppearance()
334 private static boolean isLight(int appearance, int barMode, int flag) { in isLight()
H A DLetterboxAppearanceCalculator.kt94 val appearance = appearanceWithoutScrim(originalAppearance) regex
/aosp14/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java90 public TextAppearanceSpan(Context context, int appearance) { in TextAppearanceSpan()
102 public TextAppearanceSpan(Context context, int appearance, int colorList) { in TextAppearanceSpan()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DThumbnailData.java49 public @Appearance int appearance; field in ThumbnailData
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java135 int appearance, ActivityManager.TaskDescription taskDescription, in initiateSystemBarPainter()
413 final int appearance = attrs.insetsFlags.appearance; in createLayoutParameters() local
464 public SystemBarBackgroundPainter(int windowFlags, int windowPrivateFlags, int appearance, in SystemBarBackgroundPainter()
H A DTaskSnapshot.java77 @WindowInsetsController.Appearance int appearance, boolean isTranslucent, in TaskSnapshot()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java484 public void onSystemBarAppearanceChanged(@Appearance int appearance) { in onSystemBarAppearanceChanged()
524 private static float calculateTargetDarkIntensity(@Appearance int appearance, in calculateTargetDarkIntensity()
/aosp14/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto65 …optional uint32 appearance = 29 [(.android.typedef) = "android.view.WindowInsetsController.Appeara… field
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DRegisterStatusBarResult.java47 int appearance, AppearanceRegion[] appearanceRegions, int imeWindowVis, in RegisterStatusBarResult()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSysuiStatusBarStateController.java156 void setSystemBarAttributes(@Appearance int appearance, @Behavior int behavior, in setSystemBarAttributes()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java103 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, in testWrapParcel() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java155 final int appearance = APPEARANCE_LIGHT_STATUS_BARS; in testSnapshotBuilder() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java190 final int appearance = APPEARANCE_OPAQUE_STATUS_BARS; in adjustLayoutParamsForCompatibility_noAdjustAppearance() local
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1109 final @Appearance int appearance = viewRoot != null in updateColorViews() local
1387 private int calculateStatusBarColor(@Appearance int appearance) { in calculateStatusBarColor()
1395 private int calculateNavigationBarColor(@Appearance int appearance) { in calculateNavigationBarColor()
1404 int barColor, @Appearance int appearance, @Appearance int lightAppearanceFlag, in calculateBarColor()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java144 private void doTestOnSystemBarAttributesChanged(int displayId, @Appearance int appearance, in doTestOnSystemBarAttributesChanged()

12