HomeSort by relevance Sort by last modified time
    Searched refs:WindowInsetsPresenterDrawable (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/systemui/src/android/systemui/cts/
WindowInsetsActivity.java 74 WindowInsetsPresenterDrawable presenterDrawable =
75 new WindowInsetsPresenterDrawable(getWindow().getDecorView().getRootWindowInsets());
106 WindowInsetsPresenterDrawable presenterDrawable =
107 (WindowInsetsPresenterDrawable) mContent.getBackground();
287 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionCancelPoints();
292 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionDownPoints();
297 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionUpPoints();
WindowInsetsPresenterDrawable.java 37 public class WindowInsetsPresenterDrawable extends Drawable implements View.OnTouchListener {
58 public WindowInsetsPresenterDrawable() {
104 public WindowInsetsPresenterDrawable(WindowInsets windowInsets) {

Completed in 108 milliseconds