Lines Matching refs:inside

1237      * representing the element index inside the list (starting at {@code 0}).
1582 * The scrollbar style to display the scrollbars inside the content area,
1589 * The scrollbar style to display the scrollbars inside the padded area,
1616 * Mask to check if the scrollbar style is inside or outside.
9652 * to have controls for a video view placed inside of the window decorations
12982 * is being position inside of them or the window is being placed under
12984 * inside. In effect, this tells you the available area where content can
13825 // Walk up the hierarchy to determine if we're inside a scrolling container.
13828 // For views inside a scrolling container, delay the pressed feedback for
13839 // Not inside a scrolling container, so show the feedback right away
15884 * Determines whether the given point, in local coordinates is inside the view.
15892 * is inside the view, where the area of the view is expanded by the slop factor.
17255 * can be drawn inside the padding area or on the edge of the view. For example,
17257 * inside the padding specified by the drawable, you can use
17533 final int inside = (mViewFlags & SCROLLBARS_OUTSIDE_MASK) == 0 ? ~0 : 0;
17541 bounds.top = mScrollY + height - size - (mUserPaddingBottom & inside);
17542 bounds.left = mScrollX + (mPaddingLeft & inside);
17543 bounds.right = mScrollX + width - (mUserPaddingRight & inside) - verticalScrollBarGap;
17590 final int inside = (mViewFlags & SCROLLBARS_OUTSIDE_MASK) == 0 ? ~0 : 0;
17602 bounds.left = mScrollX + width - size - (mUserPaddingRight & inside);
17605 bounds.left = mScrollX + (mUserPaddingLeft & inside);
17608 bounds.top = mScrollY + (mPaddingTop & inside);
17610 bounds.bottom = mScrollY + height - (mUserPaddingBottom & inside);
19569 * If the View draws content inside its padding and enables fading edges,
19572 * drawn inside the padding.
19575 * to draw content inside the padding.
19968 // TODO: Might not need this if we put everything inside the DL
21764 * @return true if the foreground should draw inside the padding region or false
22663 throw new IllegalArgumentException("ID does not reference a View inside this View");
26395 * For windows that are full-screen but using insets to layout inside
26396 * of the screen areas, these are the current insets to appear inside
26402 * For windows that are full-screen but using insets to layout inside
26409 * For windows that are full-screen but using insets to layout inside
26416 * For windows that are full-screen but using insets to layout inside