Home | History | Annotate | Download | only in view

Lines Matching defs:getChildDrawingOrder

287      * When set, the drawing method will call {@link #getChildDrawingOrder(int, int)}
1965 final int childIndex1 = getChildDrawingOrder(childrenCount, i);
1967 throw new IndexOutOfBoundsException("getChildDrawingOrder() "
3428 Log.w(TAG, "Bad getChildDrawingOrder while collecting assist @ "
3430 // At least one app is failing when we call getChildDrawingOrder
3445 permutation[j] = getChildDrawingOrder(childrenCount, j);
4120 protected int getChildDrawingOrder(int childCount, int i) {
6263 * {@link #getChildDrawingOrder(int, int)}.
6265 * @return true if children drawing order is defined by {@link #getChildDrawingOrder(int, int)},
6269 * @see #getChildDrawingOrder(int, int)
6278 * {@link #getChildDrawingOrder(int, int)}.
6284 * {@link #getChildDrawingOrder(int, int)}, false otherwise
6287 * @see #getChildDrawingOrder(int, int)