Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DCommunalAppWidgetHostView.kt75 val background: View? = RoundedCornerEnforcement.findBackground(this) in enforceRoundedCorners()
DRoundedCornerEnforcement.kt41 fun findBackground(appWidget: View): View? { in findBackground() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt133 fun findBackground(view: View): Drawable? { in findBackground() method in com.android.systemui.animation.GhostedViewTransitionAnimatorController
157 background = findBackground(ghostedView)
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java446 findBackground(); in Builder()
456 private void findBackground() { in findBackground() method in Layout.Builder