Searched refs:fullDp (Results 1 – 2 of 2) sorted by relevance
65 DeviceProfile fullDp = dp.getFullScreenProfile(); in calculateTaskSize() local68 taskWidth = fullDp.availableWidthPx; in calculateTaskSize()69 taskHeight = fullDp.availableHeightPx; in calculateTaskSize()73 if (fullDp.isLandscape) { in calculateTaskSize()
329 DeviceProfile fullDp = activity.getDeviceProfile().getFullScreenProfile(); in updateStackBoundsToMultiWindowTaskSize() local332 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()