Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java70 private ColorDrawable mNavigationBarColor; field in BackdropFrameRenderer
131 mNavigationBarColor = new ColorDrawable(navigationBarColor); in onResourcesLoaded()
134 mNavigationBarColor = null; in onResourcesLoaded()
374 if (mNavigationBarColor != null && fullscreen) { in drawColorViews()
376 mNavigationBarColor.setBounds(mTmpRect); in drawColorViews()
377 mNavigationBarColor.draw(canvas); in drawColorViews()
H A DPhoneWindow.java278 int mNavigationBarColor = 0; field in PhoneWindow
2522 mNavigationBarColor = in generateLayout()
3871 return mNavigationBarColor;
3876 mNavigationBarColor = color;
H A DDecorView.java1397 mSemiTransparentBarColor, mWindow.mNavigationBarColor, in calculateNavigationBarColor()
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java457 private final int mNavigationBarColor; field in SnapshotDrawerUtils.SystemBarBackgroundPainter
477 mNavigationBarColor = DecorView.calculateBarColor(windowFlags, in SystemBarBackgroundPainter()
485 mNavigationBarPaint.setColor(mNavigationBarColor); in SystemBarBackgroundPainter()
512 mRequestedVisibleTypes, mNavigationBarColor, mWindowFlags, in isNavigationBarColorViewVisible()
540 if (visible && Color.alpha(mNavigationBarColor) != 0 in drawNavigationBarBackground()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java1556 private int mNavigationBarColor; field in ActivityManager.TaskDescription
1580 private int mNavigationBarColor = 0; field in ActivityManager.TaskDescription.Builder
1646 this.mNavigationBarColor = color; in setNavigationBarColor()
1767 mNavigationBarColor = navigationBarColor; in TaskDescription()
1796 mNavigationBarColor = other.mNavigationBarColor; in copyFrom()
1824 if (other.mNavigationBarColor != 0) { in copyFromPreserveHiddenFields()
1825 mNavigationBarColor = other.mNavigationBarColor; in copyFromPreserveHiddenFields()
2088 return mNavigationBarColor; in getNavigationBarColor()
2244 dest.writeInt(mNavigationBarColor); in writeToParcel()
2268 mNavigationBarColor = source.readInt(); in readFromParcel()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1466 Landroid/app/ActivityManager$TaskDescription;->mNavigationBarColor:I