Home
last modified time | relevance | path

Searched defs:findBackground (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
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
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java456 private void findBackground() { in findBackground() method in Layout.Builder