HomeSort by relevance Sort by last modified time
    Searched refs:getItemId (Results 251 - 275 of 586) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 99 if (item.getItemId() == R.id.menu_print) {
538 public long getItemId(int position) {
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 114 long itemID = adapter.getItemId(position);
194 long itemId = adapter.getItemId(position);
  /frameworks/base/core/java/android/widget/
AbsListView.java 1012 mCheckedIdStates.put(mAdapter.getItemId(position), position);
1014 mCheckedIdStates.delete(mAdapter.getItemId(position));
1025 final long id = mAdapter.getItemId(position);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 123 public long getItemId(int position) {
151 public long getItemId(int position) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 113 setChannel(item.getItemId());
114 button.setText(mIdStrLut.get(item.getItemId()));
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 259 switch (item.getItemId()) {
442 switch(item.getItemId()) {
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 275 switch (item.getItemId()) {
313 switch (item.getItemId()) {
  /cts/tests/src/android/app/cts/
InstrumentationTestActivity.java 188 mMenuID = item.getItemId();
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 258 switch (item.getItemId()) {
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 82 switch (item.getItemId()) {
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
AppListFragment.java 131 public long getItemId(int position) {
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 78 public long getItemId(int position)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 116 switch (item.getItemId()) {
FingerPaint.java 178 switch (item.getItemId()) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ContentBrowserActivity.java 222 switch (item.getItemId()) {
ContentBrowserNavActivity.java 224 switch (item.getItemId()) {
VideoPlayerActivity.java 246 switch (item.getItemId()) {
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 292 setCurrentEffect(item.getItemId());
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 130 switch (item.getItemId()) {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 166 Long itemID = mAdap.getItemId(currentSelectionIndex);
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 284 switch (item.getItemId()) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarFragmentMenu.java 229 if (item.getItemId() == R.id.simple_item) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 126 switch (item.getItemId()) {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 175 switch (item.getItemId()) {
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 82 switch (item.getItemId()) {

Completed in 687 milliseconds

<<11121314151617181920>>