Searched refs:rounded (Results 1 – 10 of 10) sorted by relevance
397 Rect rounded = new Rect(); in onBoundsChange() local398 dstRect.round(rounded); in onBoundsChange()401 mUserDrawable.setBounds(rounded); in onBoundsChange()
1668 final int rounded = Math.round(result); in scaleFromDensity() local1669 if (rounded != 0) { in scaleFromDensity()1670 return rounded; in scaleFromDensity()
97 // Frames per second, rounded to the nearest integer.
1503 float rounded = amount >= 1f ? amount : 0f; in onOverscrollTopChanged() local1504 setOverScrolling(rounded != 0f && isRubberbanded); in onOverscrollTopChanged()1505 mQsExpansionFromOverscroll = rounded != 0f; in onOverscrollTopChanged()1506 mLastOverscroll = rounded; in onOverscrollTopChanged()1508 setQsExpansion(mQsMinExpansionHeight + rounded); in onOverscrollTopChanged()
212 final VectorDrawable d = (VectorDrawable) mContext.getDrawable(R.drawable.rounded); in testRoundingMultipleRadius()
163 Draws decorations about the screen in software (e.g. rounded corners, cutouts).
583 final VectorDrawable d = (VectorDrawable) mContext.getDrawable(R.drawable.rounded); in updateRoundedCornerRadii()
1037 Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.2887 Returns the remainder of (numerator / denominator), where the quotient is rounded towards
1871 * Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.5670 * Returns the remainder of (numerator / denominator), where the quotient is rounded towards
1422 // and whether the screen has a rounded shape.