Searched refs:mRemoveEmptyScreenRunnable (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java144 @Thunk Runnable mRemoveEmptyScreenRunnable; field in class:Workspace
572 mRemoveEmptyScreenRunnable = null;
680 mRemoveEmptyScreenRunnable = new Runnable() {
702 if (mRemoveEmptyScreenRunnable != null) {
703 mRemoveEmptyScreenRunnable.run();
815 mRemoveEmptyScreenRunnable = null;

Completed in 36 milliseconds