Home
last modified time | relevance | path

Searched refs:totalHeight (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java88 int totalHeight = 0; in onProgressUpdated() local
164 int y = top + totalHeight; in onProgressUpdated()
170 totalHeight += scaledHeight; in onProgressUpdated()
177 return totalHeight - appRowHeight; in onProgressUpdated()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSplitConfigurationOptions.java166 float totalHeight = rightBottomBounds.bottom - leftTopBounds.top; in SplitBounds() local
168 topTaskPercent = leftTopBounds.height() / totalHeight; in SplitBounds()
170 dividerHeightPercent = visualDividerBounds.height() / totalHeight; in SplitBounds()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsRecommendationTableLayout.java145 float totalHeight = mWidgetsRecommendationTableVerticalPadding; in selectRowsThatFitInAvailableHeight() local
159 if (totalHeight + rowHeight <= recommendationTableMaxHeight) { in selectRowsThatFitInAvailableHeight()
160 totalHeight += rowHeight; in selectRowsThatFitInAvailableHeight()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java138 int totalHeight = iconHeight + iconPadding + textHeight + mVerticalPadding * 2; in getExpectedHeight() local
144 totalHeight += extraHeight; in getExpectedHeight()
145 return getVisibility() == GONE ? 0 : totalHeight + getPaddingTop() + getPaddingBottom(); in getExpectedHeight()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DPhoneLandscapeNavLayoutter.kt50 val totalHeight = context.deviceProfile.heightPx in layoutButtons() constant
56 val contentWidth = totalHeight - roundedCornerContentMargin * 2 - contentPadding * 2 in layoutButtons()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DLandscapePagedViewHandler.kt352 val totalHeight = in getDistanceToBottomOfRect() constant
354 out.top -= totalHeight - placeholderHeight in getDistanceToBottomOfRect()
DPortraitPagedViewHandler.java369 int totalHeight = (int) (1.0f * screenHeight / 2 * (screenWidth - 2 * placeholderInset) in getInitialSplitPlaceholderBounds() local
371 out.top -= (totalHeight - placeholderHeight); in getInitialSplitPlaceholderBounds()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1062 int totalHeight) { in measureChildBeforeLayout() argument
1064 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5137 int totalHeight = mEmptyTextLayout.getHeight()
5140 int top = (mLastMeasureSize.y - totalHeight) / 2;