Home
last modified time | relevance | path

Searched refs:fullDp (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java65 DeviceProfile fullDp = dp.getFullScreenProfile(); in calculateTaskSize() local
68 taskWidth = fullDp.availableWidthPx; in calculateTaskSize()
69 taskHeight = fullDp.availableHeightPx; in calculateTaskSize()
73 if (fullDp.isLandscape) { in calculateTaskSize()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java329 DeviceProfile fullDp = activity.getDeviceProfile().getFullScreenProfile(); in updateStackBoundsToMultiWindowTaskSize() local
332 int taskWidth = fullDp.availableWidthPx; in updateStackBoundsToMultiWindowTaskSize()
333 int taskHeight = fullDp.availableHeightPx; in updateStackBoundsToMultiWindowTaskSize()
339 if (fullDp.isLandscape) { in updateStackBoundsToMultiWindowTaskSize()
347 : (insets.left + fullDp.availableWidthPx - taskWidth); in updateStackBoundsToMultiWindowTaskSize()
349 mSourceStackBounds.offset(left, insets.top + fullDp.availableHeightPx - taskHeight); in updateStackBoundsToMultiWindowTaskSize()