Searched refs:newContent (Results 1 – 3 of 3) sorted by relevance
128 fun onContentAdded(newContent: FloatingContent) { in <lambda>()130 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen() in <lambda>()131 maybeMoveConflictingContent(newContent) in <lambda>()
151 bool newContent = false; in apply() local156 mSurfaceTexture.get(), &slot, &dataspace, transformMatrix, &newContent, in apply()162 hardwareBuffer, dataspace, newContent, in apply()
2320 private int findViewIndexToRecycle(ViewGroup target, RemoteViews newContent) { in findViewIndexToRecycle() argument