Home
last modified time | relevance | path

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

/aosp14/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()
366 if (mStatusBarColor != null) { in drawColorViews()
367 mStatusBarColor.setBounds(0, 0, left + width, topInset); in drawColorViews()
368 mStatusBarColor.draw(canvas); in drawColorViews()
H A DPhoneWindow.java277 int mStatusBarColor = 0; field in PhoneWindow
2514 mStatusBarColor = a.getColor(R.styleable.Window_statusBarColor, Color.BLACK); in generateLayout()
3853 return mStatusBarColor;
3858 mStatusBarColor = color;
H A DDecorView.java1389 mSemiTransparentBarColor, mWindow.mStatusBarColor, in calculateStatusBarColor()
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java308 c.drawRect(frame.right, alpha(mSystemBarBackgroundPainter.mStatusBarColor) == 0xFF in drawBackgroundAndBars()
456 private final int mStatusBarColor; field in SnapshotDrawerUtils.SystemBarBackgroundPainter
473 mStatusBarColor = DecorView.calculateBarColor(windowFlags, FLAG_TRANSLUCENT_STATUS, in SystemBarBackgroundPainter()
484 mStatusBarPaint.setColor(mStatusBarColor); in SystemBarBackgroundPainter()
500 mRequestedVisibleTypes, mStatusBarColor, mWindowFlags, in getStatusBarColorViewHeight()
526 if (statusBarHeight > 0 && Color.alpha(mStatusBarColor) != 0 in drawStatusBarBackground()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java1555 private int mStatusBarColor; field in ActivityManager.TaskDescription
1579 private int mStatusBarColor = 0; field in ActivityManager.TaskDescription.Builder
1635 this.mStatusBarColor = color; in setStatusBarColor()
1766 mStatusBarColor = statusBarColor; in TaskDescription()
1795 mStatusBarColor = other.mStatusBarColor; in copyFrom()
1821 if (other.mStatusBarColor != 0) { in copyFromPreserveHiddenFields()
1822 mStatusBarColor = other.mStatusBarColor; in copyFromPreserveHiddenFields()
1902 mStatusBarColor = statusBarColor; in setStatusBarColor()
2080 return mStatusBarColor; in getStatusBarColor()
2243 dest.writeInt(mStatusBarColor); in writeToParcel()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1467 Landroid/app/ActivityManager$TaskDescription;->mStatusBarColor:I