HomeSort by relevance Sort by last modified time
    Searched full:fulldp (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
LayoutUtils.java 63 DeviceProfile fullDp = dp.getFullScreenProfile();
66 taskWidth = fullDp.availableWidthPx;
67 taskHeight = fullDp.availableHeightPx;
71 if (fullDp.isLandscape) {
ClipAnimationHelper.java 254 DeviceProfile fullDp = activity.getDeviceProfile().getFullScreenProfile();
257 int taskWidth = fullDp.availableWidthPx;
258 int taskHeight = fullDp.availableHeightPx;
264 if (fullDp.isLandscape) {
272 : (insets.left + fullDp.availableWidthPx - taskWidth);
274 mSourceStackBounds.offset(left, insets.top + fullDp.availableHeightPx - taskHeight);

Completed in 116 milliseconds