Searched refs:insets (Results 1 – 5 of 5) sorted by relevance
77 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() argument78 insets = super.onApplyWindowInsets(insets); in onApplyWindowInsets()79 final boolean round = insets.isRound(); in onApplyWindowInsets()85 insets.getSystemWindowInsetLeft(), in onApplyWindowInsets()86 insets.getSystemWindowInsetTop(), in onApplyWindowInsets()87 insets.getSystemWindowInsetRight(), in onApplyWindowInsets()88 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()89 return insets; in onApplyWindowInsets()
386 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument387 return super.fitSystemWindows(insets); in fitSystemWindows()
788 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument2842 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() argument2843 return super.fitSystemWindows(insets); in fitSystemWindows()
1575 Rect insets = new Rect(10, 20, 30, 50); in testFitSystemWindows() local1578 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()1582 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...