Home
last modified time | relevance | path

Searched refs:taskInsetMargin (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DSeascapePagedViewHandler.kt71 taskInsetMargin: Float, in getSplitTranslationDirectionFactor()
73 ): Float = x + taskInsetMargin in getSplitTranslationDirectionFactor()
80 taskInsetMargin: Float, in getSplitTranslationDirectionFactor()
89 y + taskInsetMargin + (thumbnailView.measuredHeight + taskMenuWidth) / 2f in getSplitTranslationDirectionFactor()
91 y + taskMenuWidth + taskInsetMargin in getSplitTranslationDirectionFactor()
96 taskInsetMargin: Float, in getTaskMenuHeight()
100 ): Int = (deviceProfile.availableWidthPx - taskInsetMargin - taskMenuX).toInt() in getTaskMenuHeight()
DRecentsPagedOrientationHandler.kt250 taskInsetMargin: Float, in setSecondary()
259 taskInsetMargin: Float, in setSecondary()
270 taskInsetMargin: Float, in setSecondary()
DLandscapePagedViewHandler.kt180 taskInsetMargin: Float, in getChildStart()
182 ): Float = thumbnailView.measuredWidth + x - taskInsetMargin in getChildStart()
189 taskInsetMargin: Float, in getChildStart()
193 var taskMenuY = y + taskInsetMargin in getChildStart()
217 taskInsetMargin: Float, in getTaskMenuHeight()
221 ): Int = (taskMenuX - taskInsetMargin).toInt() in getTaskMenuHeight()
DPortraitPagedViewHandler.java192 DeviceProfile deviceProfile, float taskInsetMargin, View taskViewIcon) { in getTaskMenuX() argument
194 return x + taskInsetMargin in getTaskMenuX()
197 return x + taskInsetMargin; in getTaskMenuX()
203 View taskMenuView, float taskInsetMargin, View taskViewIcon) { in getTaskMenuY() argument
204 return y + taskInsetMargin; in getTaskMenuY()
222 public int getTaskMenuHeight(float taskInsetMargin, DeviceProfile deviceProfile, in getTaskMenuHeight() argument
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.java277 float taskInsetMargin = getResources().getDimension(R.dimen.task_card_margin);
279 mTaskContainer.getThumbnailViewDeprecated(), deviceProfile, taskInsetMargin,
283 mTaskContainer.getStagePosition(), this, taskInsetMargin,
413 float taskInsetMargin = getResources().getDimension(R.dimen.task_card_margin);
414 return mTaskView.getPagedOrientationHandler().getTaskMenuHeight(taskInsetMargin,
DTaskMenuViewWithArrow.kt131 val taskInsetMargin = resources.getDimension(R.dimen.task_card_margin) in <lambda>() constant
133 taskInsetMargin, in <lambda>()