Home
last modified time | relevance | path

Searched refs:withinRange (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java907 boolean withinRange = x < mEdgeWidthLeft + mLeftInset in isWithinTouchRegion()
909 if (withinRange) { in isWithinTouchRegion()
918 withinRange = (results == 1); in isWithinTouchRegion()
924 System.currentTimeMillis(), x, y, app, mMLResults, withinRange ? 1 : 0)); in isWithinTouchRegion()
929 return withinRange; in isWithinTouchRegion()
933 if (withinRange) { in isWithinTouchRegion()
945 return withinRange; in isWithinTouchRegion()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16824 private static boolean withinRange(Pair<LocalDate, LocalDate> range, LocalDate date) { in withinRange() method
16868 if (withinRange(currentPeriod, start) && withinRange(currentPeriod, end)) { in updateSystemUpdateFreezePeriodsRecord()