Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mPostReorderingPreZoomInRunnable

239     private Runnable mPostReorderingPreZoomInRunnable;
2520 if (mPostReorderingPreZoomInRunnable != null &&
2522 mPostReorderingPreZoomInRunnable.run();
2523 mPostReorderingPreZoomInRunnable = null;
2578 mPostReorderingPreZoomInRunnable = new Runnable() {