Searched refs:fullDp (Results 1 – 2 of 2) sorted by relevance
80 DeviceProfile fullDp = dp.getFullScreenProfile(); in calculateTaskSize() local83 taskWidth = fullDp.availableWidthPx; in calculateTaskSize()84 taskHeight = fullDp.availableHeightPx; in calculateTaskSize()88 if (fullDp.isLandscape) { in calculateTaskSize()
343 DeviceProfile fullDp = activity.getDeviceProfile().getFullScreenProfile(); in updateStackBoundsToMultiWindowTaskSize() local346 int taskWidth = fullDp.availableWidthPx; in updateStackBoundsToMultiWindowTaskSize()347 int taskHeight = fullDp.availableHeightPx; in updateStackBoundsToMultiWindowTaskSize()353 if (fullDp.isLandscape) { in updateStackBoundsToMultiWindowTaskSize()361 : (insets.left + fullDp.availableWidthPx - taskWidth); in updateStackBoundsToMultiWindowTaskSize()363 mSourceStackBounds.offset(left, insets.top + fullDp.availableHeightPx - taskHeight); in updateStackBoundsToMultiWindowTaskSize()