Home
last modified time | relevance | path

Searched refs:currentGroup (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/nfc/cardemulation/
DApduServiceInfo.java221 AidGroup currentGroup = null; in ApduServiceInfo() local
228 currentGroup == null) { in ApduServiceInfo()
239 currentGroup = mStaticAidGroups.get(groupCategory); in ApduServiceInfo()
240 if (currentGroup != null) { in ApduServiceInfo()
244 currentGroup = null; in ApduServiceInfo()
247 currentGroup = new AidGroup(groupCategory, groupDescription); in ApduServiceInfo()
251 currentGroup != null) { in ApduServiceInfo()
252 if (currentGroup.aids.size() > 0) { in ApduServiceInfo()
253 if (!mStaticAidGroups.containsKey(currentGroup.category)) { in ApduServiceInfo()
254 mStaticAidGroups.put(currentGroup.category, currentGroup); in ApduServiceInfo()
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1094 private void drawGroupTree(VGroup_Delegate currentGroup, Matrix currentMatrix, in drawGroupTree() argument
1100 currentGroup.mStackedMatrix.set(currentMatrix); in drawGroupTree()
1101 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()
1106 for (int i = 0; i < currentGroup.mChildren.size(); i++) { in drawGroupTree()
1107 Object child = currentGroup.mChildren.get(i); in drawGroupTree()
1110 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()
1114 drawPath(currentGroup, childPath, canvasPtr, w, h, filterPtr); in drawGroupTree()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java438 List<MessagingMessage> currentGroup = null; in findGroups() local
447 boolean isNewGroup = currentGroup == null; in findGroups()
453 currentGroup = new ArrayList<>(); in findGroups()
454 groups.add(currentGroup); in findGroups()
461 currentGroup.add(message); in findGroups()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java832 final VGroup currentGroup = groupStack.peek(); in inflateChildElements() local
837 currentGroup.addChild(path); in inflateChildElements()
846 currentGroup.addChild(path); in inflateChildElements()
854 currentGroup.addChild(newChildGroup); in inflateChildElements()