Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java189 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in refreshCachedNodeLocked() local
216 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in getNode() local
288 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in add() local
379 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in clearNodesForWindowLocked() local
397 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in clearSubTreeLocked() local
412 private boolean clearSubTreeRecursiveLocked(LongSparseArray<AccessibilityNodeInfo> nodes, in clearSubTreeRecursiveLocked()
477 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.valueAt(i); in checkIntegrity() local
/frameworks/base/core/proto/android/os/
Dworksource.proto37 repeated WorkSourceContentProto nodes = 1; field
/frameworks/base/cmds/statsd/benchmark/
Dget_dimensions_for_condition_benchmark.cpp34 std::vector<AttributionNodeInternal> nodes = {node, node}; in createLogEventAndLink() local
Dfilter_value_benchmark.cpp34 std::vector<AttributionNodeInternal> nodes = {node, node}; in createLogEventAndMatcher() local
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DRenderNodePerfTest.java82 RenderNode[] nodes = new RenderNode[30]; in testStartEndDeepHierarchy() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp293 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrame()
333 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrameImpl()
485 const std::vector<sp<RenderNode>>& nodes, in renderOverdraw()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAnswerToReset.java94 ArrayMap<Integer, byte[]> nodes = new ArrayMap<>(); in parseHistoricalBytes() local
109 private HistoricalBytes(byte[] rawData, ArrayMap<Integer, byte[]> nodes, byte category) { in HistoricalBytes()
116 int index, ArrayMap<Integer, byte[]> nodes, byte[] data, int lastByteIndex) { in parseLtvNode()
/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp295 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
344 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
381 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
411 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp45 std::set<std::string> nodes; in OmxStore() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java574 List<Asn1Node> nodes = root.getChildren(Tags.TAG_CTX_COMP_0); in getRulesAuthTable() local
906 List<Asn1Node> nodes = root.getChild(Tags.TAG_CTX_COMP_0).getChildren(); in listNotifications() local
947 List<Asn1Node> nodes = root.getChild(Tags.TAG_CTX_COMP_0).getChildren(); in retrieveNotificationList() local
977 List<Asn1Node> nodes = root.getChild(Tags.TAG_CTX_COMP_0).getChildren(); in retrieveNotification() local
1338 private static UiccAccessRule[] buildUiccAccessRule(List<Asn1Node> nodes) in buildUiccAccessRule()
/frameworks/base/cmds/statsd/tests/
DLogEvent_test.cpp34 std::vector<AttributionNodeInternal> nodes; in TEST() local
217 std::vector<AttributionNodeInternal> nodes; in TEST() local
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java58 private PathParser_Delegate(@NonNull PathDataNode[] nodes) { in PathParser_Delegate()
107 PathDataNode[] nodes = createNodesFromPathData(pathString); in nCreatePathDataFromString() local
/frameworks/base/cmds/statsd/tests/condition/
DSimpleConditionTracker_test.cpp61 std::vector<AttributionNodeInternal> nodes; in writeAttributionNodesToEvent() local
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp366 bool LogEvent::write(const std::vector<AttributionNodeInternal>& nodes) { in write()
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1892 final ArrayList<Node> nodes = mNodes; in clear() local
1971 final ArrayList<Node> nodes = mNodes; in findRoots() local
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java503 final ViewNode[] nodes = fillContext in fillContextWithAllowedValuesLocked() local
2025 final ViewNode[] nodes = in updateValuesForSaveLocked() local
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1085 private void enforceNodeTreeConsistent(List<AccessibilityNodeInfo> nodes) { in enforceNodeTreeConsistent()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1030 private void setPathData(PathParser_Delegate.PathDataNode[] nodes) { in setPathData()
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.cpp1191 std::vector<RandomVariableNode> nodes; in freeze() local