Home
last modified time | relevance | path

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

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