Home | History | Annotate | Download | only in view

Lines Matching refs:getChildDrawingOrder

288      * When set, the drawing method will call {@link #getChildDrawingOrder(int, int)}
2027 final int childIndex1 = getChildDrawingOrder(childrenCount, i);
2029 throw new IndexOutOfBoundsException("getChildDrawingOrder() "
3501 Log.w(TAG, "Bad getChildDrawingOrder while collecting assist @ "
3503 // At least one app is failing when we call getChildDrawingOrder
3518 permutation[j] = getChildDrawingOrder(childrenCount, j);
4210 protected int getChildDrawingOrder(int childCount, int i) {
6382 * {@link #getChildDrawingOrder(int, int)}.
6384 * @return true if children drawing order is defined by {@link #getChildDrawingOrder(int, int)},
6388 * @see #getChildDrawingOrder(int, int)
6397 * {@link #getChildDrawingOrder(int, int)}.
6403 * {@link #getChildDrawingOrder(int, int)}, false otherwise
6406 * @see #getChildDrawingOrder(int, int)