Home
last modified time | relevance | path

Searched defs: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
286 float currentHeight = mShortcutHeight + mChildContainerMargin; in addAllShortcuts() local
388 private void addDeepShortcuts(int deepShortcutCount, float currentHeight) { in addDeepShortcuts()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioAttachmentView.java305 final int currentHeight = this.getHeight(); in onDraw() local
DAsyncImageView.java379 final int currentHeight = this.getHeight(); in onDraw() local
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectFragment.java189 int currentHeight = mViewPager.getLayoutParams().height; in updateHeight() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim.java424 float currentHeight = Utilities.mapRange(mCurrentScaleProgress, mStartRect.height(), in onUpdate() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java171 final int currentHeight = getMoreSuggestionsHeight(); in setMoreSuggestionsHeight() local
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt2643 val currentHeight = mAnimateDayEventHeight constant
2672 val currentHeight = if (mAnimateDayHeight != 0) mAnimateDayHeight else mAlldayHeight constant