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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java143 private Runnable mRemoveEmptyScreenRunnable; field in class:Workspace
676 mRemoveEmptyScreenRunnable = null;
797 mRemoveEmptyScreenRunnable = new Runnable() {
817 if (mRemoveEmptyScreenRunnable != null) {
818 mRemoveEmptyScreenRunnable.run();
937 mRemoveEmptyScreenRunnable = null;

Completed in 47 milliseconds