Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DAppearanceRegion.java68 int appearance, in AppearanceRegion()
109 int appearance = in.readInt(); in AppearanceRegion() local
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsFlags.java69 public @Appearance int appearance; field in InsetsFlags
H A DWindowInsetsController.java219 void setSystemBarsAppearance(@Appearance int appearance, @Appearance int mask); in setSystemBarsAppearance()
H A DViewRootInsetsControllerHost.java171 public void setSystemBarsAppearance(int appearance, int mask) { in setSystemBarsAppearance()
H A DPendingInsetsController.java67 public void setSystemBarsAppearance(int appearance, int mask) { in setSystemBarsAppearance()
/aosp12/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()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
H A DQueryStyle.java44 public QueryStyle(Context context, int appearance) { in QueryStyle()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DThumbnailData.java50 public @Appearance int appearance; field in ThumbnailData
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java138 public void onNavigationBarAppearanceChanged(@Appearance int appearance, boolean nbModeChanged, in onNavigationBarAppearanceChanged()
199 private static boolean isLight(int appearance, int barMode, int flag) { in isLight()
/aosp12/frameworks/base/core/java/android/window/
H A DTaskSnapshot.java73 @WindowInsetsController.Appearance int appearance, boolean isTranslucent, in TaskSnapshot()
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DRegisterStatusBarResult.java48 int appearance, AppearanceRegion[] appearanceRegions, int imeWindowVis, in RegisterStatusBarResult()
/aosp12/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto65 …optional uint32 appearance = 29 [(.android.typedef) = "android.view.WindowInsetsController.Appeara… field
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java174 final int appearance = attrs.insetsFlags.appearance; in create() local
263 int appearance, int windowFlags, int windowPrivateFlags, Rect taskBounds, in TaskSnapshotWindow()
580 SystemBarBackgroundPainter(int windowFlags, int windowPrivateFlags, int appearance, in SystemBarBackgroundPainter()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java176 final int appearance; in create() local
263 TaskDescription taskDescription, int appearance, int windowFlags, in TaskSnapshotSurface()
548 SystemBarBackgroundPainter(int windowFlags, int windowPrivateFlags, int appearance, in SystemBarBackgroundPainter()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java460 @WindowInsetsController.Appearance int appearance, in onSystemBarAttributesChanged()
524 private static boolean isLight(int appearance) { in isLight()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java113 public void setSystemBarsAppearance( in setSystemBarsAppearance()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSysuiStatusBarStateController.java163 void setSystemBarAttributes(@Appearance int appearance, @Behavior int behavior, in setSystemBarAttributes()
H A DStatusBarStateControllerImpl.java442 public void setSystemBarAttributes(@Appearance int appearance, @Behavior int behavior, in setSystemBarAttributes()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java142 final int appearance = APPEARANCE_LIGHT_STATUS_BARS; in testSnapshotBuilder() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java166 final int appearance = APPEARANCE_OPAQUE_STATUS_BARS; in adjustLayoutParamsForCompatibility_noAdjustAppearance() local
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java103 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, in testWrapParcel() local
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1115 final @Appearance int appearance = viewRoot != null in updateColorViews() local
1380 private int calculateStatusBarColor(@Appearance int appearance) { in calculateStatusBarColor()
1387 private int calculateNavigationBarColor(@Appearance int appearance) { in calculateNavigationBarColor()
1396 int barColor, @Appearance int appearance, @Appearance int lightAppearanceFlag, in calculateBarColor()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java134 void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java140 private void doTestOnSystemBarAttributesChanged(int displayId, @Appearance int appearance, in doTestOnSystemBarAttributesChanged()
/aosp12/frameworks/base/core/java/android/widget/
H A DSwitch.java304 final int appearance = a.getResourceId( in Switch() local
330 TypedArray appearance = in setSwitchTextAppearance() local

12