Home
last modified time | relevance | path

Searched refs:taskViewWidth (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt181 taskViewWidth: Int, in <lambda>()
205 val centerThumbnailTranslationX: Float = (taskViewWidth - thumbnail.width) / 2f in <lambda>()
206 val finalScaleX: Float = taskViewWidth.toFloat() / thumbnail.width in <lambda>()
216 val centerIconTranslationX: Float = (taskViewWidth - iconView.width) / 2f in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DSeascapePagedViewHandler.kt129 taskViewWidth: Int, in getDwbLayoutTranslations()
146 val translationX: Float = (taskViewWidth - banner.height).toFloat() in getDwbLayoutTranslations()
DPortraitPagedViewHandler.java246 public Pair<Float, Float> getDwbLayoutTranslations(int taskViewWidth, in getDwbLayoutTranslations() argument
281 translationX = ((taskViewWidth * leftTopTaskPercent) in getDwbLayoutTranslations()
282 + (taskViewWidth * dividerThicknessPercent)); in getDwbLayoutTranslations()
DRecentsPagedOrientationHandler.kt304 taskViewWidth: Int, in setSecondary()
DLandscapePagedViewHandler.kt246 taskViewWidth: Int, in getDwbLayoutTranslations()