Lines Matching refs:feature

62     /** Flag for the "options panel" feature.  This is enabled by default. */
64 /** Flag for the "no title" feature, turning off the title at the top
69 * Flag for the progress indicator feature.
91 /** Flag for custom title. You cannot combine this feature with other title features. */
103 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over
151 * Max value used as a feature ID
407 * time onCreatePanelMenu() is called for this feature.
1275 * will be available. You can not turn off a feature once it is requested.
1503 * Set the value for a drawable feature of this window, from a resource
1509 * @param featureId The desired drawable feature to change, defined as a
1516 * Set the value for a drawable feature of this window, from a URI. You
1525 * @param featureId The desired drawable feature to change. Features are
1532 * Set an explicit Drawable value for feature of this window. You must
1535 * @param featureId The desired drawable feature to change. Features are
1542 * Set a custom alpha value for the given drawable feature, controlling how
1545 * @param featureId The desired drawable feature to change. Features are
1553 * Set the integer value for a feature. The range of the value depends on
1554 * the feature being set. For {@link #FEATURE_PROGRESS}, it should go from
1557 * @param featureId The desired feature to change. Features are constants
1559 * @param value The value for the feature. The interpretation of this
1560 * value is feature-specific.
1640 * Return the feature bits that are enabled. This is the set of features
1646 * features by their feature ID.
1648 * @return int The feature bits.
1656 * Return the feature bits set by default on a window.
1675 * Query for the availability of a certain feature.
1677 * @param feature The feature ID to check
1678 * @return true if the feature is enabled, false otherwise.
1680 public boolean hasFeature(int feature) {
1681 return (getFeatures() & (1 << feature)) != 0;
1685 * Return the feature bits that are being implemented by this Window.
1689 * @return int The feature bits.