Searched defs:insets (Results 1 – 4 of 4) sorted by relevance
77 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets()
389 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
670 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows()2332 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
1489 Rect insets = new Rect(10, 20, 30, 50); in testFitSystemWindows() local