Searched refs:DEFAULT_FEATURES (Results 1 – 2 of 2) sorted by relevance
83 protected static final int DEFAULT_FEATURES = (1 << FEATURE_OPTIONS_PANEL) | field in Window104 private int mFeatures = DEFAULT_FEATURES;105 private int mLocalFeatures = DEFAULT_FEATURES;
184 if ((features != DEFAULT_FEATURES) && (featureId == FEATURE_CUSTOM_TITLE)) { in requestFeature()