Home
last modified time | relevance | path

Searched defs:postToView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt193 fun postToView(action: Runnable): Boolean in expand() method
DShadeViewControllerEmptyImpl.kt71 override fun postToView(action: Runnable): Boolean { in postToView() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java4200 public boolean postToView(Runnable action) { in postToView() method
4257 postToView(() -> { in updateTouchableRegion() method