Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2551 private static boolean hasStableId(View view) { in hasStableId() method in RemoteViews
2873 if (!hasStableId(target.getChildAt(i))) {
2900 target.mChildren.removeIf(childTree -> !hasStableId(childTree.mRoot));
2914 if (!hasStableId(targetVg.getChildAt(i))) {