Searched defs:insets (Results 1 – 6 of 6) sorted by relevance
128 private boolean applyInsets(View view, Rect insets, boolean left, boolean top, in applyInsets()152 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
184 private Insets scaleFromDensity(Insets insets, int sdensity, int tdensity) { in scaleFromDensity()
846 Insets insets = getLayoutMode() == OPTICAL_BOUNDS ? c.getOpticalInsets() : Insets.NONE; in onDebugDrawMargins() local1018 Insets insets = c.getOpticalInsets(); in getMeasurement() local1129 Insets insets = c.getOpticalInsets(); in onLayout() local
2712 Insets insets = c.getOpticalInsets(); in onDebugDraw() local5094 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
5409 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows()
1733 final ViewTreeObserver.InternalInsetsInfo insets = attachInfo.mGivenInternalInsets; in performTraversals() local