Home
last modified time | relevance | path

Searched refs:overviewTaskThumbnailTopMarginPx (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java226 dp.overviewTaskThumbnailTopMarginPx, in calculateTaskSize()
336 int topMargin = dp.overviewTaskThumbnailTopMarginPx; in calculateGridSize()
364 float rowHeight = (potentialTaskRect.height() + dp.overviewTaskThumbnailTopMarginPx in calculateGridTaskSize()
368 float scale = (rowHeight - dp.overviewTaskThumbnailTopMarginPx) / taskDimension.y; in calculateGridTaskSize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DSeascapePagedViewHandler.kt282 secondaryParams.topMargin = dp.overviewTaskThumbnailTopMarginPx in measureGroupedTaskViewThumbnailBounds()
287 val spaceAboveSnapshot = dp.overviewTaskThumbnailTopMarginPx in measureGroupedTaskViewThumbnailBounds()
314 val spaceAboveSnapshot = dp.overviewTaskThumbnailTopMarginPx in getGroupedTaskViewSizes()
DLandscapePagedViewHandler.kt458 secondaryParams.topMargin = dp.overviewTaskThumbnailTopMarginPx in measureGroupedTaskViewThumbnailBounds()
463 val spaceAboveSnapshot = dp.overviewTaskThumbnailTopMarginPx in measureGroupedTaskViewThumbnailBounds()
489 val spaceAboveSnapshot = dp.overviewTaskThumbnailTopMarginPx in getGroupedTaskViewSizes()
573 val spaceAboveSnapshot = deviceProfile.overviewTaskThumbnailTopMarginPx in setSplitIconParams()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java336 + deviceProfile.overviewTaskThumbnailTopMarginPx) / 2.0f in getOriginalTranslationY()
342 return deviceProfile.overviewTaskThumbnailTopMarginPx / 2.0f; in getOriginalTranslationY()
DDesktopTaskView.kt70 topMargin = container.deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>()
102 val thumbnailTopMarginPx = container.deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>()
DIconView.java190 int thumbnailTopMargin = deviceProfile.overviewTaskThumbnailTopMarginPx; in setIconOrientation()
DGroupedTaskView.kt106 heightSize - container.deviceProfile.overviewTaskThumbnailTopMarginPx, in onMeasure()
DTaskView.kt560 val thumbnailTopMargin = container.deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>()
764 val thumbnailPadding = container.deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>()
820 topMargin = container.deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt228 else deviceProfile.overviewTaskThumbnailTopMarginPx.toFloat() in <lambda>()
237 val thumbnailSize = taskViewHeight - deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>()
252 deviceProfile.overviewTaskThumbnailTopMarginPx.toFloat() in <lambda>()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtabletLandscape3Button.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtabletPortrait.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DphoneVerticalBar.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtabletLandscape.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DphonePortrait.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DphonePortrait3Button.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt114 overviewTaskThumbnailTopMarginPx: 0.0px (0.0dp)

12