Home
last modified time | relevance | path

Searched defs:categoryId (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java58 public CategoryProperties(final int categoryId, final int pageCount) { in CategoryProperties()
142 private void addShownCategoryId(final int categoryId) { in addShownCategoryId()
150 public String getCategoryName(final int categoryId, final int categoryPageId) { in getCategoryName()
159 public int getCategoryTabIcon(final int categoryId) { in getCategoryTabIcon()
163 public String getAccessibilityDescription(final int categoryId) { in getAccessibilityDescription()
179 public int getCategoryPageSize(final int categoryId) { in getCategoryPageSize()
190 public void setCurrentCategoryId(final int categoryId) { in setCurrentCategoryId()
212 public int getTabIdFromCategoryId(final int categoryId) { in getTabIdFromCategoryId()
223 public int getPageIdFromCategoryId(final int categoryId) { in getPageIdFromCategoryId()
242 private int getCategoryPageCount(final int categoryId) { in getCategoryPageCount()
[all …]
DEmojiPalettesView.java151 private void addTab(final TabHost host, final int categoryId) { in addTab()
246 final int categoryId = mEmojiCategory.getCategoryId(tabId); in onTabChanged() local
413 private void setCurrentCategoryId(final int categoryId, final boolean force) { in setCurrentCategoryId()
DDynamicGridKeyboard.java55 final int maxKeyCount, final int categoryId) { in DynamicGridKeyboard()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java63 int categoryId = getCmasCategoryResId(cmasInfo); in appendCmasAlertDetails() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java429 final SharedPreferences prefs, final int categoryId, final int categoryPageId) { in writeLastTypedEmojiCategoryPageId()
435 final SharedPreferences prefs, final int categoryId) { in readLastTypedEmojiCategoryPageId()
441 final SharedPreferences prefs, final int categoryId) { in writeLastShownEmojiCategoryId()