Home
last modified time | relevance | path

Searched refs:Theme (Results 1 – 25 of 55) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/util/
DThemeUtils.java19 import android.content.res.Resources.Theme;
29 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/services/Car/tests/ThemePlayground/res/raw/
Dtheme_names.txt1 Theme.DeviceDefault
2 Theme.DeviceDefault.Light
3 Theme.DeviceDefault.NoActionBar
/packages/apps/Settings/src/com/android/settings/widget/
DTintDrawable.java22 import android.content.res.Resources.Theme;
55 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
69 public void applyTheme(Theme t) { in applyTheme()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
DThemeUiTestBase.java48 protected Resources.Theme mTheme;
71 protected Resources.Theme getThemeByUiMode(Context context, int nightModeFlag) { in getThemeByUiMode()
81 final Resources.Theme theme = context.getResources().newTheme(); in getThemeByUiMode()
/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeModule.java23 import com.android.dialer.theme.base.Theme;
33 static Theme provideThemeModule(@ApplicationContext Context context) { in provideThemeModule()
DAospThemeImpl.java27 import com.android.dialer.theme.base.Theme;
33 public class AospThemeImpl implements Theme {
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DTopLevelIconShapeDrawable.java20 import android.content.res.Resources.Theme;
48 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLottieAnimationColorUtils.java20 import android.content.res.Resources.Theme;
68 @NonNull Theme theme) { in updateToColorResources()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DFixedScaleDrawable.java4 import android.content.res.Resources.Theme;
40 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) { } in inflate()
/packages/services/Car/car_product/rro/overlay-visual/androidRRO/
DAndroid.bp29 ///////////////////////////////////////////// Theme Orange ///////////////////////////////////////
47 ///////////////////////////////////////////// Theme Pink /////////////////////////////////////////
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbContext.java50 private Resources.Theme mUwbThemeFromApk;
140 public Resources.Theme getTheme() { in getTheme()
/packages/services/Car/car_product/rro/ThemeSamples/AppsCommon/
DAndroid.bp19 ///////////////////////////////////////////// Theme Orange ///////////////////////////////////////
45 ///////////////////////////////////////////// Theme Pink /////////////////////////////////////////
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollFindSensorTest.java22 import android.content.res.Resources.Theme;
59 private Theme mTheme;
/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableDialogHelper.java47 @VisibleForTesting /* package */ Resources.Theme mTheme;
61 public WearableDialogHelper(@NonNull Resources resources, @NonNull Resources.Theme theme) { in WearableDialogHelper()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiContext.java63 private Resources.Theme mWifiThemeFromApk;
192 public Resources.Theme getTheme() { in getTheme()
/packages/apps/Dialer/java/com/android/dialer/theme/base/
DThemeComponent.java28 public abstract Theme theme(); in theme()
DTheme.java28 public interface Theme { interface
/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/Settings/src/com/android/settings/accounts/
DAccountTypePreferenceLoader.java31 import android.content.res.Resources.Theme;
101 final Theme baseTheme = mFragment.getResources().newTheme(); in addPreferencesForType()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java5 import android.content.res.Resources.Theme;
161 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
320 public void applyTheme(@NonNull Theme t) { in applyTheme()
346 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflateLayers()
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DSaturationProgressDrawable.kt94 override fun newDrawable(res: Resources?, theme: Resources.Theme?): Drawable { in newDrawable()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardBase.java24 import android.content.res.Resources.Theme;
143 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSetupGlifLayoutActivity.java57 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/widget/
DSortOrderSpinner.java68 @AttrRes int defStyleAttr, int mode, @Nullable Resources.Theme popupTheme) { in SortOrderSpinner()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/customization/
DPartner.java105 public Drawable getDrawable(String name, Resources.Theme theme) { in getDrawable()

123