Home | History | Annotate | Download | only in view

Lines Matching defs:inside

854      * The scrollbar style to display the scrollbars inside the content area,
861 * The scrollbar style to display the scrollbars inside the padded area,
888 * Mask to check if the scrollbar style is inside or outside.
4060 * is being position inside of them or the window is being placed under
4062 * inside. In effect, this tells you the available area where content can
5304 // - Doesn't have scrollbars or scrollbars are inside overlay
5721 * can be drawn inside the padding area or on the edge of the view. For example,
5723 * inside the padding specified by the drawable, you can use
5947 final int inside = (viewFlags & SCROLLBARS_OUTSIDE_MASK) == 0 ? ~0 : 0;
5957 top = scrollY + height - size - (mUserPaddingBottom & inside);
5958 left = scrollX + (mPaddingLeft & inside);
5959 right = scrollX + width - (mUserPaddingRight & inside) - verticalScrollBarGap;
5972 left = scrollX + width - size - (mUserPaddingRight & inside);
5973 top = scrollY + (mPaddingTop & inside);
5975 bottom = scrollY + height - (mUserPaddingBottom & inside);
6743 * If the View draws content inside its padding and enables fading edges,
6746 * drawn inside the padding.
6749 * to draw content inside the padding.
9323 * For windows that are full-screen but using insets to layout inside
9330 * For windows that are full-screen but using insets to layout inside