Home
last modified time | relevance | path

Searched refs:boundsHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DSideFpsOverlayViewModelTest.kt106 private var boundsHeight: Int = 0 variable in com.android.systemui.biometrics.ui.viewmodel.SideFpsOverlayViewModelTest
212 kosmos.sideFpsOverlayViewModel.setLottieBounds(Rect(0, 0, boundsWidth, boundsHeight)) in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor()
233 assertThat(overlayViewParams!!.y).isEqualTo(displayHeight - boundsHeight) in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor()
255 kosmos.sideFpsOverlayViewModel.setLottieBounds(Rect(0, 0, boundsWidth, boundsHeight)) in updatesOverlayViewParams_onDisplayRotationChange_yAlignedSensor()
281 assertThat(overlayViewParams!!.y).isEqualTo(displayHeight - boundsHeight) in updatesOverlayViewParams_onDisplayRotationChange_yAlignedSensor()
412 boundsHeight = 100 in setupTestConfiguration()
419 boundsHeight = 200 in setupTestConfiguration()
420 sensorLocation = SensorLocationInternal("", displayWidth, 300, boundsHeight / 2) in setupTestConfiguration()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/binder/
DSideFpsOverlayViewBinderTest.kt97 private var boundsHeight: Int = 0 variable in com.android.systemui.biometrics.ui.binder.SideFpsOverlayViewBinderTest
353 boundsHeight = 100 in setupTestConfiguration()
360 boundsHeight = 200 in setupTestConfiguration()
361 sensorLocation = SensorLocationInternal("", displayWidth, 300, boundsHeight / 2) in setupTestConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt164 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height in applyCurrentState() constant
165 child.setLeftTopRightBottom(left, top, left + boundsWidth, top + boundsHeight) in applyCurrentState()