Searched refs:unrestrictedOrNull (Results 1 – 3 of 3) sorted by relevance
37 Region systemGestureExclusion, Region unrestrictedOrNull) {39 Region unrestricted = (unrestrictedOrNull == null)40 ? systemGestureExclusion : unrestrictedOrNull;
130 Region systemGestureExclusion, Region unrestrictedOrNull) {134 mUnrestrictedExcludeRegion.set(unrestrictedOrNull != null135 ? unrestrictedOrNull : systemGestureExclusion);
5758 final Region unrestrictedOrNull = mSystemGestureExclusionWasRestricted in updateSystemGestureExclusion() local5764 unrestrictedOrNull); in updateSystemGestureExclusion()5965 final Region unrestrictedOrNull = mSystemGestureExclusionWasRestricted in registerSystemGestureExclusionListener() local5971 unrestrictedOrNull); in registerSystemGestureExclusionListener()