Searched refs:masked (Results 1 – 5 of 5) sorted by relevance
1458 int masked = flags & ABS_HORIZONTAL_DIR_FLAGS; in convertToRelativeDirection() local1459 if (masked == 0) { in convertToRelativeDirection()1462 flags &= ~masked; //remove left / right. in convertToRelativeDirection()1465 flags |= masked << 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT. in convertToRelativeDirection()1469 flags |= ((masked << 1) & ~ABS_HORIZONTAL_DIR_FLAGS); in convertToRelativeDirection()1471 flags |= ((masked << 1) & ABS_HORIZONTAL_DIR_FLAGS) << 2; in convertToRelativeDirection()1547 int masked = flags & RELATIVE_DIR_FLAGS; in convertToAbsoluteDirection() local1548 if (masked == 0) { in convertToAbsoluteDirection()1551 flags &= ~masked; //remove start / end in convertToAbsoluteDirection()1554 flags |= masked >> 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT. in convertToAbsoluteDirection()[all …]
3677 public boolean setMaskedByQuietProfileLocked(boolean masked) { in setMaskedByQuietProfileLocked() argument3679 maskedByQuietProfile = masked; in setMaskedByQuietProfileLocked()3680 return masked != oldState; in setMaskedByQuietProfileLocked()3684 public boolean setMaskedByLockedProfileLocked(boolean masked) { in setMaskedByLockedProfileLocked() argument3686 maskedByLockedProfile = masked; in setMaskedByLockedProfileLocked()3687 return masked != oldState; in setMaskedByLockedProfileLocked()3691 public boolean setMaskedBySuspendedPackageLocked(boolean masked) { in setMaskedBySuspendedPackageLocked() argument3693 maskedBySuspendedPackage = masked; in setMaskedBySuspendedPackageLocked()3694 return masked != oldState; in setMaskedBySuspendedPackageLocked()
118 multiple pointers. It returns the masked action
102 is designed to work with multiple pointers. It returns the masked action
568 API Level are then grayed out and their content is masked, since they would not