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

1 2

  /packages/apps/Settings/src/com/android/settings/
SetupRedactionInterstitial.java 50 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
52 super.onApplyThemeResource(theme, resid, first);
SetupChooseLockPattern.java 67 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
69 super.onApplyThemeResource(theme, resid, first);
SetupChooseLockPassword.java 81 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
83 super.onApplyThemeResource(theme, resid, first);
SetupEncryptionInterstitial.java 65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
67 super.onApplyThemeResource(theme, resid, first);
SetupChooseLockGeneric.java 62 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
64 super.onApplyThemeResource(theme, resid, first);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ContextThemeWrapper.java 95 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
108 onApplyThemeResource(mTheme, mThemeResource, first);
  /packages/apps/Settings/src/com/android/settings/fingerprint/
SetupFingerprintEnrollFindSensor.java 47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
49 super.onApplyThemeResource(theme, resid, first);
SetupFingerprintEnrollFinish.java 44 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
46 super.onApplyThemeResource(theme, resid, first);
SetupFingerprintEnrollIntroduction.java 48 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
50 super.onApplyThemeResource(theme, resid, first);
SetupFingerprintEnrollEnrolling.java 47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
49 super.onApplyThemeResource(theme, resid, 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);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 39 protected void onApplyThemeResource(Theme theme, int resid, boolean first) {
41 super.onApplyThemeResource(theme, resid, first);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSetupActivity.java 181 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
183 super.onApplyThemeResource(theme, resid, first);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatActivity.java 80 onApplyThemeResource(getTheme(), mThemeId, false);
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 267 milliseconds

1 2