Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLongScreenshotActivity.java201 float topFraction = Math.max(0, in onLongScreenshotReceived() local
221 CropView.CropBoundary.TOP, topFraction); in onLongScreenshotReceived()
471 float topFraction = Math.max(0, in updateImageDimensions() local
479 matrix.postTranslate(0, -scale * drawable.getIntrinsicHeight() * topFraction); in updateImageDimensions()
482 topFraction * previewHeight + mPreview.getPaddingTop() + extraPadding); in updateImageDimensions()