Searched refs:currentHeight (Results 1 – 7 of 7) sorted by relevance
327 int currentHeight = 0; in getTreeHeight() local333 currentHeight++; in getTreeHeight()334 if (currentHeight > maxHeight) { in getTreeHeight()335 maxHeight = currentHeight; in getTreeHeight()339 currentHeight--; in getTreeHeight()342 currentHeight--; in getTreeHeight()
305 final int currentHeight = this.getHeight(); in onDraw() local306 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw()307 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw()312 mClipPathHeight = currentHeight; in onDraw()
377 final int currentHeight = this.getHeight(); in onDraw() local378 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw()379 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw()384 mClipPathHeight = currentHeight; in onDraw()
404 int currentHeight = mTemperatureBar.getLayoutParams().height;406 mTemperatureBar.setTop(mTemperatureBar.getTop() + height - currentHeight);
521 int currentHeight = mPanel.getLayoutParams().height;523 mPanel.setTop(mPanel.getTop() + height - currentHeight);
171 final int currentHeight = getMoreSuggestionsHeight(); in setMoreSuggestionsHeight() local172 if (currentHeight <= remainingHeight) { in setMoreSuggestionsHeight()
3789 int currentHeight = mAnimateDayEventHeight; in getAllDayEventAnimator() local3793 if (currentHeight == desiredHeight) { in getAllDayEventAnimator()3799 currentHeight, desiredHeight); in getAllDayEventAnimator()3812 int currentHeight = mAnimateDayHeight != 0 ? mAnimateDayHeight : mAlldayHeight; in getAllDayAnimator() local3818 currentHeight, desiredHeight); in getAllDayAnimator()