Searched refs:getSafeInsetLeft (Results 1 – 15 of 15) sorted by relevance
95 return displayCutout.getSafeInsetLeft() > 0 in hasCutout()123 bounds.op(0, 0, displayCutout.getSafeInsetLeft(), Integer.MAX_VALUE, in boundsFromDirection()133 bounds.op(displayCutout.getSafeInsetLeft() + 1, 0, Integer.MAX_VALUE, in boundsFromDirection()145 if (displayCutout.getSafeInsetLeft() > 0) { in localBounds()
163 assertEquals(5, mCutoutNumbers.getSafeInsetLeft()); in testGetSafeInsets()260 assertEquals(99, cutout.getSafeInsetLeft()); in inset_insets_withLeftCutout()270 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withTopCutout()280 assertEquals(0, cutout.getSafeInsetLeft()); in inset_insets_withRightCutout()290 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withBottomCutout()300 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_withWaterfallCutout()310 assertEquals(cutout.getSafeInsetLeft(), 0); in inset_insets_consumeInset()
637 assertEquals(0, cutout.getSafeInsetLeft()); in testCalculateRelativeCutout()
50 leftInset = displayCutout.getSafeInsetLeft(); in getinsets()
196 if (insetLeft >= raw.getSafeInsetLeft() in calculateRelativeCutout()488 if (cutout.getSafeInsetLeft() > 0) { in getDisplayCutoutSafe()489 outBounds.left = displayFrame.left + cutout.getSafeInsetLeft(); in getDisplayCutoutSafe()
127 if (systemBarsInsets.left >= cutout.getSafeInsetLeft()) { in computeFrames()
677 public int getSafeInsetLeft() { in getSafeInsetLeft() method in DisplayCutout
95 when(mCutout.getSafeInsetLeft()).thenReturn(mCutoutInsetSize); in setUp()
196 ? info.displayCutout.getSafeInsetLeft() : 0; in testAppBounds_RootConfigurationBounds()
384 outInsets.left += displayCutout.getSafeInsetLeft(); in computeNonDecorInsets()
469 Math.max(cutout.getSafeInsetLeft(), waterfall.left), in updateInsets()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
16063 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
16127 HSPLandroid/view/DisplayCutout;->getSafeInsetLeft()I
50800 method public int getSafeInsetLeft();