/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | LayoutUtils.java | 27 import com.android.launcher3.DeviceProfile; 42 public static void calculateLauncherTaskSize(Context context, DeviceProfile dp, Rect outRect) { in calculateLauncherTaskSize() 52 public static void calculateFallbackTaskSize(Context context, DeviceProfile dp, Rect outRect) { in calculateFallbackTaskSize() 57 public static void calculateTaskSize(Context context, DeviceProfile dp, in calculateTaskSize() 65 DeviceProfile fullDp = dp.getFullScreenProfile(); in calculateTaskSize() 116 public static int getShelfTrackingDistance(Context context, DeviceProfile dp) { in getShelfTrackingDistance()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DeviceProfile.java | 34 public class DeviceProfile { class 134 public DeviceProfile(Context context, InvariantDeviceProfile inv, in DeviceProfile() method in DeviceProfile 237 public DeviceProfile copy(Context context) { in copy() 239 return new DeviceProfile(context, inv, size, size, widthPx, heightPx, isLandscape, in copy() 243 public DeviceProfile getMultiWindowProfile(Context context, Point mwSize) { in getMultiWindowProfile() 251 DeviceProfile profile = new DeviceProfile(context, inv, mwSize, mwSize, mwSize.x, mwSize.y, in getMultiWindowProfile() 275 public DeviceProfile getFullScreenProfile() { in getFullScreenProfile() 597 void onDeviceProfileChanged(DeviceProfile dp); in onDeviceProfileChanged()
|
D | InvariantDeviceProfile.java | 116 public DeviceProfile landscapeProfile; 117 public DeviceProfile portraitProfile; 228 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize, in initGrid() 230 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize, in initGrid() 434 public DeviceProfile getDeviceProfile(Context context) { in getDeviceProfile()
|
D | BaseActivity.java | 30 import com.android.launcher3.DeviceProfile.OnDeviceProfileChangeListener; 79 protected DeviceProfile mDeviceProfile; 113 public DeviceProfile getDeviceProfile() { in getDeviceProfile()
|
D | ShortcutAndWidgetContainer.java | 96 DeviceProfile profile = mActivity.getWallpaperDeviceProfile(); in setupLp() 116 final DeviceProfile profile = mActivity.getWallpaperDeviceProfile(); in measureChild() 153 DeviceProfile profile = mActivity.getDeviceProfile(); in onLayout()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ActivityContext.java | 23 import com.android.launcher3.DeviceProfile; 58 DeviceProfile getDeviceProfile(); in getDeviceProfile() 65 default DeviceProfile getWallpaperDeviceProfile() { in getWallpaperDeviceProfile()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseRecentsActivity.java | 27 import com.android.launcher3.DeviceProfile; 103 protected DeviceProfile createDeviceProfile() { in createDeviceProfile() 104 DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(this).getDeviceProfile(this); in createDeviceProfile()
|
D | ActivityControlHelper.java | 35 import com.android.launcher3.DeviceProfile; 52 int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect); in getSwipeUpDestinationAndLength()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | RecentsActivity.java | 36 import com.android.launcher3.DeviceProfile; 93 protected DeviceProfile createDeviceProfile() { in createDeviceProfile() 94 DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(this).getDeviceProfile(this); in createDeviceProfile()
|
D | TaskSystemShortcut.java | 37 import com.android.launcher3.DeviceProfile; 153 final DeviceProfile.OnDeviceProfileChangeListener onDeviceProfileChangeListener = in getOnClickListener() 154 new DeviceProfile.OnDeviceProfileChangeListener() { in getOnClickListener() 156 public void onDeviceProfileChanged(DeviceProfile dp) { in getOnClickListener()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | PredictionRowView.java | 37 import com.android.launcher3.DeviceProfile; 38 import com.android.launcher3.DeviceProfile.OnDeviceProfileChangeListener; 226 public void onDeviceProfileChanged(DeviceProfile dp) { in onDeviceProfileChanged() 374 public void setInsets(Rect insets, DeviceProfile grid) { in setInsets()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | FloatingHeaderRow.java | 21 import com.android.launcher3.DeviceProfile; 33 void setInsets(Rect insets, DeviceProfile grid); in setInsets()
|
D | PluginHeaderRow.java | 26 import com.android.launcher3.DeviceProfile; 49 public void setInsets(Rect insets, DeviceProfile grid) { } in setInsets()
|
D | AllAppsTransitionController.java | 23 import com.android.launcher3.DeviceProfile; 24 import com.android.launcher3.DeviceProfile.OnDeviceProfileChangeListener; 102 public void onDeviceProfileChanged(DeviceProfile dp) { in onDeviceProfileChanged()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | GoActivityControlHelper.java | 7 import com.android.launcher3.DeviceProfile; 25 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | AppsSearchContainerLayout.java | 39 import com.android.launcher3.DeviceProfile; 112 DeviceProfile dp = mLauncher.getDeviceProfile(); in onMeasure() 117 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, dp.inv.numHotseatIcons); in onMeasure()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/ |
D | RecentsUiFactory.java | 27 import com.android.launcher3.DeviceProfile; 137 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode() 195 DeviceProfile profile = launcher.getDeviceProfile(); in onLauncherStateOrResumeChanged()
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/ |
D | UiFactory.java | 26 import com.android.launcher3.DeviceProfile; 79 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/ |
D | RecentsUiFactory.java | 19 import com.android.launcher3.DeviceProfile; 89 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | LivePreviewWidgetCell.java | 12 import com.android.launcher3.DeviceProfile; 61 DeviceProfile dp = activity.getDeviceProfile(); in generateFromRemoteViews()
|
/packages/apps/Launcher3/src/com/android/launcher3/states/ |
D | SpringLoadedState.java | 23 import com.android.launcher3.DeviceProfile; 45 DeviceProfile grid = launcher.getDeviceProfile(); in getWorkspaceScaleAndTranslation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/ |
D | FallbackRecentsView.java | 27 import com.android.launcher3.DeviceProfile; 91 protected void getTaskSize(DeviceProfile dp, Rect outRect) { in getTaskSize()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 21 import com.android.launcher3.DeviceProfile; 41 protected DeviceProfile mDeviceProfile;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | StatusBarTouchController.java | 27 import com.android.launcher3.DeviceProfile; 127 DeviceProfile dp = mLauncher.getDeviceProfile(); in canInterceptTouch()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 28 import com.android.launcher3.DeviceProfile; 98 DeviceProfile grid = launcher.getDeviceProfile(); in onAllAppsItemLongClick()
|