Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java68 public CategoryProperties(final int categoryId, final int pageCount) { in CategoryProperties()
221 private void addShownCategoryId(final int categoryId) { in addShownCategoryId()
229 private boolean isShownCategoryId(final int categoryId) { in isShownCategoryId()
238 public static String getCategoryName(final int categoryId, final int categoryPageId) { in getCategoryName()
247 public int getCategoryTabIcon(final int categoryId) { in getCategoryTabIcon()
251 public String getAccessibilityDescription(final int categoryId) { in getAccessibilityDescription()
267 public int getCategoryPageSize(final int categoryId) { in getCategoryPageSize()
278 public void setCurrentCategoryId(final int categoryId) { in setCurrentCategoryId()
300 public int getTabIdFromCategoryId(final int categoryId) { in getTabIdFromCategoryId()
311 public int getPageIdFromCategoryId(final int categoryId) { in getPageIdFromCategoryId()
[all …]
DEmojiPalettesView.java148 private void addTab(final TabHost host, final int categoryId) { in addTab()
246 final int categoryId = mEmojiCategory.getCategoryId(tabId); in onTabChanged() local
414 private void setCurrentCategoryId(final int categoryId, final boolean force) { in setCurrentCategoryId()
DDynamicGridKeyboard.java55 final int maxKeyCount, final int categoryId) { in DynamicGridKeyboard()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/model/
DCategoryTest.java48 final String categoryId = "Album"; in testConstructor() local
65 private static Cursor generateCursorForCategory(String categoryId, String categoryName, in generateCursorForCategory()
/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImpl.java66 final String categoryId = categoryIds.get(j); in calculateScores() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DSystemStaticWallpaperInfo.java106 String categoryId, AttributeSet attrs) { in fromAttributeSet()
131 Resources stubApkResources, String categoryId) { in getAll()
DLiveWallpaperInfo.java87 public static LiveWallpaperInfo fromAttributeSet(Context context, String categoryId, in fromAttributeSet()
105 public static LiveWallpaperInfo fromPackageAndServiceName(Context context, String categoryId, in fromPackageAndServiceName()
DCreativeCategory.java158 String categoryId = cursor.getString( in readCreativeWallpapers() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java421 final SharedPreferences prefs, final int categoryId, final int categoryPageId) { in writeLastTypedEmojiCategoryPageId()
427 final SharedPreferences prefs, final int categoryId) { in readLastTypedEmojiCategoryPageId()
433 final SharedPreferences prefs, final int categoryId) { in writeLastShownEmojiCategoryId()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java105 int categoryId = getCmasCategoryResId(cmasInfo); in appendCmasAlertDetails() local