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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java53 * <li>{@link #requestWindowFeature(int)}</li>
249 * {@link android.app.Activity#requestWindowFeature(int)} or
256 public abstract boolean requestWindowFeature(int featureId); method in class:AppCompatDelegate
H A DAppCompatDelegateImplV7.java314 requestWindowFeature(Window.FEATURE_NO_TITLE);
317 requestWindowFeature(FEATURE_SUPPORT_ACTION_BAR);
320 requestWindowFeature(FEATURE_SUPPORT_ACTION_BAR_OVERLAY);
323 requestWindowFeature(FEATURE_ACTION_MODE_OVERLAY);
502 public boolean requestWindowFeature(int featureId) { method in class:AppCompatDelegateImplV7
/frameworks/base/core/java/android/app/
H A DDialog.java1125 public final boolean requestWindowFeature(int featureId) { method in class:Dialog
H A DActivity.java3649 public final boolean requestWindowFeature(int featureId) { method in class:Activity
5366 * via {@link #requestWindowFeature(int)}.
5379 * via {@link #requestWindowFeature(int)}.
5393 * via {@link #requestWindowFeature(int)}.
5407 * via {@link #requestWindowFeature(int)}.
5425 * via {@link #requestWindowFeature(int)}.

Completed in 219 milliseconds