Home
last modified time | relevance | path

Searched refs:mStatusBarColor (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java69 private ColorDrawable mStatusBarColor; field in BackdropFrameRenderer
125 mStatusBarColor = new ColorDrawable(statusBarColor); in onResourcesLoaded()
128 mStatusBarColor = null; in onResourcesLoaded()
362 if (mStatusBarColor != null) { in drawColorViews()
363 mStatusBarColor.setBounds(0, 0, left + width, topInset); in drawColorViews()
364 mStatusBarColor.draw(canvas); in drawColorViews()
H A DPhoneWindow.java275 int mStatusBarColor = 0; field in PhoneWindow
2485 mStatusBarColor = a.getColor(R.styleable.Window_statusBarColor, 0xFF000000); in generateLayout()
3799 return mStatusBarColor;
3804 mStatusBarColor = color;
H A DDecorView.java1382 mSemiTransparentBarColor, mWindow.mStatusBarColor, in calculateStatusBarColor()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java147 private final int mStatusBarColor; field in TaskSnapshotWindow
278 mStatusBarColor = taskDescription.getStatusBarColor(); in TaskSnapshotWindow()
507 c.drawRect(frame.right, alpha(mStatusBarColor) == 0xFF ? statusBarHeight : 0, in drawBackgroundAndBars()
572 private final int mStatusBarColor; field in TaskSnapshotWindow.SystemBarBackgroundPainter
588 mStatusBarColor = DecorView.calculateBarColor(windowFlags, FLAG_TRANSLUCENT_STATUS, in SystemBarBackgroundPainter()
598 mStatusBarPaint.setColor(mStatusBarColor); in SystemBarBackgroundPainter()
611 mInsetsState, mStatusBarColor, mWindowFlags, forceBarBackground)) { in getStatusBarColorViewHeight()
632 if (statusBarHeight > 0 && Color.alpha(mStatusBarColor) != 0 in drawStatusBarBackground()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java147 private final int mStatusBarColor; field in TaskSnapshotSurface
279 mStatusBarColor = taskDescription.getStatusBarColor(); in TaskSnapshotSurface()
465 c.drawRect(frame.right, alpha(mStatusBarColor) == 0xFF ? statusBarHeight : 0, in drawBackgroundAndBars()
540 private final int mStatusBarColor; field in TaskSnapshotSurface.SystemBarBackgroundPainter
556 mStatusBarColor = DecorView.calculateBarColor(windowFlags, FLAG_TRANSLUCENT_STATUS, in SystemBarBackgroundPainter()
566 mStatusBarPaint.setColor(mStatusBarColor); in SystemBarBackgroundPainter()
579 mInsetsState, mStatusBarColor, mWindowFlags, forceBarBackground)) { in getStatusBarColorViewHeight()
601 if (statusBarHeight > 0 && Color.alpha(mStatusBarColor) != 0 in drawStatusBarBackground()
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java247 private int mStatusBarColor = -1; field in SystemBarHelperTest.TestWindow
277 mStatusBarColor = i; in setStatusBarColor()
282 return mStatusBarColor; in getStatusBarColor()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java1136 private int mStatusBarColor; field in ActivityManager.TaskDescription
1232 mStatusBarColor = statusBarColor; in TaskDescription()
1260 mStatusBarColor = other.mStatusBarColor; in copyFrom()
1285 if (other.mStatusBarColor != 0) { in copyFromPreserveHiddenFields()
1286 mStatusBarColor = other.mStatusBarColor; in copyFromPreserveHiddenFields()
1363 mStatusBarColor = statusBarColor; in setStatusBarColor()
1540 return mStatusBarColor; in getStatusBarColor()
1687 dest.writeInt(mStatusBarColor); in writeToParcel()
1710 mStatusBarColor = source.readInt(); in readFromParcel()
1736 + " statusBarColor: " + mStatusBarColor in toString()
[all …]
/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreenView.java123 private int mStatusBarColor; field in SplashScreenView
610 mStatusBarColor = window.getStatusBarColor(); in attachHostActivityAndSetSystemUIColors()
632 mWindow.setStatusBarColor(mStatusBarColor); in restoreSystemUIColors()
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java273 private int mStatusBarColor; field in QuickContactActivity
2025 mStatusBarColor = palette.mSecondaryColor; in setThemeColor()
2041 desiredStatusBarColor = mStatusBarColor; in updateStatusBarColor()
2183 ? new MaterialPalette(mColorFilterColor, mStatusBarColor) : null, in getEditContactIntent()
2504 ? new MaterialPalette(mColorFilterColor, mStatusBarColor) in showRawContactPickerDialog()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1467 Landroid/app/ActivityManager$TaskDescription;->mStatusBarColor:I