Searched refs:newContent (Results 1 – 4 of 4) sorted by relevance
127 fun onContentAdded(newContent: FloatingContent) { in <lambda>()129 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen() in <lambda>()130 maybeMoveConflictingContent(newContent) in <lambda>()
92 void setContent(Rect newContent) { mContent = std::move(newContent); } in setContent() argument
156 bool newContent = false; in apply() local164 &smpte2086, transformMatrix, &outTransform, &newContent, createReleaseFence, in apply()170 hardwareBuffer, dataspace, newContent, in apply()
2852 private int findViewIndexToRecycle(ViewGroup target, RemoteViews newContent) { in findViewIndexToRecycle() argument