Home | History | Annotate | Download | only in view

Lines Matching refs:getChildDrawingOrder

287      * When set, the drawing method will call {@link #getChildDrawingOrder(int, int)}
1958 final int childIndex1 = getChildDrawingOrder(childrenCount, i);
1960 throw new IndexOutOfBoundsException("getChildDrawingOrder() "
3414 Log.w(TAG, "Bad getChildDrawingOrder while collecting assist @ "
3416 // At least one app is failing when we call getChildDrawingOrder
3431 permutation[j] = getChildDrawingOrder(childrenCount, j);
4098 protected int getChildDrawingOrder(int childCount, int i) {
6241 * {@link #getChildDrawingOrder(int, int)}.
6243 * @return true if children drawing order is defined by {@link #getChildDrawingOrder(int, int)},
6247 * @see #getChildDrawingOrder(int, int)
6256 * {@link #getChildDrawingOrder(int, int)}.
6262 * {@link #getChildDrawingOrder(int, int)}, false otherwise
6265 * @see #getChildDrawingOrder(int, int)