Home
last modified time | relevance | path

Searched defs:newContent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp156 bool newContent = false; in apply() local
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2647 private int findViewIndexToRecycle(ViewGroup target, RemoteViews newContent) { in findViewIndexToRecycle()