Home | History | Annotate | Download | only in view

Lines Matching defs:insets

3064      * Apply the insets for system windows to this view, if the FITS_SYSTEM_WINDOWS flag
3067 * @param insets Insets for system windows
3069 * @return True if this view applied the insets, false otherwise
3071 protected boolean fitSystemWindows(Rect insets) {
3073 mPaddingLeft = insets.left;
3074 mPaddingTop = insets.top;
3075 mPaddingRight = insets.right;
3076 mPaddingBottom = insets.bottom;
4061 * then and covered insets are used for the window to position its content
4082 final Rect insets = mAttachInfo.mVisibleInsets;
4083 outRect.left += insets.left;
4084 outRect.top += insets.top;
4085 outRect.right -= insets.right;
4086 outRect.bottom -= insets.bottom;
9323 * For windows that are full-screen but using insets to layout inside
9324 * of the screen decorations, these are the current insets for the
9330 * For windows that are full-screen but using insets to layout inside
9331 * of the screen decorations, these are the current insets for the
9337 * The internal insets given by this window. This value is