Home
last modified time | relevance | path

Searched defs:resId (Results 1 – 25 of 100) sorted by relevance

1234

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsMockResources.java30 public void addResource(int resId, String packageName, String typeName, String entryName) { in addResource()
37 public String getResourceName(int resId) throws NotFoundException { in getResourceName()
45 public String getResourcePackageName(int resId) throws NotFoundException { in getResourcePackageName()
53 public String getResourceTypeName(int resId) throws NotFoundException { in getResourceTypeName()
61 public String getResourceEntryName(int resId) throws NotFoundException { in getResourceEntryName()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountSelectionUtil.java63 int resId, int subscriptionId) { in AccountSelectedListener()
74 int resId) { in AccountSelectedListener()
86 public static Dialog getSelectAccountDialog(Context context, int resId) { in getSelectAccountDialog()
90 public static Dialog getSelectAccountDialog(Context context, int resId, in getSelectAccountDialog()
99 public static Dialog getSelectAccountDialog(Context context, int resId, in getSelectAccountDialog()
163 public static void doImport(Context context, int resId, AccountWithDataSet account, in doImport()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java148 final int resId; in getDescriptionForSwitchAlphaSymbol() local
186 final int resId; in getDescriptionForShiftKey() local
221 final int resId; in getDescriptionForActionKey() local
292 final int resId = (baseIndex >= 0) ? mKeyCodeMap.valueAt(baseIndex) in getSpokenAccentedLetterDescription() local
304 final int resId = getSpokenDescriptionId(context, code, SPOKEN_SYMBOL_RESOURCE_NAME_FORMAT); in getSpokenSymbolDescription() local
318 final int resId = getSpokenDescriptionId(context, code, SPOKEN_EMOJI_RESOURCE_NAME_FORMAT); in getSpokenEmojiDescription() local
337 final int resId = resources.getIdentifier(resourceName, "string", resourcePackageName); in getSpokenDescriptionId() local
DMoreKeysKeyboardAccessibilityDelegate.java46 public void setOpenAnnounce(final int resId) { in setOpenAnnounce()
50 public void setCloseAnnounce(final int resId) { in setCloseAnnounce()
/packages/apps/Launcher3/src/com/android/launcher3/
DPartner.java102 int resId = getResources().getIdentifier(RES_DEFAULT_WALLPAPER_HIDDEN, "bool", in hideDefaultWallpaper() local
108 int resId = getResources().getIdentifier(RES_SYSTEM_WALLPAPER_DIR, "string", in getWallpaperDirectory() local
114 int resId = getResources().getIdentifier(RES_REQUIRE_FIRST_RUN_FLOW, "bool", in requiresFirstRunFlow() local
131 int resId = getResources().getIdentifier(RES_GRID_NUM_ROWS, in getDeviceProfileOverride() local
DDefaultLayoutParser.java94 final int resId = getAttributeResourceValue(parser, ATTR_WORKSPACE, 0); in parseAndAddNode() local
260 final int resId = partnerRes.getIdentifier(Partner.RES_FOLDER, in parseAndAdd() local
282 final int resId = getAttributeResourceValue(parser, ATTR_FOLDER_ITEMS, 0); in parseAndAdd() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
DImportExportDialogFragment.java235 private boolean handleImportRequest(int resId, int subscriptionId) { in handleImportRequest()
259 AccountSelectionUtil.doImport(getActivity(), resId, in handleImportRequest() local
300 public AdapterEntry(CharSequence label, int resId, int subId) { in AdapterEntry()
306 public AdapterEntry(String label, int resId) { in AdapterEntry()
/packages/apps/Settings/src/com/android/settings/
DRegulatoryInfoDisplayActivity.java63 int resId = getResourceId(); in onCreate() local
98 int resId = getResources().getIdentifier( in getResourceId() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DSelectAccountActivity.java59 final int resId = R.string.import_from_sdcard; in onCreate() local
100 protected Dialog onCreateDialog(int resId, Bundle bundle) { in onCreateDialog()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DLayout.java355 public Builder icon(int resId) { in icon()
365 public Builder contentIconRes(int resId) { in contentIconRes()
370 public Builder title(int resId) { in title()
375 public Builder description(int resId) { in description()
395 public Builder detailedDescription(int resId) { in detailedDescription()
465 public Builder title(int resId) { in title()
470 public Builder description(int resId) { in description()
481 public Builder icon(int resId) { in icon()
552 public Builder icon(int resId) { in icon()
557 public Builder title(int resId) { in title()
[all …]
DSettingsLayoutActivity.java94 protected void setIcon(int resId) { in setIcon()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java164 final int resId = isStarred in configureStarredImageView() local
184 final int resId = isStarred in configureStarredMenuItem() local
303 final int resId = resources.getIdentifier(name, "drawable", packageName); in getDrawable() local
320 private Drawable getResourceDrawable(Resources resources, int resId) in getResourceDrawable()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DToastBarOperation.java124 final int resId; in getDescription() local
159 final int resId; in getSingularDescription() local
DCustomViewToolbar.java162 public void setTitle(int resId) { in setTitle()
172 public void setTitleTextAppearance(Context context, int resId) { in setTitleTextAppearance()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DResourceTexture.java32 public ResourceTexture(Context context, int resId) { in ResourceTexture()
/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java165 private void setIcon(int resId) { in setIcon()
220 int resId = context.getResources().getIdentifier( in buildUpdate() local
/packages/apps/Contacts/src/com/android/contacts/widget/
DAlphaTouchInterceptorOverlay.java52 final int resId = ThemeUtils.getSelectableItemBackground(context.getTheme()); in AlphaTouchInterceptorOverlay() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityUtils.java65 static CharSequence getTextForLocale(Context context, Locale locale, int resId) { in getTextForLocale()
/packages/apps/Stk/src/com/android/stk/
DStkDialogActivity.java264 private void sendResponse(int resId, boolean confirmed) { in sendResponse()
288 private void sendResponse(int resId) { in sendResponse()
DStkMain.java105 private void showTextToast(Context context, int resId) { in showTextToast()
/packages/apps/Settings/src/com/android/settings/notification/
DVolumeSeekBarPreference.java160 public void showIcon(int resId) { in showIcon()
168 public void setMuteIcon(int resId) { in setMuteIcon()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DOtherSettingIndicatorButton.java36 public OtherSettingIndicatorButton(Context context, int resId, in OtherSettingIndicatorButton()
/packages/apps/Camera/src/com/android/camera/
DPreferenceInflater.java50 public CameraPreference inflate(int resId) { in inflate()
/packages/apps/LegacyCamera/src/com/android/camera/
DPreferenceInflater.java50 public CameraPreference inflate(int resId) { in inflate()
/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java474 public void setShutterButtonIcon(int resId) { in setShutterButtonIcon()
485 public void animateToVideoStop(int resId) { in animateToVideoStop()
501 public void animateToFullSize(int resId) { in animateToFullSize()

1234