HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentIndex (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/webkit/
WebBackForwardListClassic.java 26 private int mCurrentIndex;
35 mCurrentIndex = -1;
41 return getItemAtIndex(mCurrentIndex);
45 return mCurrentIndex;
85 ++mCurrentIndex;
89 final int newPos = mCurrentIndex;
109 mCurrentIndex = -1;
127 mCurrentIndex--;
137 l.mCurrentIndex = mCurrentIndex;
    [all...]
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
ArrayInitializerFormatter.java 26 private int mCurrentIndex = 0;
42 final int lastIndex = mCurrentIndex - 1;
71 mBufferedIndex = mCurrentIndex;
86 mCurrentIndex++;
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 43 int mCurrentIndex = 0;
76 mCurrentIndex = (mCurrentIndex + 1) % imageIDs.length;
85 imageIDs[mCurrentIndex], bitmapOptions);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 128 // mCurrentIndex is the "center" image the user is viewing. The change of
129 // mCurrentIndex triggers the data loading and image loading.
130 private int mCurrentIndex;
134 // database reload or mCurrentIndex changes.
168 // If mItemPath is not null, mCurrentIndex is only a hint for where we
169 // can find the item. If mItemPath is null, then we use the mCurrentIndex to
178 mCurrentIndex = indexHint;
245 long newVersion = getVersion(mCurrentIndex + i);
266 mPaths[i] = getPath(mCurrentIndex + i - SCREEN_NAIL_MAX);
287 mPhotoView.notifyDataChange(fromIndex, -mCurrentIndex,
    [all...]
PhotoPage.java 141 private int mCurrentIndex = 0;
423 mCurrentIndex = data.getInt(KEY_INDEX_HINT, 0);
468 mCurrentIndex++;
489 if (mCurrentIndex >= mediaItemCount) mCurrentIndex = 0;
490 itemPath = mMediaSet.getMediaItem(mCurrentIndex, 1)
498 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex,
509 int oldIndex = mCurrentIndex;
510 mCurrentIndex = index;
513 if (mCurrentIndex > 0)
    [all...]
GalleryActionBar.java 55 private int mCurrentIndex;
193 mCurrentIndex = 0;
232 return sClusterItems[mCurrentIndex].action;
365 mCurrentIndex = i;
374 if (itemPosition != mCurrentIndex && mClusterRunner != null
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 50 private int mCurrentIndex;
88 mCurrentIndex = i;
104 if ((ix != mCurrentIndex) && (mListener != null)) {
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 462 private int mCurrentIndex;
489 mCurrentIndex = 0;
493 mCurrentIndex = mTitles.size();
515 listView.setItemChecked(mCurrentIndex, true);
522 if (mCurrentIndex == newIndex) return;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 527 private int mCurrentIndex;
531 switch (mCurrentIndex) {
545 mCurrentIndex = which;
552 private int mCurrentIndex;
556 mCurrentIndex = 0;
575 importVCardFromSDCard(mAllVCardFileList.get(mCurrentIndex));
581 mCurrentIndex = which;
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraSwitcher.java 65 private int mCurrentIndex;
125 mCurrentIndex = i;
141 if ((ix != mCurrentIndex) && (mListener != null)) {

Completed in 473 milliseconds