Searched refs:findBackground (Results 1 – 4 of 4) sorted by relevance
75 val background: View? = RoundedCornerEnforcement.findBackground(this) in enforceRoundedCorners()
41 fun findBackground(appWidget: View): View? { in findBackground() method
133 fun findBackground(view: View): Drawable? { in findBackground() method in com.android.systemui.animation.GhostedViewTransitionAnimatorController157 background = findBackground(ghostedView)
446 findBackground(); in Builder()456 private void findBackground() { in findBackground() method in Layout.Builder