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

  /packages/apps/Gallery3D/src/com/cooliris/media/
SortCursor.java 61 private int mCursorIndex;
89 mCursorIndex = j;
103 mCursorIndex = j;
144 mCursorIndex = which;
224 mCursorIndex = smallestIdx;
349 return mCursorIndex;
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 134 DBG_NAV_LOGD("mCursorIndex=%d", mCursorIndex);
135 if (mCursorIndex < CURSOR_SET)
137 CachedNode& cursor = mCachedNodes[mCursorIndex];
139 mCursorIndex = CURSOR_CLEARED; // initialized and explicitly cleared
312 if (mCursorIndex < CURSOR_SET)
314 const CachedNode* result = &mCachedNodes[mCursorIndex];
    [all...]
CachedFrame.h 133 void setCursorIndex(int index) { mCursorIndex = index; }
235 int mCursorIndex;
CachedRoot.cpp     [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 422 final int mCursorIndex;
430 mCursorIndex = c.getPosition();
    [all...]

Completed in 41 milliseconds