Searched refs:mScrimBehind (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | ScrimControllerTest.java | 127 private ScrimView mScrimBehind; field in ScrimControllerTest 216 endAnimation(mScrimBehind); in finishAnimationsImmediately() 245 mScrimBehind = spy(new ScrimView(mContext)); in setup() 256 }).when(mScrimBehind).postOnAnimationDelayed(any(Runnable.class), anyLong()); in setup() 301 mScrimController.attachViews(mScrimBehind, mNotificationsScrim, mScrimInFront); in setup() 305 ViewUtils.attachView(mScrimBehind); in setup() 319 ViewUtils.detachView(mScrimBehind); in tearDown() 335 mScrimBehind, SEMI_TRANSPARENT)); in transitionToKeyguard() 339 mScrimBehind, true in transitionToKeyguard() 352 mScrimBehind, OPAQUE)); in transitionToShadeLocked() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 211 private ScrimView mScrimBehind; field in ScrimController 296 mScrimBehind.setViewAlpha(mBehindAlpha); 320 mScrimBehind.setViewAlpha(mBehindAlpha); 412 mScrimBehind = behindScrim; in attachViews() 416 mScrimBehind.setScrimName(getScrimName(mScrimBehind)); in attachViews() 424 states[i].init(mScrimInFront, mScrimBehind, mDozeParameters, mDockManager); in attachViews() 513 if (mScrimBehind == null || mNotificationsScrim == null) { in setScrimCornerRadius() 516 mScrimBehind.setCornerRadius(radius); in setScrimCornerRadius() 606 mScrimBehind.removeCallbacks(mPendingFrameCallback); in internalTransitionTo() 653 dispatchBackScrimState(mScrimBehind.getViewAlpha()); in internalTransitionTo() [all …]
|
D | ScrimState.java | 90 updateScrimColor(mScrimBehind, 1f /* alpha */, mBackgroundColor); in prepare() 165 updateScrimColor(mScrimBehind, 1f /* alpha */, mBackgroundColor); in prepare() 276 updateScrimColor(mScrimBehind, 1f /* alpha */, mBackgroundColor /* tint */); in prepare() 285 updateScrimColor(mScrimBehind, 1f /* alpha */, mBackgroundColor); in prepare() 304 updateScrimColor(mScrimBehind, 1f /* alpha */, mBackgroundColor); in prepare() 366 ScrimView mScrimBehind; field in ScrimState 385 mScrimBehind = scrimBehind; in init()
|