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

/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java69 private ColorDrawable mNavigationBarColor; field in class:BackdropFrameRenderer
135 mNavigationBarColor = new ColorDrawable(navigationBarColor);
138 mNavigationBarColor = null;
382 if (mNavigationBarColor != null && fullscreen) {
384 mNavigationBarColor.setBounds(mTmpRect);
385 mNavigationBarColor.draw(canvas);
H A DPhoneWindow.java235 int mNavigationBarColor = 0; field in class:PhoneWindow
2435 mNavigationBarColor = a.getColor(R.styleable.Window_navigationBarColor, 0xFF000000);
3801 return mNavigationBarColor;
3806 mNavigationBarColor = color;
H A DDecorView.java1109 mWindow.mNavigationBarColor, mWindow.mNavigationBarDividerColor, navBarSize,
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java237 private int mNavigationBarColor = -1; field in class:SystemBarHelperTest.TestWindow
258 mNavigationBarColor = i;
263 return mNavigationBarColor;
/frameworks/base/core/java/android/app/
H A DActivityManager.java1219 private int mNavigationBarColor; field in class:ActivityManager.TaskDescription
1271 mNavigationBarColor = navigationBarColor;
1292 mNavigationBarColor = other.mNavigationBarColor;
1311 if (other.mNavigationBarColor != 0) {
1312 mNavigationBarColor = other.mNavigationBarColor;
1363 mNavigationBarColor = navigationBarColor;
1450 return mNavigationBarColor;
1506 dest.writeInt(mNavigationBarColor);
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java467 private final int mNavigationBarColor; field in class:TaskSnapshotSurface.SystemBarBackgroundPainter
481 mNavigationBarColor = navigationBarColor;
504 mSysUiVis, mNavigationBarColor, mWindowFlags, false /* force */);

Completed in 1670 milliseconds