Searched defs:newContent (Results 1 – 3 of 3) sorted by relevance
92 void setContent(Rect newContent) { mContent = std::move(newContent); } in setContent()
156 bool newContent = false; in apply() local
2852 private int findViewIndexToRecycle(ViewGroup target, RemoteViews newContent) { in findViewIndexToRecycle()