HomeSort by relevance Sort by last modified time
    Searched defs:AppCompatDelegate (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
NightModeTestCase.java 58 AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
68 mActivityTestRule.getActivity(), AppCompatDelegate.MODE_NIGHT_YES);
85 setLocalNightModeAndWaitForRecreate(TOP_ACTIVITY, AppCompatDelegate.MODE_NIGHT_NO);
90 setLocalNightModeAndWaitForRecreate(TOP_ACTIVITY, AppCompatDelegate.MODE_NIGHT_YES);
109 setLocalNightModeAndWaitForRecreate(activity, AppCompatDelegate.MODE_NIGHT_AUTO);
139 setLocalNightModeAndWaitForRecreate(activity, AppCompatDelegate.MODE_NIGHT_AUTO);
183 @AppCompatDelegate.NightMode final int nightMode) throws Throwable {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegate.java 51 * <p>When using an {@link AppCompatDelegate}, you should call the following methods instead of the
83 * <p>An {@link Activity} can only be linked with one {@link AppCompatDelegate} instance,
87 public abstract class AppCompatDelegate {
89 static final String TAG = "AppCompatDelegate";
178 * Create a {@link android.support.v7.app.AppCompatDelegate} to use with {@code activity}.
182 public static AppCompatDelegate create(Activity activity, AppCompatCallback callback) {
187 * Create a {@link android.support.v7.app.AppCompatDelegate} to use with {@code dialog}.
191 public static AppCompatDelegate create(Dialog dialog, AppCompatCallback callback) {
195 private static AppCompatDelegate create(Context context, Window window,
213 AppCompatDelegate() {}
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 62 milliseconds