Searched refs:desiredHeight (Results 1 – 4 of 4) sorted by relevance
126 int desiredHeight = mShutterButton.getMeasuredHeight() in onMeasure() local139 measuredHeight = desiredHeight; in onMeasure()141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec)); in onMeasure()
47 final int desiredHeight = mRect.bottom - mCoords[1]; in onMeasure() local57 height = Math.min(desiredHeight, heightSize); in onMeasure()
1059 private float computeScaleFactor(int desiredWidth, int desiredHeight,1093 if (desiredHeight > actualHeight) {1095 (desiredHeight - mMaxTargetHeight);
3790 int desiredHeight = in getAllDayEventAnimator() local3793 if (currentHeight == desiredHeight) { in getAllDayEventAnimator()3799 currentHeight, desiredHeight); in getAllDayEventAnimator()3813 int desiredHeight = mShowAllAllDayEvents ? maxADHeight : in getAllDayAnimator() local3818 currentHeight, desiredHeight); in getAllDayAnimator()