Home | History | Annotate | Download | only in view

Lines Matching refs:axisBit

3375                     final long axisBit = 1L << axis;
3376 if ((bits & axisBit) == 0) {
3379 final int index = Long.bitCount(bits & (axisBit - 1L));
3428 final long axisBit = 1L << axis;
3429 final int index = Long.bitCount(bits & (axisBit - 1L));
3431 if ((bits & axisBit) == 0) {
3451 mPackedAxisBits = bits | axisBit;