Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java2320 private int findViewIndexToRecycle(ViewGroup target, RemoteViews newContent) { in findViewIndexToRecycle() method in RemoteViews.ViewGroupActionAdd
2350 int recycledViewIndex = findViewIndexToRecycle(target, rvToApply); in apply()