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

/frameworks/base/core/java/android/view/
H A DWindow.java859 public boolean requestFeature(int featureId) { method in class:Window
933 * features that have been requested with {@link #requestFeature(int)},
1039 * must have called requestFeature(featureId) before calling this
1055 * have called requestFeature(featureId) before calling this function.
1163 * that were given to requestFeature(), and are being handled by this
1189 * 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.java227 public boolean requestFeature(int featureId) { method in class:PhoneWindow
229 throw new AndroidRuntimeException("requestFeature() must be called before adding content");
250 return super.requestFeature(featureId);
2592 requestFeature(featureId);
2629 requestFeature(FEATURE_NO_TITLE);
2632 requestFeature(FEATURE_ACTION_BAR);
2636 requestFeature(FEATURE_ACTION_BAR_OVERLAY);
2640 requestFeature(FEATURE_ACTION_MODE_OVERLAY);

Completed in 287 milliseconds