Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
DScreenshotShelfViewBinder.kt37 import com.android.systemui.screenshot.ui.ScreenshotShelfView in <lambda>()
51 view: ScreenshotShelfView, in <lambda>()
172 view: ScreenshotShelfView, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotShelfViewProxy.kt52 import com.android.systemui.screenshot.ui.ScreenshotShelfView in <lambda>()
74 override val view: ScreenshotShelfView = in <lambda>()
75 LayoutInflater.from(context).inflate(R.layout.screenshot_shelf, null) as ScreenshotShelfView in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotShelfView.kt36 class ScreenshotShelfView(context: Context, attrs: AttributeSet? = null) : in <lambda>() class
DScreenshotAnimationController.kt43 private val view: ScreenshotShelfView, in <lambda>()