Home
last modified time | relevance | path

Searched defs:childId (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java59 final AutofillId childId = mSession1.newAutofillId(parentId, 108L); in testNewAutofillId_valid() local
97 final AutofillId childId = mSession1.newAutofillId(parentId, 108L); in testNewVirtualViewStructure() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java411 final int childId = (int) mChildIds.get(index); in getChild() local
423 public void addChild(int childId) { in addChild()
561 final int childId = parcel.readInt(); in initFromParcel() local
DAccessibilityInteractionClient.java891 final long childId = current.getChildId(i); in checkFindAccessibilityNodeInfoResultIntegrity() local
DAccessibilityNodeInfo.java1000 final long childId = mChildNodeIds.get(index); in getChild() local
3651 final long childId = parcel.readLong(); in initFromParcel() local
/frameworks/base/core/java/android/widget/
DBaseExpandableListAdapter.java80 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId()
DExpandableListAdapter.java194 long getCombinedChildId(long groupId, long childId); in getCombinedChildId()
DExpandableListConnector.java428 final long childId = mExpandableListAdapter.getChildId(posMetadata.position.groupPos, in getItemId() local
/frameworks/base/core/java/com/android/internal/widget/
DTextProgressBar.java85 int childId = child.getId(); in addView() local
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java358 long childId = childNodeInfo.getSourceNodeId(); in removeChildFromParent_clearsChild() local
694 long childId = childNodeInfo.getSourceNodeId(); in assertEventClearsParentAndChild() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeExpandableAdapter.java171 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java243 final String childId; in createDocument() local
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java1109 final String childId = DocumentsContract.getDocumentId(childUri); in callUnchecked() local
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1144 final long childId = current.getChildId(j); in enforceNodeTreeConsistent() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2948 final int childId = findWindowIdLocked(childToken); in populateReportedWindowLocked() local