Searched refs:masked (Results 1 – 2 of 2) sorted by relevance
1439 int masked = flags & ABS_HORIZONTAL_DIR_FLAGS; in convertToRelativeDirection() local1440 if (masked == 0) { in convertToRelativeDirection()1443 flags &= ~masked; //remove left / right. in convertToRelativeDirection()1446 flags |= masked << 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT. in convertToRelativeDirection()1450 flags |= ((masked << 1) & ~ABS_HORIZONTAL_DIR_FLAGS); in convertToRelativeDirection()1452 flags |= ((masked << 1) & ABS_HORIZONTAL_DIR_FLAGS) << 2; in convertToRelativeDirection()1528 int masked = flags & RELATIVE_DIR_FLAGS; in convertToAbsoluteDirection() local1529 if (masked == 0) { in convertToAbsoluteDirection()1532 flags &= ~masked; //remove start / end in convertToAbsoluteDirection()1535 flags |= masked >> 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT. in convertToAbsoluteDirection()[all …]
580 final int masked = state1 & (StatusBarManager.DISABLE_HOME in disable() local584 if (masked != mDisabledFlags1) { in disable()585 mDisabledFlags1 = masked; in disable()