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

/frameworks/base/core/java/android/view/
H A DWindow.java949 public boolean requestFeature(int featureId) { method in class:Window
1023 * features that have been requested with {@link #requestFeature(int)},
1161 * must have called requestFeature(featureId) before calling this
1177 * have called requestFeature(featureId) before calling this function.
1285 * that were given to requestFeature(), and are being handled by this
1330 * This is the set of features that were given to requestFeature(), and are
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java300 public boolean requestFeature(int featureId) { method in class:PhoneWindow
302 throw new AndroidRuntimeException("requestFeature() must be called before adding content");
334 return super.requestFeature(featureId);
3323 requestFeature(featureId);
3360 requestFeature(FEATURE_NO_TITLE);
3363 requestFeature(FEATURE_ACTION_BAR);
3367 requestFeature(FEATURE_ACTION_BAR_OVERLAY);
3371 requestFeature(FEATURE_ACTION_MODE_OVERLAY);
3375 requestFeature(FEATURE_SWIPE_TO_DISMISS);
3431 requestFeature(FEATURE_CONTENT_TRANSITION
[all...]

Completed in 1284 milliseconds