Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h92 void setContent(Rect newContent) { mContent = std::move(newContent); } in setContent()
/frameworks/base/libs/hwui/
DDeferredLayerUpdater.cpp156 bool newContent = false; in apply() local
/frameworks/base/core/java/android/widget/
DRemoteViews.java2852 private int findViewIndexToRecycle(ViewGroup target, RemoteViews newContent) { in findViewIndexToRecycle()