Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java73 WindowInsetsPresenterDrawable presenterDrawable = in onCreate()
74 new WindowInsetsPresenterDrawable(getWindow().getDecorView().getRootWindowInsets()); in onCreate()
105 WindowInsetsPresenterDrawable presenterDrawable = in showVisualBoundary()
106 (WindowInsetsPresenterDrawable) mContent.getBackground(); in showVisualBoundary()
282 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionCancelPoints(); in getActionCancelPoints()
287 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionDownPoints(); in getActionDownPoints()
292 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionUpPoints(); in getActionUpPoints()
DWindowInsetsPresenterDrawable.java37 public class WindowInsetsPresenterDrawable extends Drawable implements View.OnTouchListener { class
58 public WindowInsetsPresenterDrawable() { in WindowInsetsPresenterDrawable() method in WindowInsetsPresenterDrawable
104 public WindowInsetsPresenterDrawable(WindowInsets windowInsets) { in WindowInsetsPresenterDrawable() method in WindowInsetsPresenterDrawable