Searched refs:verticalCenter (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | DecodeTask.java | 327 mDecodeOpts.horizontalCenter, mDecodeOpts.verticalCenter, in decode() 568 public float verticalCenter; field in DecodeTask.DecodeOptions 588 final float verticalCenter, final int sampleSizeStrategy) { in DecodeOptions() argument 589 this(destW, destH, 0.5f, verticalCenter, sampleSizeStrategy); in DecodeOptions() 605 final float verticalCenter, final int sampleSizeStrategy) { in DecodeOptions() argument 609 this.verticalCenter = verticalCenter; in DecodeOptions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | SystemEventChipAnimationController.kt | 338 private fun updateAnimatedViewBoundsHeight(height: Int, verticalCenter: Int) { in updateAnimatedViewBoundsHeight() 341 verticalCenter - (height.toFloat() / 2).roundToInt(), in updateAnimatedViewBoundsHeight() 343 verticalCenter + (height.toFloat() / 2).roundToInt()) in updateAnimatedViewBoundsHeight()
|