Home
last modified time | relevance | path

Searched refs:getChildrenCursorHelper (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DCursorTreeAdapter.java99 synchronized MyCursorHelper getChildrenCursorHelper(int groupPosition, boolean requestCursor) { in getChildrenCursorHelper() method in CursorTreeAdapter
158 MyCursorHelper childrenCursorHelper = getChildrenCursorHelper(groupPosition, false); in setChildrenCursor()
169 return getChildrenCursorHelper(groupPosition, true).moveTo(childPosition); in getChild()
173 return getChildrenCursorHelper(groupPosition, true).getId(childPosition); in getChildId()
177 MyCursorHelper helper = getChildrenCursorHelper(groupPosition, true); in getChildrenCount()
238 MyCursorHelper cursorHelper = getChildrenCursorHelper(groupPosition, true); in getChildView()
335 MyCursorHelper cursorHelper = getChildrenCursorHelper(groupPosition, true); in deactivateChildrenCursorHelper()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69903 Landroid/widget/CursorTreeAdapter;->getChildrenCursorHelper(IZ)Landroid/widget/CursorTreeAdapter$My…