Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 – 7 of 7) 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/Car/Hvac/src/com/android/car/hvac/ui/
DTemperatureBarOverlay.java404 int currentHeight = mTemperatureBar.getLayoutParams().height;
406 mTemperatureBar.setTop(mTemperatureBar.getTop() + height - currentHeight);
/packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
DHvacPanelController.java521 int currentHeight = mPanel.getLayoutParams().height;
523 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.java3789 int currentHeight = mAnimateDayEventHeight; in getAllDayEventAnimator() local
3793 if (currentHeight == desiredHeight) { in getAllDayEventAnimator()
3799 currentHeight, desiredHeight); in getAllDayEventAnimator()
3812 int currentHeight = mAnimateDayHeight != 0 ? mAnimateDayHeight : mAlldayHeight; in getAllDayAnimator() local
3818 currentHeight, desiredHeight); in getAllDayAnimator()