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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java2490 showWidgetsView(true /* animated */, true /* resetPageToZero */);
2929 void showWidgetsView(boolean animated, boolean resetPageToZero) { argument
2930 if (LOGD) Log.d(TAG, "showWidgetsView:" + animated + " resetPageToZero:" + resetPageToZero);
2931 if (resetPageToZero) {

Completed in 42 milliseconds