Searched defs:scaledHeight (Results 1 – 11 of 11) sorted by relevance
56 val scaledHeight = (it.y * scale).toInt() in onLayout() constant
106 int scaledHeight = (int) (view.getHeight() * view.getScaleY()); in onFocusDraw() local176 int scaledHeight = (int) (view.getHeight() * view.getScaleY()); in addChild() local
159 int scaledHeight = (int) (currentView.getHeight() * scaleY); in onProgressUpdated() local
96 final float scaledHeight = bitmapHeight * scale; in updateDstRectF() local
232 int scaledHeight = (int) (scaleFactor * preview.getHeight()); in convertPreviewToAlphaBitmap() local
175 val scaledHeight = getScaledArrowHeight() in addArrowPathIfNeeded() constant
352 int scaledHeight = context.getResources().getDimensionPixelSize(R.dimen.call_type_icon_size); in getScaledBitmap() local
271 float scaledHeight = normalHeight * initialScale; in getAnimator() local
391 final int scaledHeight = sourceHeight / opts.inSampleSize; in decodeStreamForShortcut() local
842 final float scaledHeight = scale * sourceHeight; in scaleCenterCrop() local
442 int scaledWidth, scaledHeight; in setupBitmaps() local