Searched defs:itemPosition (Results 1 - 4 of 4) 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/app/
H A DGalleryActionBar.java373 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
374 if (itemPosition != mCurrentIndex && mClusterRunner != null
381 mAlbumModeListener.onAlbumModeSelected(itemPosition);
383 mClusterRunner.doCluster(sClusterItems[itemPosition].action);
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java1277 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
1278 switch (itemPosition) {
1300 Log.w(TAG, "ItemSelected event from unknown button: " + itemPosition);
1301 Log.w(TAG, "CurrentView:" + mCurrentView + " Button:" + itemPosition +

Completed in 43 milliseconds