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

/frameworks/base/core/java/android/view/
H A DWindow.java872 public boolean requestFeature(int featureId) { method in class:Window
946 * features that have been requested with {@link #requestFeature(int)},
1052 * must have called requestFeature(featureId) before calling this
1068 * have called requestFeature(featureId) before calling this function.
1176 * that were given to requestFeature(), and are being handled by this
1202 * 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.java247 public boolean requestFeature(int featureId) { method in class:PhoneWindow
249 throw new AndroidRuntimeException("requestFeature() must be called before adding content");
270 return super.requestFeature(featureId);
2790 requestFeature(featureId);
2827 requestFeature(FEATURE_NO_TITLE);
2830 requestFeature(FEATURE_ACTION_BAR);
2834 requestFeature(FEATURE_ACTION_BAR_OVERLAY);
2838 requestFeature(FEATURE_ACTION_MODE_OVERLAY);

Completed in 87 milliseconds