Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 25 of 58) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/util/
DThemeUtils.java29 public static int getAttribute(Theme theme, int attrId) { in getAttribute()
38 public static int getSelectableItemBackground(Theme theme) { in getSelectableItemBackground()
45 public static int getActivatedBackground(Theme theme) { in getActivatedBackground()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundleProvider.java42 void storeCustomTheme(CustomTheme theme); in storeCustomTheme()
44 void removeCustomTheme(CustomTheme theme); in removeCustomTheme()
DThemeManager.java90 public void apply(ThemeBundle theme, Callback callback) { in apply()
106 private SetWallpaperCallback createSetWallpaperCallback(ThemeBundle theme, Callback callback) { in createSetWallpaperCallback()
DDefaultThemeProvider.java327 public void storeCustomTheme(CustomTheme theme) { in storeCustomTheme()
337 private void addCustomThemeAndStore(CustomTheme theme) { in addCustomThemeAndStore()
365 public void removeCustomTheme(CustomTheme theme) { in removeCustomTheme()
419 JSONObject theme = new JSONObject(serializedTheme); in parseCustomTheme() local
424 private CustomTheme.Builder convertJsonToBuilder(JSONObject theme) throws JSONException { in convertJsonToBuilder()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemesUserEventLogger.java28 void logThemeSelected(ThemeBundle theme, boolean isCustomTheme); in logThemeSelected()
30 void logThemeApplied(ThemeBundle theme, boolean isCustomTheme); in logThemeApplied()
DStatsLogUserEventLogger.java82 private String getThemePackage(ThemeBundle theme, String category) { in getThemePackage()
88 public void logThemeSelected(ThemeBundle theme, boolean isCustomTheme) { in logThemeSelected()
97 public void logThemeApplied(ThemeBundle theme, boolean isCustomTheme) { in logThemeApplied()
/packages/apps/Settings/src/com/android/settings/
DSetupWizardUtils.java35 String theme = intent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in getThemeString() local
43 String theme = getThemeString(intent); in getTheme() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSetupWizardUtilsTest.java38 final String theme = "TEST_THEME"; in testCopySetupExtras() local
54 final String theme = "TEST_THEME"; in testCopyLifecycleExtra() local
/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
DThemeManagerTest.java123 ThemeBundle theme = new ThemeBundle.Builder() in testApply_NonDefault() local
135 private void applyTheme(ThemeBundle theme) { in applyTheme()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java122 final KeyboardTheme theme = searchKeyboardThemeById(themeId, in getDefaultKeyboardTheme() local
146 final KeyboardTheme theme = searchKeyboardThemeById(themeId, KEYBOARD_THEMES); in getKeyboardThemeName() local
182 final KeyboardTheme theme = searchKeyboardThemeById(id, KEYBOARD_THEMES); in getAvailableThemeArray() local
203 final KeyboardTheme theme = searchKeyboardThemeById(themeId, availableThemeArray); in getKeyboardTheme() local
/packages/apps/Dialer/java/com/android/dialer/theme/base/
DThemeComponent.java28 public abstract Theme theme(); in theme() method in ThemeComponent
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSetupWizardUtils.java29 String theme = intent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in getTheme() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSetupGlifLayoutActivity.java53 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/widget/
DTintDrawable.java54 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DFixedScaleDrawable.java40 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) { } in inflate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSettingsTest.java123 final Resources.Theme theme = mContext.getTheme(); in startFragment_notAdminUser_shouldRemoveAllPreferences() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ui/
DThemeUiTestBase.java81 final Resources.Theme theme = context.getResources().newTheme(); in getThemeByUiMode() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DBillingCycleSettingsTest.java151 final Resources.Theme theme = mContext.getTheme(); in onCreate_emptyArguments_shouldSetDefaultNetworkTemplate() local
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/
DMediaSourceColors.java120 Resources.Theme theme = packageContext.getTheme(); in extractColors() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DThemePreferenceController.java93 String theme = getCurrentTheme(); in updateState() local
/packages/apps/Settings/src/com/android/settings/display/
DThemePreferenceController.java93 String theme = getCurrentTheme(); in updateState() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLeanbackPickerDialogFragment.java111 int theme = tv.resourceId; in onCreateView() local
/packages/apps/TV/src/com/android/tv/dialog/
DFullscreenDialogFragment.java78 public FullscreenDialog(Context context, int theme) { in FullscreenDialog()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java221 final KeyboardTheme theme = KeyboardTheme.getKeyboardTheme( in assertUpgradeKeyboardToLxxOn() local
384 final KeyboardTheme theme = array[index]; in assertSortedKeyboardThemeArray() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/
DParticleCollection.java80 final Resources.Theme theme = context.getTheme(); in ParticleCollection() local

123