Searched defs:AppCompatDelegate (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java53 * <p>When using an {@link AppCompatDelegate}, you should call the following methods instead of the
85 * <p>An {@link Activity} can only be linked with one {@link AppCompatDelegate} instance,
89 public abstract class AppCompatDelegate { class
91 static final String TAG = "AppCompatDelegate";
180 * Create a {@link android.support.v7.app.AppCompatDelegate} to use with {@code activity}.
184 public static AppCompatDelegate create(Activity activity, AppCompatCallback callback) {
189 * Create a {@link android.support.v7.app.AppCompatDelegate} to use with {@code dialog}.
193 public static AppCompatDelegate create(Dialog dialog, AppCompatCallback callback) {
197 private static AppCompatDelegate create(Context context, Window window,
216 AppCompatDelegate() {} method in class:AppCompatDelegate
[all...]

Completed in 87 milliseconds