Home
last modified time | relevance | path

Searched refs:postToView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt71 override fun postToView(action: Runnable): Boolean {
H A DShadeViewController.kt193 fun postToView(action: Runnable): Boolean regex
H A DShadeControllerImpl.java209 getShadeViewController().postToView(executable); in postOnShadeExpanded()
H A DNotificationPanelViewController.java633 postToView(mHideExpandedRunnable);
4200 public boolean postToView(Runnable action) { in postToView() method
4257 postToView(() -> { in updateTouchableRegion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java469 mShadeViewController.postToView(() -> in registerListeners()