Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java252 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in removeCachedNodeLocked() local
275 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in getNode() local
385 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in add() local
495 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in clearNodesForWindowLocked() local
513 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in clearSubTreeLocked() local
528 private boolean clearSubTreeRecursiveLocked(LongSparseArray<AccessibilityNodeInfo> nodes, in clearSubTreeRecursiveLocked()
602 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.valueAt(i); in checkIntegrity() local
/frameworks/base/core/proto/android/os/
Dworksource.proto37 repeated WorkSourceContentProto nodes = 1; field
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAutofillTestHelper.java51 final int nodes = structure.getWindowNodeCount(); in findNodeByResourceId() local
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DRenderNodePerfTest.java82 RenderNode[] nodes = new RenderNode[30]; in testStartEndDeepHierarchy() local
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt42 private val nodes = mutableMapOf(rootController to rootNode) in <lambda>() constant
/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp264 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
314 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
352 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
382 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp442 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrame()
476 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrameImpl()
643 const std::vector<sp<RenderNode>>& nodes, in renderOverdraw()
/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/av/media/libstagefright/omx/1.0/
DOmxStore.cpp45 std::set<std::string> nodes; in OmxStore() 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/core/java/android/widget/
DRelativeLayout.java1893 final ArrayList<Node> nodes = mNodes; in clear() local
1972 final ArrayList<Node> nodes = mNodes; in findRoots() local
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp248 std::vector<std::filesystem::path> nodes; in allFilesInPath() local
269 std::vector<std::filesystem::path> nodes; in findSysfsNodes() local
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1030 private void setPathData(PathParser_Delegate.PathDataNode[] nodes) { in setPathData()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1207 AccessibilityNodeInfo root, List<AccessibilityNodeInfo> nodes) { in enforceNodeTreeConsistent()