Searched defs:showWidgetsView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java969 showWidgetsView(false, false);
2490 showWidgetsView(true /* animated */, true /* resetPageToZero */);
2929 void showWidgetsView(boolean animated, boolean resetPageToZero) { method in class:Launcher
2930 if (LOGD) Log.d(TAG, "showWidgetsView:" + animated + " resetPageToZero:" + resetPageToZero);
3044 showWidgetsView(true, false);

Completed in 42 milliseconds