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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java46 * When using an {@link AppCompatDelegate}, you should any methods exposed in it rather than the
70 * An {@link Activity} can only be linked with one {@link AppCompatDelegate} instance,
74 public abstract class AppCompatDelegate { class
76 static final String TAG = "AppCompatDelegate";
112 * Create a {@link android.support.v7.app.AppCompatDelegate} to use with {@code activity}.
116 public static AppCompatDelegate create(Activity activity, AppCompatCallback callback) {
121 * Create a {@link android.support.v7.app.AppCompatDelegate} to use with {@code dialog}.
125 public static AppCompatDelegate create(Dialog dialog, AppCompatCallback callback) {
129 private static AppCompatDelegate create(Context context, Window window,
146 AppCompatDelegate() {} method in class:AppCompatDelegate
[all...]

Completed in 234 milliseconds