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

/frameworks/base/core/java/android/view/
H A DWindow.java1299 public boolean requestFeature(int featureId) { method in class:Window
1405 * features that have been requested with {@link #requestFeature(int)},
1546 * identifier. You must have called requestFeature(featureId) before
1559 * must have called requestFeature(featureId) before calling this
1575 * have called requestFeature(featureId) before calling this function.
1683 * that were given to requestFeature(), and are being handled by this
1728 * This is the set of features that were given to requestFeature(), and are
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java342 public boolean requestFeature(int featureId) { method in class:PhoneWindow
344 throw new AndroidRuntimeException("requestFeature() must be called before adding content");
376 return super.requestFeature(featureId);
2339 requestFeature(FEATURE_NO_TITLE);
2342 requestFeature(FEATURE_ACTION_BAR);
2346 requestFeature(FEATURE_ACTION_BAR_OVERLAY);
2350 requestFeature(FEATURE_ACTION_MODE_OVERLAY);
2354 requestFeature(FEATURE_SWIPE_TO_DISMISS);
2412 requestFeature(FEATURE_CONTENT_TRANSITIONS);
2415 requestFeature(FEATURE_ACTIVITY_TRANSITION
[all...]

Completed in 181 milliseconds