Home | History | Annotate | Download | only in launcher2

Lines Matching refs:extra

1305         Parcelable extra = data.getParcelableExtra(LiveFolders.EXTRA_LIVE_FOLDER_ICON);
1306 if (extra != null && extra instanceof Intent.ShortcutIconResource) {
1308 iconResource = (Intent.ShortcutIconResource) extra;
1315 Log.w(TAG, "Could not load live folder icon: " + extra);
1970 * - Enter and exit car mode (becuase it causes an extra configuration changed)
2044 // Insert extra item to handle picking application
2060 // Insert extra item to handle inserting folder
2172 // Use removeAllViewsInLayout() to avoid an extra requestLayout() and invalidate().