Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java280 float currentHeight = (mShortcutHeight * systemShortcuts.size()) in addAllShortcuts() local
282 addDeepShortcuts(deepShortcutCount, currentHeight); in addAllShortcuts()
286 float currentHeight = mShortcutHeight + mChildContainerMargin; in addAllShortcuts() local
301 currentHeight += mShortcutHeight + mChildContainerMargin; in addAllShortcuts()
303 addDeepShortcuts(deepShortcutCount, currentHeight); in addAllShortcuts()
388 private void addDeepShortcuts(int deepShortcutCount, float currentHeight) { in addDeepShortcuts() argument
391 currentHeight += mShortcutHeight; in addDeepShortcuts()
393 if (currentHeight >= mActivityContext.getDeviceProfile().availableHeightPx) break; in addDeepShortcuts()
/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.java379 final int currentHeight = this.getHeight(); in onDraw() local
380 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw()
381 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw()
386 mClipPathHeight = currentHeight; in onDraw()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim.java424 float currentHeight = Utilities.mapRange(mCurrentScaleProgress, mStartRect.height(), in onUpdate() local
431 mCurrentY + currentHeight); in onUpdate()
435 mCurrentY - currentHeight, in onUpdate()
441 mCurrentY - currentHeight / 2, in onUpdate()
443 mCurrentY + currentHeight / 2); in onUpdate()
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectFragment.java189 int currentHeight = mViewPager.getLayoutParams().height; in updateHeight() local
191 if (newHeight != 0 && currentHeight != newHeight) { in updateHeight()
/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.kt2643 val currentHeight = mAnimateDayEventHeight constant
2647 if (currentHeight == desiredHeight) {
2654 currentHeight, desiredHeight
2672 val currentHeight = if (mAnimateDayHeight != 0) mAnimateDayHeight else mAlldayHeight constant
2680 currentHeight, desiredHeight