Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java327 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/
DSystemEventChipAnimationController.kt338 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()