Home
last modified time | relevance | path

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

12345678

/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/Dialer/java/com/android/incallui/
DInCallUIMaterialColorMapUtils.java30 public InCallUIMaterialColorMapUtils(Resources resources) { in InCallUIMaterialColorMapUtils()
41 public static MaterialPalette getDefaultPrimaryAndSecondaryColors(Resources resources) { in getDefaultPrimaryAndSecondaryColors()
/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/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/Dialer/java/com/android/contacts/common/
DContactStatusUtil.java27 Resources resources = context.getResources(); in getStatusString() local
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DVisualVoicemailProtocolFactory.java30 public static VisualVoicemailProtocol create(Resources resources, String type) { in create()
/packages/apps/Contacts/src/com/android/contacts/
DContactStatusUtil.java31 Resources resources = context.getResources(); in getStatusString() local
/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/apps/UnifiedEmail/src/com/android/mail/utils/
DConversationViewUtils.java26 public static void setTextZoom(Resources resources, WebSettings settings) { in setTextZoom()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStringConcatenator.java32 public StringConcatenator(Resources resources) { in StringConcatenator()
/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/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/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/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/Messaging/src/com/android/messaging/datamodel/media/
DImageResource.java37 public abstract Drawable getDrawable(Resources resources); in getDrawable()
/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/Dialer/java/com/android/contacts/common/util/
DContactListViewUtils.java56 Resources resources, final ListView listView, final View rootLayout) { in applyCardPaddingToView()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DStringConcatenatorTest.java47 Resources resources = InstrumentationRegistry.getTargetContext().getResources(); in setUp() local
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DMakeKeyboardText.java62 final MoreKeysResources resources = new MoreKeysResources(jar); in main() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
DUsageGraphTest.java48 Resources resources = spy(context.getResources()); in setUp() local

12345678