Home
last modified time | relevance | path

Searched refs:setTheme (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DTestTheme.java95 setTheme(context, nameOfIdentifier); in TestTheme()
99 setTheme(context, themeId); in TestTheme()
188 private void setTheme(Context context, String nameOfIdentifier) { in setTheme() method in TestTheme
194 setTheme(context, themeId); in setTheme()
197 private void setTheme(Context context, int themeId) { in setTheme() method in TestTheme
/cts/tests/tests/view/src/android/view/cts/
DFocusHandlingCtsActivity.java29 setTheme(android.R.style.Theme_Holo_NoActionBar); in onCreate()
DContentPaneCtsActivity.java31 setTheme(android.R.style.Theme_Material_Light); in onCreate()
DContextThemeWrapperTest.java78 contextThemeWrapper.setTheme(R.style.TextAppearance); in testAccessTheme()
92 contextThemeWrapper.setTheme(theme); in testSetTheme()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DThemeActivity.java32 setTheme(themeResId); in onCreate()
/cts/tests/tests/theme/src/android/theme/cts/
DDeviceDefaultActivity.java38 setTheme(themeId); in onCreate()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DBottomActivity.java40 setTheme(R.style.WallpaperTheme); in onCreate()
/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeDeviceActivity.java87 inflationContext.setTheme(mTheme.id); in onCreate()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt74 setTheme(R.style.AutoDarkTheme) in hashCode()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt74 setTheme(R.style.AutoDarkTheme) in hashCode()
/cts/tests/tests/content/src/android/content/res/cts/
DTypedArrayTest.java267 contextThemeWrapper.setTheme(R.style.TextAppearance); in testRecycle()
275 contextThemeWrapper.setTheme(R.style.TextAppearance); in testAutoCloseable()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java140 mContext.setTheme(R.style.Test_Theme); in setUp()
387 mContext.setTheme(R.style.Test_Theme); in testAccessTheme()
410 mContext.setTheme(android.R.style.Theme_Black); in testAccessTheme()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DImeInsetsVisibilityTest.java430 activity.setTheme(android.R.style.Theme_Material_Dialog); in launchTestActivity()