Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotViewProxy.kt51 fun showScrollChip(packageName: String, onClick: Runnable) in reset() method
DLegacyScreenshotViewProxy.kt131 override fun showScrollChip(packageName: String, onClick: Runnable) = in showScrollChip() method
DScreenshotShelfViewProxy.kt199 override fun showScrollChip(packageName: String, onClick: Runnable) {} in <lambda>() method
DScreenshotView.java258 public void showScrollChip(String packageName, Runnable onClick) { in showScrollChip() method in ScreenshotView