Home
last modified time | relevance | path

Searched refs:setChildImportantForAccessibilityInternal (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrappedRecyclerView.java111 public boolean setChildImportantForAccessibilityInternal(ViewHolder viewHolder, in setChildImportantForAccessibilityInternal() method in WrappedRecyclerView
113 return super.setChildImportantForAccessibilityInternal(viewHolder, in setChildImportantForAccessibilityInternal()
DRecyclerViewAccessibilityLifecycleTest.java67 public boolean setChildImportantForAccessibilityInternal(ViewHolder viewHolder, in dontDispatchChangeDuringLayout()
70 boolean notified = super.setChildImportantForAccessibilityInternal(viewHolder, in dontDispatchChangeDuringLayout()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java10705 parent.setChildImportantForAccessibilityInternal(this, in onEnteredHiddenState()
10713 parent.setChildImportantForAccessibilityInternal(this, in onLeftHiddenState()
10809 boolean setChildImportantForAccessibilityInternal(ViewHolder viewHolder, in setChildImportantForAccessibilityInternal() method in RecyclerView