Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 25 of 52) 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/WallpaperPicker2/src/com/android/wallpaper/util/
DSystemColors.kt34 val theme = context.theme in getColor() constant
/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/Settings/src/com/android/settings/
DSetupWizardUtils.java36 String theme = intent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in getThemeString() local
44 String theme = getThemeString(intent); in getTheme() local
/packages/apps/Settings/src/com/android/settings/biometrics2/ui/model/
DEnrollmentRequest.kt54 val theme = SetupWizardUtils.getTheme(context, intent) constant
/packages/apps/Dialer/java/com/android/dialer/theme/base/
DThemeComponent.java28 public abstract Theme theme(); in theme() method in ThemeComponent
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppBaseActivity.java51 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DTopLevelIconShapeDrawable.java48 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLottieAnimationColorUtils.java68 @NonNull Theme theme) { in updateToColorResources()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSetupWizardUtilsTest.java60 final String theme = "TEST_THEME"; in testCopySetupExtras() local
76 final String theme = "TEST_THEME"; in testCopyLifecycleExtra() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DThemeHelper.java152 String theme = getProvidedTheme(intent); in getDefaultThemeName() local
164 String theme = intent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in getProvidedTheme() local
DSetupGlifLayoutActivity.java57 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/widget/
DTintDrawable.java55 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
/packages/modules/Permission/PermissionController/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/datausage/
DBillingCycleSettingsTest.java156 final Resources.Theme theme = mContext.getTheme(); in onCreate_emptyArguments_shouldSetDefaultNetworkTemplate() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
DThemeUiTestBase.java81 final Resources.Theme theme = context.getResources().newTheme(); in getThemeByUiMode() local
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/features/rro/systemui/themepresets/
DThemePresetsReducer.kt48 action.themesToDisable.forEach { theme -> in <lambda>() method
/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/apps/TvSettings/Settings/src/com/android/tv/settings/customization/
DPartner.java105 public Drawable getDrawable(String name, Resources.Theme theme) { in getDrawable()
/packages/apps/Settings/src/com/android/settings/display/
DThemePreferenceController.java93 String theme = getCurrentTheme(); in updateState() local
/packages/apps/TV/src/com/android/tv/dialog/
DFullscreenDialogFragment.java78 public FullscreenDialog(Context context, int theme) { in FullscreenDialog()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DGripBarView.java94 public void refresh(Resources.Theme theme) { in refresh()
DBackgroundSurfaceView.java137 public void refresh(Resources.Theme theme) { in refresh()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DParticleCollection.java80 final Resources.Theme theme = context.getTheme(); in ParticleCollection() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLeanbackPickerDialogFragment.java119 int theme = tv.resourceId; in onCreateView() local

123