HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentRow (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/
rsFont.h 169 uint32_t mCurrentRow;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 169 uint32_t mCurrentRow;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 169 uint32_t mCurrentRow;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 169 uint32_t mCurrentRow;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 92 int mCurrentRow;
258 mCurrentRow = position;
267 return moveToPosition(mCurrentRow + offset);
279 return moveToPosition(mCurrentRow + 1);
283 return moveToPosition(mCurrentRow - 1);
296 Row row = mRows.get(mCurrentRow);
360 return mCurrentRow;
372 return mCurrentRow >= mRows.size();
376 return mCurrentRow < 0;
384 return mCurrentRow == 0
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 145 private KeyboardRow mCurrentRow = null;
    [all...]

Completed in 195 milliseconds