Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 – 8 of 8) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlTree.java327 int currentHeight = 0; in getTreeHeight() local
333 currentHeight++; in getTreeHeight()
334 if (currentHeight > maxHeight) { in getTreeHeight()
335 maxHeight = currentHeight; in getTreeHeight()
339 currentHeight--; in getTreeHeight()
342 currentHeight--; in getTreeHeight()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioAttachmentView.java305 final int currentHeight = this.getHeight(); in onDraw() local
306 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw()
307 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw()
312 mClipPathHeight = currentHeight; in onDraw()
DAsyncImageView.java377 final int currentHeight = this.getHeight(); in onDraw() local
378 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw()
379 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw()
384 mClipPathHeight = currentHeight; in onDraw()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DRectFSpringAnim.java204 float currentHeight = Utilities.mapRange(mCurrentScaleProgress, mStartRect.height(), in onUpdate() local
207 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, mCurrentY - currentHeight, in onUpdate()
211 mCurrentCenterX + currentWidth / 2, mCurrentY + currentHeight); in onUpdate()
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DTemperatureBarOverlay.java429 int currentHeight = mTemperatureBar.getLayoutParams().height;
431 mTemperatureBar.setTop(mTemperatureBar.getTop() + height - currentHeight);
/packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
DHvacPanelController.java539 int currentHeight = mPanel.getLayoutParams().height;
541 mPanel.setTop(mPanel.getTop() + height - currentHeight);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java171 final int currentHeight = getMoreSuggestionsHeight(); in setMoreSuggestionsHeight() local
172 if (currentHeight <= remainingHeight) { in setMoreSuggestionsHeight()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3005 int currentHeight = mAnimateDayEventHeight; in getAllDayEventAnimator() local
3009 if (currentHeight == desiredHeight) { in getAllDayEventAnimator()
3015 currentHeight, desiredHeight); in getAllDayEventAnimator()
3028 int currentHeight = mAnimateDayHeight != 0 ? mAnimateDayHeight : mAlldayHeight; in getAllDayAnimator() local
3034 currentHeight, desiredHeight); in getAllDayAnimator()