Searched defs:mCurrentIndex (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
H A DArrayInitializerFormatter.java26 private int mCurrentIndex = 0; field in class:ArrayInitializerFormatter
42 final int lastIndex = mCurrentIndex - 1;
71 mBufferedIndex = mCurrentIndex;
86 mCurrentIndex++;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java48 private int mCurrentIndex; field in class:GalleryActionBar
140 mCurrentIndex = 0;
179 return sClusterItems[mCurrentIndex].action;
268 mCurrentIndex = i;
277 if (itemPosition != mCurrentIndex && mClusterRunner != null) {
H A DPhotoDataAdapter.java129 // mCurrentIndex is the "center" image the user is viewing. The change of
130 // mCurrentIndex triggers the data loading and image loading.
131 private int mCurrentIndex; field in class:PhotoDataAdapter
135 // database reload or mCurrentIndex changes.
167 // If mItemPath is not null, mCurrentIndex is only a hint for where we
168 // can find the item. If mItemPath is null, then we use the mCurrentIndex to
177 mCurrentIndex = indexHint;
241 long newVersion = getVersion(mCurrentIndex + i);
262 mPaths[i] = getPath(mCurrentIndex + i - SCREEN_NAIL_MAX);
283 mPhotoView.notifyDataChange(fromIndex, -mCurrentIndex,
[all...]
H A DPhotoPage.java113 private int mCurrentIndex = 0; field in class:PhotoPage
227 mCurrentIndex = data.getInt(KEY_INDEX_HINT, 0);
232 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex,
242 mCurrentIndex = index;
422 if (mAppBridge != null && mCurrentIndex == 0) return false;
497 result.putExtra(KEY_RETURN_INDEX_HINT, mCurrentIndex);
730 mMediaSet.addDeletion(path, mCurrentIndex + offset);
770 mModel.setCurrentPhoto(path, mCurrentIndex);
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportVCardActivity.java529 private int mCurrentIndex; field in class:ImportVCardActivity.ImportTypeSelectedListener
533 switch (mCurrentIndex) {
547 mCurrentIndex = which;
554 private int mCurrentIndex; field in class:ImportVCardActivity.VCardSelectedListener
558 mCurrentIndex = 0;
577 importVCardFromSDCard(mAllVCardFileList.get(mCurrentIndex));
583 mCurrentIndex = which;

Completed in 241 milliseconds