HomeSort by relevance Sort by last modified time
    Searched refs:onApplyThemeResource (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
FallbackThemeWrapper.java 50 protected void onApplyThemeResource(Theme theme, int resId, boolean first) {
  /cts/tests/app/app/src/android/app/stubs/
AppStubActivity.java 135 public void onApplyThemeResource( Resources.Theme theme,
138 super.onApplyThemeResource(theme,resid,first);
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 185 protected void onApplyThemeResource(Resources.Theme theme, int resId, boolean first) {
198 onApplyThemeResource(mTheme, mThemeResource, first);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
ContextThemeWrapper.java 176 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
189 onApplyThemeResource(mTheme, mThemeResource, first);
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollBase.java 61 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
63 super.onApplyThemeResource(theme, resid, first);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 52 protected void onApplyThemeResource(Theme theme, int resid, boolean first) {
54 super.onApplyThemeResource(theme, resid, first);
87 // Note that we can't use Mockito since ContextThemeWrapper.onApplyThemeResource is
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/view/
ContextThemeWrapperTest.java 54 protected void onApplyThemeResource(Theme theme, int resid, boolean first) {
56 super.onApplyThemeResource(theme, resid, first);
89 // Note that we can't use Mockito since ContextThemeWrapper.onApplyThemeResource is
  /packages/apps/Settings/src/com/android/settings/notification/
RedactionInterstitial.java 61 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
63 super.onApplyThemeResource(theme, resid, first);
  /packages/apps/Settings/src/com/android/settings/password/
SetupChooseLockGeneric.java 63 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
65 super.onApplyThemeResource(theme, resid, first);
ChooseLockPassword.java 95 protected void onApplyThemeResource(Theme theme, int resid, boolean first) {
97 super.onApplyThemeResource(theme, resid, first);
    [all...]
ChooseLockPattern.java 88 protected void onApplyThemeResource(Theme theme, int resid, boolean first) {
90 super.onApplyThemeResource(theme, resid, first);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
EncryptionInterstitial.java 61 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
63 super.onApplyThemeResource(theme, resid, first);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatActivity.java 80 onApplyThemeResource(getTheme(), mThemeId, false);
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 264 milliseconds

1 2