Home | History | Annotate | Download | only in view

Lines Matching refs:getChildDrawingOrder

228      * When set, the drawing method will call {@link #getChildDrawingOrder(int, int)}
2804 final View child = children[getChildDrawingOrder(count, i)];
2866 protected int getChildDrawingOrder(int childCount, int i) {
4532 * {@link #getChildDrawingOrder(int, int)}.
4534 * @return true if children drawing order is defined by {@link #getChildDrawingOrder(int, int)},
4538 * @see #getChildDrawingOrder(int, int)
4547 * {@link #getChildDrawingOrder(int, int)}.
4550 * {@link #getChildDrawingOrder(int, int)}, false otherwise
4553 * @see #getChildDrawingOrder(int, int)