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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java141 static final boolean DEBUG_WIDGETS = true; field in class:Launcher
3893 final long start = DEBUG_WIDGETS ? SystemClock.uptimeMillis() : 0;
3894 if (DEBUG_WIDGETS) {
3906 if (DEBUG_WIDGETS) {
3932 if (DEBUG_WIDGETS) {
3954 if (DEBUG_WIDGETS) {
3981 if (DEBUG_WIDGETS) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java129 static final boolean DEBUG_WIDGETS = false; field in class:Launcher
3572 final long start = DEBUG_WIDGETS ? SystemClock.uptimeMillis() : 0;
3573 if (DEBUG_WIDGETS) {
3580 if (DEBUG_WIDGETS) {
3595 if (DEBUG_WIDGETS) {

Completed in 142 milliseconds