/frameworks/base/core/java/com/android/internal/view/ |
D | AppearanceRegion.java | 33 private int mAppearance; field in AppearanceRegion 45 return mAppearance == sa.mAppearance && mBounds.equals(sa.mBounds); in equals() 51 ViewDebug.flagsToString(InsetsFlags.class, "appearance", mAppearance); in toString() 70 this.mAppearance = appearance; in AppearanceRegion() 80 return mAppearance; in getAppearance() 94 dest.writeInt(mAppearance); in writeToParcel() 112 this.mAppearance = appearance; in AppearanceRegion()
|
/frameworks/base/core/java/android/window/ |
D | TaskSnapshot.java | 72 int mAppearance; field in TaskSnapshot 114 mAppearance = appearance; in TaskSnapshot() 136 mAppearance = source.readInt(); 273 return mAppearance; 295 dest.writeInt(mAppearance); 318 + " mAppearance=" + mAppearance 369 int mAppearance; 438 mAppearance = appearance; 482 mAppearance,
|
/frameworks/base/core/java/android/view/ |
D | PendingInsetsController.java | 38 private @Appearance int mAppearance; field in PendingInsetsController 77 mAppearance = (mAppearance & ~mask) | (appearance & mask); in setSystemBarsAppearance() 97 return mAppearance | (mAppearanceFromResource & ~mAppearanceMask); in getSystemBarsAppearance() 178 controller.setSystemBarsAppearance(mAppearance, mAppearanceMask); in replayAndAttach() 207 mAppearance = 0; in replayAndAttach()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | RegisterStatusBarResult.java | 32 public final int mAppearance; // switch[1] field in RegisterStatusBarResult 53 mAppearance = appearance; in RegisterStatusBarResult() 77 dest.writeInt(mAppearance); in writeToParcel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyLightsOutNotifController.java | 62 @VisibleForTesting @Appearance int mAppearance; field in LegacyLightsOutNotifController 146 return 0 != (mAppearance & APPEARANCE_LOW_PROFILE_BARS); in areLightsOut() 158 mAppearance = appearance;
|
D | LightBarController.java | 75 private @Appearance int mAppearance; field in LightBarController 207 int diff = appearance ^ mAppearance; in onNavigationBarAppearanceChanged() 242 mAppearance = appearance; in onNavigationBarAppearanceChanged() 248 mHasLightNavigationBar = isLight(mAppearance, newBarMode, APPEARANCE_LIGHT_NAVIGATION_BARS); in onNavigationBarModeChanged() 257 onNavigationBarAppearanceChanged(mAppearance, true /* nbModeChanged */, in reevaluate() 425 InsetsFlags.class, "appearance", mAppearance)); in dump()
|
D | CentralSurfacesImpl.java | 913 mCommandQueueCallbacks.onSystemBarAttributesChanged(mDisplayId, result.mAppearance, in start() 932 result.mAppearance, in start()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 170 private int mAppearance; field in NavigationBarController.Impl 257 setIconTintInternal(calculateTargetDarkIntensity(mAppearance, in installNavigationBarFrameIfNecessary() 426 mAppearance = window.getSystemBarAppearance(); in onSoftInputWindowCreated() 531 mAppearance = appearance; in onSystemBarAppearanceChanged() 537 final float targetDarkIntensity = calculateTargetDarkIntensity(mAppearance, in onSystemBarAppearanceChanged() 590 onSystemBarAppearanceChanged(mAppearance); in onDrawLegacyNavigationBarBackgroundChanged() 617 + " mAppearance=0x" + Integer.toHexString(mAppearance) in toDebugString()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/ |
D | RegisterStatusBarResultTest.java | 82 assertThat(copy.mAppearance).isEqualTo(original.mAppearance); in testParcelable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | TaskbarDelegate.java | 125 private @Appearance int mAppearance; field in TaskbarDelegate 387 if (mAppearance != appearance) { in onSystemBarAttributesChanged() 388 mAppearance = appearance; in onSystemBarAttributesChanged() 459 final int transitionMode = transitionMode(mTaskbarTransientShowing, mAppearance); in onTransientStateChanged()
|
D | NavigationBar.java | 248 private @Appearance int mAppearance; field in NavigationBar 741 mAppearance = mSavedState.getInt(EXTRA_APPEARANCE, 0); in onInit() 880 outState.putInt(EXTRA_APPEARANCE, mAppearance); in onSaveInstanceState() 1155 final int transitionMode = transitionMode(mTransientShown, mAppearance); in restoreAppearanceAndTransientState() 1162 mLightBarController.onNavigationBarAppearanceChanged(mAppearance, in restoreAppearanceAndTransientState() 1176 if (mAppearance != appearance) { in onSystemBarAttributesChanged() 1177 mAppearance = appearance; in onSystemBarAttributesChanged() 1228 final int transitionMode = transitionMode(mTransientShown, mAppearance); in handleTransientChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LegacyLightsOutNotifControllerTest.java | 215 mLightsOutNotifController.mAppearance = LIGHTS_OUT; in testEntryAdded() 232 mLightsOutNotifController.mAppearance = LIGHTS_OUT; in testEntryRemoved()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1413 private @Appearance int mAppearance = 0; field in StatusBarManagerService.UiState 1433 mAppearance = appearance; in setBarAttributes() 1564 state.mAppearance, state.mAppearanceRegions, state.mImeWindowVis, in registerStatusBar()
|