Searched refs:onDisplayReady (Results 1 – 10 of 10) sorted by relevance
29 public abstract void onDisplayReady(int displayId); in onDisplayReady() method in WallpaperManagerInternal
1706 public void onDisplayReady(int displayId) { in onDisplayReady() method in WallpaperManagerService.LocalService
401 mCommandQueue.onDisplayReady(DEFAULT_DISPLAY); in testOnDisplayReady()403 verify(mCallbacks).onDisplayReady(eq(DEFAULT_DISPLAY)); in testOnDisplayReady()408 mCommandQueue.onDisplayReady(SECONDARY_DISPLAY); in testOnDisplayReadyForSecondaryDisplay()410 verify(mCallbacks).onDisplayReady(eq(SECONDARY_DISPLAY)); in testOnDisplayReadyForSecondaryDisplay()
126 void onDisplayReady(int displayId); in onDisplayReady() method
509 public void onDisplayReady(int displayId) {512 mBar.onDisplayReady(displayId);
176 void onDisplayReady(int displayId); in onDisplayReady() method
323 default void onDisplayReady(int displayId) { in onDisplayReady() method949 public void onDisplayReady(int displayId) { in onDisplayReady() method in CommandQueue1396 mCallbacks.get(i).onDisplayReady(msg.arg1); in handleMessage()
230 public void onDisplayReady(int displayId) { in onDisplayReady() method in NavigationBarController
2363 statusBar.onDisplayReady(displayId);2368 wpMgr.onDisplayReady(displayId);
39078 PLcom/android/server/statusbar/StatusBarManagerService$1;->onDisplayReady(I)V43265 PLcom/android/server/wallpaper/WallpaperManagerService$LocalService;->onDisplayReady(I)V