Searched defs:scaledHeight (Results 1 – 10 of 10) sorted by relevance
42 val scaledHeight = (measuredHeight * scale).toInt() in onLayout() constant
110 int scaledHeight = (int) (view.getHeight() * view.getScaleY()); in onFocusDraw() local180 int scaledHeight = (int) (view.getHeight() * view.getScaleY()); in addChild() local
159 int scaledHeight = (int) (currentView.getHeight() * scaleY); in onProgressUpdated() local
89 final float scaledHeight = bitmapHeight * scale; in updateDstRectF() local
234 int scaledHeight = (int) (scaleFactor * preview.getHeight()); in convertPreviewToAlphaBitmap() local
352 int scaledHeight = context.getResources().getDimensionPixelSize(R.dimen.call_type_icon_size); in getScaledBitmap() local
277 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
446 int scaledWidth, scaledHeight; in setupBitmaps() local