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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java57 * <li>{@link #requestWindowFeature(int)}</li>
327 * {@link android.app.Activity#requestWindowFeature(int)} or
334 public abstract boolean requestWindowFeature(int featureId); method in class:AppCompatDelegate
H A DAppCompatDelegateImplV7.java348 requestWindowFeature(Window.FEATURE_NO_TITLE);
351 requestWindowFeature(FEATURE_SUPPORT_ACTION_BAR);
354 requestWindowFeature(FEATURE_SUPPORT_ACTION_BAR_OVERLAY);
357 requestWindowFeature(FEATURE_ACTION_MODE_OVERLAY);
556 public boolean requestWindowFeature(int featureId) { method in class:AppCompatDelegateImplV7
/frameworks/base/core/java/android/app/
H A DDialog.java1138 public final boolean requestWindowFeature(int featureId) { method in class:Dialog
H A DActivity.java3945 public final boolean requestWindowFeature(int featureId) { method in class:Activity
5694 * via {@link #requestWindowFeature(int)}.
5709 * via {@link #requestWindowFeature(int)}.
5725 * via {@link #requestWindowFeature(int)}.
5741 * via {@link #requestWindowFeature(int)}.
5761 * via {@link #requestWindowFeature(int)}.

Completed in 1035 milliseconds