Home
last modified time | relevance | path

Searched defs:resources (Results 1 – 25 of 159) sorted by relevance

1234567

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DPickerConstants.java35 private Date(Resources resources) { in Date()
49 private Time(Resources resources) { in Time()
74 public static PickerConstants.Date getDateInstance(Resources resources) { in getDateInstance()
78 public static PickerConstants.Time getTimeInstance(Resources resources) { in getTimeInstance()
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DByResource.java32 public static BySelector id(Resources resources, int resId) { in id()
42 public static BySelector text(Resources resources, int stringRes) { in text()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DUtil.java49 Resources resources = packageContext.getResources(); in getResourceUri() local
59 Resources resources = context.getPackageManager().getResourcesForApplication(appInfo); in getResourceUri() local
70 private static Uri getResourceUri(Resources resources, String appPkg, int res) in getResourceUri()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallUIMaterialColorMapUtils.java16 public InCallUIMaterialColorMapUtils(Resources resources) { in InCallUIMaterialColorMapUtils()
50 public static MaterialPalette getDefaultPrimaryAndSecondaryColors(Resources resources) { in getDefaultPrimaryAndSecondaryColors()
/packages/apps/Launcher2/src/com/android/launcher2/
DUserInitializeReceiver.java37 final Resources resources = context.getResources(); in onReceive() local
60 private void addWallpapers(Resources resources, String packageName, int resid, in addWallpapers()
DUtilities.java86 final Resources resources = context.getResources(); in createIconBitmap() local
211 final Resources resources = context.getResources(); in resampleIconBitmap() local
236 final Resources resources = context.getResources(); in initStatics() local
DIconCache.java95 public Drawable getFullResIcon(Resources resources, int iconId, UserHandle user) { in getFullResIcon()
110 Resources resources; in getFullResIcon() local
132 Resources resources; in getFullResIcon() local
/packages/apps/Calendar/tests/src/com/android/calendar/
DDbTestUtils.java51 private Resources resources; field in DbTestUtils.FakeContext
54 FakeContext(ContentResolver contentResolver, Resources resources) { in FakeContext()
173 public DbTestUtils(Resources resources) { in DbTestUtils()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationListService.java108 final Resources resources = mContext.getResources(); in getViewAt() local
220 Resources resources = mContext.getResources(); in getSnippetText() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactStatusUtil.java31 Resources resources = context.getResources(); in getStatusString() local
/packages/apps/Messaging/src/com/android/messaging/util/
DBugleSubscriptionPrefs.java75 final Resources resources = Factory.get().getApplicationContext().getResources(); in migratePrefBooleanInternal() local
87 final Resources resources = Factory.get().getApplicationContext().getResources(); in migratePrefStringInternal() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DConversationViewUtils.java26 public static void setTextZoom(Resources resources, WebSettings settings) { in setTextZoom()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTableDream.java33 Resources resources = getResources(); in onDreamingStarted() local
DEdgeSwipeDetector.java36 final Resources resources = context.getResources(); in EdgeSwipeDetector() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DEmojiAltPhysicalKeyDetector.java123 public EmojiAltPhysicalKeyDetector(@Nonnull final Resources resources) { in EmojiAltPhysicalKeyDetector()
185 private static HotKeySet parseHotKeys( in parseHotKeys()
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
DDebugSmsMmsFromDumpFileDialogFragment.java82 final Resources resources = getResources(); in onCreateDialog() local
160 final Resources resources = getResources(); in emailDumpFile() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/
DInvariantDeviceProfileTest.java124 Resources resources = getContext().getResources(); in testQsbNormalHeight() local
158 Resources resources = getContext().getResources(); in testQsbTallHeight() local
/packages/apps/Settings/src/com/android/settings/
DManualDisplayActivity.java44 Resources resources = getResources(); in onCreate() local
/packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/filters/
DFiltersManager.java65 public static void setResources(Resources resources) { in setResources()
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DDisplayOptionsPreferenceFragment.java60 final Resources resources = getResources(); in removeUnsupportedPreferences() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DMaterialColorMapUtils.java31 public MaterialColorMapUtils(Resources resources) { in MaterialColorMapUtils()
133 public static MaterialPalette getDefaultPrimaryAndSecondaryColors(Resources resources) { in getDefaultPrimaryAndSecondaryColors()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageResource.java37 public abstract Drawable getDrawable(Resources resources); in getDrawable()
/packages/apps/Camera2/src/com/android/camera/ui/
DTouchCircleDrawable.java78 public TouchCircleDrawable(Resources resources, int color, int baseColor) { in TouchCircleDrawable()
93 public TouchCircleDrawable(Resources resources) { in TouchCircleDrawable()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DEmptyItemPresenter.java45 Resources resources = view.getResources(); in onCreateViewHolder() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java151 public static int getScriptId(final Resources resources, in getScriptId()
341 static int readScriptId(final Resources resources, final InputMethodSubtype subtype) { in readScriptId()
365 private static int readScriptIdFromTagFeature(final Resources resources, in readScriptIdFromTagFeature()
393 private static int getXmlId(final Resources resources, final String keyboardLayoutSetName) { in getXmlId()

1234567