Home
last modified time | relevance | path

Searched defs:restoreNonScrollingUi (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotViewProxy.kt65 fun restoreNonScrollingUi() in reset() method
DLegacyScreenshotViewProxy.kt158 override fun restoreNonScrollingUi() = view.restoreNonScrollingUi() in startLongScreenshotTransition() method
DScreenshotShelfViewProxy.kt246 override fun restoreNonScrollingUi() { in <lambda>() method
DScreenshotView.java1003 void restoreNonScrollingUi() { in restoreNonScrollingUi() method in ScreenshotView