Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DFloatingContentCoordinator.kt127 fun onContentAdded(newContent: FloatingContent) { in <lambda>()
129 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen() in <lambda>()
130 maybeMoveConflictingContent(newContent) in <lambda>()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h92 void setContent(Rect newContent) { mContent = std::move(newContent); } in setContent() argument
/frameworks/base/libs/hwui/
DDeferredLayerUpdater.cpp156 bool newContent = false; in apply() local
164 &smpte2086, transformMatrix, &outTransform, &newContent, createReleaseFence, in apply()
170 hardwareBuffer, dataspace, newContent, in apply()
/frameworks/base/core/java/android/widget/
DRemoteViews.java2852 private int findViewIndexToRecycle(ViewGroup target, RemoteViews newContent) { in findViewIndexToRecycle() argument