Searched refs:mCurrentCategoryPageId (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategoryPageIndicatorView.java29 private int mCurrentCategoryPageId = 0; field in class:EmojiCategoryPageIndicatorView
48 mCurrentCategoryPageId = id;
64 final float left = unitWidth * mCurrentCategoryPageId + mOffset * unitWidth;
H A DEmojiCategory.java161 private int mCurrentCategoryPageId = 0; field in class:EmojiCategory
284 mCurrentCategoryPageId = id;
288 return mCurrentCategoryPageId;
293 mPrefs, mCurrentCategoryId, mCurrentCategoryPageId);

Completed in 47 milliseconds