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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodSubtypeCompatWrapper.java 77 public InputMethodSubtypeCompatWrapper(int nameResId, int iconResId, String locale,
83 mDummyNameResId = nameResId;
183 private static int hashCodeInternal(int nameResId, int iconResId, String locale,
186 .hashCode(new Object[] { nameResId, iconResId, locale, mode, extraValue });
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 273 BasePolicyItem(Context context, int nameResId) {
274 mDisplayName = context.getString(nameResId);
348 IntegerPolicyItem(Context context, int nameResId, String preferenceKey) {
349 super(context, nameResId);
368 LongPolicyItem(Context context, int nameResId, String preferenceKey) {
369 super(context, nameResId);
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTheme.java 121 * @param nameResId The string resource id of the theme name
130 private MovieTheme(String id, int nameResId, int previewImageResId, int previewMovieResId,
135 mNameResId = nameResId;
  /frameworks/base/tools/aapt/
XMLNode.h 75 attribute_entry() : index(~(uint32_t)0), nameResId(0)
81 return nameResId == 0
91 uint32_t nameResId;
XMLNode.cpp 777 if (e.nameResId) {
778 mAttributeOrder.removeItem(e.nameResId);
787 mAttributes.editItemAt(attrIdx).nameResId = resId;
894 e.nameResId, NULL, &defPackage, table, &ac)) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]

Completed in 308 milliseconds