Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/compile/mclinker/tools/mcld/
DOptions.td18 Group<DynamicGroup>,
24 Group<DynamicGroup>,
28 Group<DynamicGroup>,
32 Group<DynamicGroup>,
35 Group<DynamicGroup>,
39 Group<DynamicGroup>,
43 Group<DynamicGroup>,
47 Group<DynamicGroup>,
51 Group<DynamicGroup>,
54 Group<DynamicGroup>,
[all …]
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp32 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTree()
38 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTreeFromCopy()
69 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup()
74 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr); in createGroup()
75 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup()
87 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in addChild()
168 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getGroupProperties()
177 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in updateGroupProperties()
201 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getRotation()
206 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in setRotation()
[all …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp106 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(nativePtr); in createGroupPropertyHolder()
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.internal.h48 using Group = Entry<OrderedEntry<T>>; variable
51 bool IsGroupValid(const Group<T>& group, const std::string& name, android::IDiagnostics* diag) { in IsGroupValid()
66 std::vector<T>& GetOrCreateGroup(std::string label, Group<T>* group) { in GetOrCreateGroup()
88 ComparisonChain& Add(const Group<T>& groups, const std::optional<std::string>& lhs, in Add()
154 Group<Abi> abi_groups;
155 Group<android::ConfigDescription> screen_density_groups;
156 Group<android::ConfigDescription> locale_groups;
157 Group<DeviceFeature> device_feature_groups;
158 Group<GlTexture> gl_texture_groups;
/frameworks/base/libs/hwui/
DVectorDrawable.cpp272 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group
276 void Group::draw(SkCanvas* outCanvas, bool useStagingData) { in draw()
291 void Group::dump() { in dump()
300 void Group::syncProperties() { in syncProperties()
313 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix()
324 void Group::addChild(Node* child) { in addChild()
331 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties()
346 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue()
370 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()
399 bool Group::isValidProperty(int propertyId) { in isValidProperty()
[all …]
DVectorDrawable.h382 class Group : public Node {
448 Group(const Group& group);
449 Group() {} in Group() function
504 explicit Tree(Group* rootNode) : mRootNode(rootNode) { in Tree()
509 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree()
674 std::unique_ptr<Group> mRootNode;
DPropertyValuesHolder.h90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder()
98 VectorDrawable::Group* mGroup;
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp110 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST()
182 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
195 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
252 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
276 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
296 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
317 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
338 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
356 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
371 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
DVectorDrawableTests.cpp366 VectorDrawable::Group group; in TEST()
367 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties(); in TEST()
/frameworks/base/core/proto/android/app/
Dnotification_channel_group.proto31 // Notification Channel Group ID. Provided by the app.
33 // User-visible Notification Channel Group name.
35 // User-visible Notification Channel Group description.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
DActiveNotificationListRepository.kt73 is Key.Group -> groups[key.key] in get()
82 data class Group(val key: String) : Key() class in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore.Key
107 renderList.add(Key.Group(group.key)) in addNotifGroup()
/frameworks/compile/mclinker/include/mcld/LD/
DGroup.h17 class Group {};
DLDFileFormat.h41 Group, enumerator
/frameworks/native/opengl/include/GLES/
DNOTICE1 Copyright (c) 2017 The Khronos Group Inc.
15 Copyright (c) 2013-2017 The Khronos Group Inc.
/frameworks/native/opengl/include/GLES2/
DNOTICE1 Copyright (c) 2017 The Khronos Group Inc.
15 Copyright (c) 2013-2017 The Khronos Group Inc.
/frameworks/native/opengl/include/GLES3/
DNOTICE4 Copyright (c) 2017 The Khronos Group Inc.
18 Copyright (c) 2013-2017 The Khronos Group Inc.
/frameworks/wilhelm/src/
DREADME.txt2 and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DViewerConfigProtoBuilder.kt41 configBuilder.addGroups(ProtoLogViewerConfig.Group.newBuilder() in <lambda>()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto71 // [Optional] Group Identifier Level1 for a GSM phone. Read from subscription EF_GID1.
75 // [Optional] Group Identifier Level2 for a GSM phone. Read from subscription EF_GID2.
/frameworks/native/opengl/include/KHR/
DNOTICE1 Copyright (c) 2008-2009 The Khronos Group Inc.
/frameworks/wilhelm/include/SLES/
DNOTICE1 Copyright (c) 2007-2009 The Khronos Group Inc.
/frameworks/native/opengl/include/EGL/
DNOTICE1 Copyright (c) 2007-2017 The Khronos Group Inc.
/frameworks/wilhelm/include/OMXAL/
DNOTICE1 Copyright (c) 2007-2010 The Khronos Group Inc.
/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp116 if (sect_hdr->kind() == LDFileFormat::Group) in getSymFragmentRef()
/frameworks/base/core/xsd/schema/
Dcurrent.txt114 public class Group {
115 ctor public Group();
180 method public java.util.List<com.android.xml.permission.configfile.Group> getGroup_optional();

12