Searched refs:calculateSystemGestureExclusion (Results 1 – 3 of 3) sorted by relevance
794 assertEquals(expected, calculateSystemGestureExclusion(dc)); in testCalculateSystemGestureExclusion()797 private Region calculateSystemGestureExclusion(DisplayContent dc) { in calculateSystemGestureExclusion() method in DisplayContentTests800 dc.calculateSystemGestureExclusion(out, unrestricted); in calculateSystemGestureExclusion()825 assertEquals(expected, calculateSystemGestureExclusion(dc)); in testCalculateSystemGestureExclusion_modal()850 assertEquals(expected, calculateSystemGestureExclusion(dc)); in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()
483 mDisplayContent.calculateSystemGestureExclusion( in DisplayPolicy()499 mDisplayContent.calculateSystemGestureExclusion( in DisplayPolicy()
5156 mSystemGestureExclusionWasRestricted = calculateSystemGestureExclusion( in updateSystemGestureExclusion()5191 boolean calculateSystemGestureExclusion(Region outExclusion, @Nullable in calculateSystemGestureExclusion() method in DisplayContent