Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRootDisplayArea.java150 Map<Feature, List<DisplayArea<WindowContainer>>> featureToDisplayAreas) { in onHierarchyBuilt()
H A DDisplayAreaPolicyBuilder.java648 static class Feature { class in DisplayAreaPolicyBuilder
654 private Feature(String name, int id, boolean[] windowLayers, in Feature() method in DisplayAreaPolicyBuilder.Feature
914 int level, Map<Feature, List<DisplayArea<WindowContainer>>> areas) { in instantiateChildren()
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp493 struct Feature { struct
494 Feature() : required(false), version(-1) {} in Feature() function
495 explicit Feature(bool required, int32_t version = -1) : required(required), version(version) {} in Feature() argument
522 KeyedVector<String8, Feature> features; argument
/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto170 message Feature { message
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1134 struct Feature { struct in aapt::FeatureGroup
1136 bool required = false;
1137 int32_t version = -1;
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java181 private static class Feature { class in MediaCodecInfo
186 public Feature(String name, int value, boolean def) { in Feature() method in MediaCodecInfo.Feature
189 public Feature(String name, int value, boolean def, boolean internal) { in Feature() method in MediaCodecInfo.Feature