Home
last modified time | relevance | path

Searched refs:mTheme (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
DDarkThemeUiTest.java48 mTheme = getThemeByUiMode(mTargetContext, Configuration.UI_MODE_NIGHT_YES); in setUp()
55 mTheme.getResources().getColor(com.android.documentsui.R.color.app_background_color, in themeNightModeEnable_actionBarColorShouldBeDark()
56 mTheme)); in themeNightModeEnable_actionBarColorShouldBeDark()
75 mTheme.getResources().getColor(android.R.color.black, mTheme)); in themeNightModeEnable_navigationBarColorShouldBeDark()
82 mTheme.getResources().getColor(com.android.documentsui.R.color.app_background_color, in themeNightModeEnable_windowBackgroundColorShouldBeDark()
83 mTheme)); in themeNightModeEnable_windowBackgroundColorShouldBeDark()
90 mTheme.getResources().getColor(com.android.documentsui.R.color.app_background_color, in themeNightModeEnable_statusBarColorShouldBeDark()
91 mTheme)); in themeNightModeEnable_statusBarColorShouldBeDark()
98 mTheme.getResources().getColor(com.android.documentsui.R.color.primary, mTheme)); in appCompatThemeNightModeEnable_colorPrimaryShouldBeThemeable()
DThemeUiTest.java45 mTheme = getThemeByUiMode(mTargetContext, Configuration.UI_MODE_NIGHT_NO); in setUp()
92 mTheme.getResources().getColor(com.android.documentsui.R.color.primary, mTheme)); in appCompatThemeNightModeDisable_colorPrimaryShouldBeThemeable()
DThemeUiTestBase.java48 protected Resources.Theme mTheme; field in ThemeUiTestBase
95 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme()
109 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollFindSensorTest.java59 private Theme mTheme; field in SetupFingerprintEnrollFindSensorTest
73 mTheme = mActivity.getTheme(); in setUp()
94 mActivity.onApplyThemeResource(mTheme, R.style.GlifTheme, true /* first */); in fingerprintEnroll_activityApplyDarkLightStyle()
96 final String appliedThemes = mTheme.toString(); in fingerprintEnroll_activityApplyDarkLightStyle()
DFingerprintEnrollEnrollingTest.java107 private Resources.Theme mTheme; field in FingerprintEnrollEnrollingTest
531 mActivity.onApplyThemeResource(mTheme, R.style.GlifTheme, true /* first */); in fingerprintUdfpsEnroll_activityApplyDarkLightStyle()
533 final String appliedThemes = mTheme.toString(); in fingerprintUdfpsEnroll_activityApplyDarkLightStyle()
549 mActivity.onApplyThemeResource(mTheme, R.style.GlifTheme, true /* first */); in fingerprintSfpsEnroll_activityApplyDarkLightStyle()
551 final String appliedThemes = mTheme.toString(); in fingerprintSfpsEnroll_activityApplyDarkLightStyle()
653 mTheme = mActivity.getTheme(); in createActivity()
DFingerprintEnrollFindSensorTest.java96 private Resources.Theme mTheme; field in FingerprintEnrollFindSensorTest
110 mTheme = mActivity.getTheme(); in buildActivity()
569 mActivity.onApplyThemeResource(mTheme, R.style.GlifTheme, true /* first */); in fingerprintEnrollFindSensor_activityApplyDarkLightStyle()
571 final String appliedThemes = mTheme.toString(); in fingerprintEnrollFindSensor_activityApplyDarkLightStyle()
/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableDialogHelper.java47 @VisibleForTesting /* package */ Resources.Theme mTheme; field in WearableDialogHelper
63 mTheme = theme; in WearableDialogHelper()
152 return drawable == null && resId != 0 ? mResources.getDrawable(resId, mTheme) : drawable; in resolveDrawable()