Searched refs:WindowInsetsPresenterDrawable (Results 1 – 2 of 2) sorted by relevance
73 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()
37 public class WindowInsetsPresenterDrawable extends Drawable implements View.OnTouchListener { class58 public WindowInsetsPresenterDrawable() { in WindowInsetsPresenterDrawable() method in WindowInsetsPresenterDrawable104 public WindowInsetsPresenterDrawable(WindowInsets windowInsets) { in WindowInsetsPresenterDrawable() method in WindowInsetsPresenterDrawable