Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt116 fun findBackground(view: View): Drawable? { in findBackground() method in com.android.systemui.animation.GhostedViewLaunchAnimatorController
140 background = findBackground(ghostedView)
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java416 findBackground(); in Builder()
426 private void findBackground() { in findBackground() method in Layout.Builder