Home
last modified time | relevance | path

Searched refs:postAfterTraversal (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDejankUtils.java233 public static void postAfterTraversal(Runnable r) { in postAfterTraversal() method in DejankUtils
284 DejankUtils.postAfterTraversal( in notifyRendererOfExpensiveFrame()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt176 DejankUtils.postAfterTraversal(showRunnable)
235 DejankUtils.postAfterTraversal { primaryBouncerCallbackInteractor.dispatchReset() }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java100 DejankUtils.postAfterTraversal(() -> row.setJustClicked(false)); in onClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeUi.java185 DejankUtils.postAfterTraversal(mCancelTimeTickerRunnable); in unscheduleTimeTick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt279 DejankUtils.postAfterTraversal(startLightRevealCallback)
H A DScrimController.java532 DejankUtils.postAfterTraversal(() -> { in transitionTo()
537 DejankUtils.postAfterTraversal(mTimeTicker::cancel); in transitionTo()
1049 DejankUtils.postAfterTraversal(() -> { in applyAndDispatchState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java220 DejankUtils.postAfterTraversal(() -> { in startDisappearAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2667 DejankUtils.postAfterTraversal(() -> setListening(false)); in onExpandingFinished()
3907 DejankUtils.postAfterTraversal( in setExpandedHeightInternal()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java3232 DejankUtils.postAfterTraversal(() -> {