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

/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DHomeXLarge.java113 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
H A DHomeGroupsXLarge.java188 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DFramedTextButton.java63 public void setTextFrom(int itemId) { argument
64 switch (itemId) {
H A DImageCurves.java323 public void setChannel(int itemId) { argument
324 switch (itemId) {
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DCommandStatusException.java141 public CommandStatusException(int status, String itemId) { argument
143 mItemId = itemId;
H A DEasOutboxService.java234 OriginalMessageInfo(String itemId, String collectionId, String longId) { argument
235 mItemId = itemId;
274 // Note: itemId and collectionId are the terms used by EAS to refer to the serverId and
276 String itemId = null;
291 itemId = cols[0];
301 // We need either a longId or both itemId (serverId) and collectionId (mailboxId) to process
303 if (longId != null || (itemId != null && collectionId != null)){
304 return new OriginalMessageInfo(itemId, collectionId, longId);
390 // In EAS 14, we don't send itemId and collectionId in the command
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPopupList.java41 public boolean onPopupItemClick(int itemId); argument
H A DSelectionManager.java106 public boolean isItemSelected(Path itemId) { argument
107 return mInverseSelection ^ mClickedSet.contains(itemId);
H A DActionModeHandler.java195 public boolean onPopupItemClick(int itemId) { argument
199 if (itemId == R.id.action_select_all) {
201 mMenuExecutor.onMenuClicked(itemId, null, false, true);
H A DMenuExecutor.java196 private static void setMenuItemVisible(Menu menu, int itemId, boolean visible) { argument
197 MenuItem item = menu.findItem(itemId);
/packages/apps/Stk/src/com/android/stk/
H A DStkMenuActivity.java324 private void sendResponse(int resId, int itemId, boolean help) { argument
328 args.putInt(StkAppService.MENU_SELECTION, itemId);
H A DStkAppService.java892 private String getItemName(int itemId) { argument
898 if (item.id == itemId) {
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksPage.java178 public boolean handleContextItem(int itemId, int groupPosition, argument
183 switch (itemId) {
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java509 * @param itemId the button or menu item id
512 private boolean onActionBarItemSelected(int itemId) { argument
513 if (itemId == R.id.action_done) {
534 } else if (itemId == R.id.action_cancel) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java292 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
H A DPeopleActivity.java1483 private void makeMenuItemVisible(Menu menu, int itemId, boolean visible) { argument
1484 MenuItem item =menu.findItem(itemId);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java373 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DPanelController.java157 public void setAspectButton(FramedTextButton button, int itemId) { argument
159 switch (itemId) {
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiServiceListener.java97 * @param itemId The storyboard item id
102 String itemId, int action, int progress) {}
101 onVideoEditorGeneratePreviewProgress(String projectPath, String className, String itemId, int action, int progress) argument
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java784 final int itemId = item.getItemId();
785 if (itemId == R.id.action_refresh) {
788 } else if (itemId == R.id.action_today) {
793 } else if (itemId == R.id.action_create_event) {
805 } else if (itemId == R.id.action_select_visible_calendars) {
809 } else if (itemId == R.id.action_settings) {
812 } else if (itemId == R.id.action_hide_controls) {
829 } else if (itemId == R.id.action_search) {
1301 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorBaseActivity.java186 String itemId, int action, int progress) {
205 getMediaLayout().onGeneratePreviewMediaItemProgress(itemId, action, progress);
207 getMediaLayout().onGeneratePreviewTransitionProgress(itemId, action, progress);
209 getAudioTrackLayout().onGeneratePreviewProgress(itemId, action, progress);
185 onVideoEditorGeneratePreviewProgress(String projectPath, String className, String itemId, int action, int progress) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java266 final long itemId, final ItemInfo item, StackTraceElement[] stackTrace) {
267 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
310 final long itemId = item.id;
314 checkItemInfoLocked(itemId, item, stackTrace);
323 final long itemId = item.id;
324 final Uri uri = LauncherSettings.Favorites.getContentUri(itemId, false);
334 checkItemInfoLocked(itemId, item, stackTrace);
352 ItemInfo modelItem = sBgItemsIdMap.get(itemId);
265 checkItemInfoLocked( final long itemId, final ItemInfo item, StackTraceElement[] stackTrace) argument

Completed in 2689 milliseconds