HomeSort by relevance Sort by last modified time
    Searched refs:DeviceProfile (Results 1 - 24 of 24) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseActivity.java 28 protected DeviceProfile mDeviceProfile;
31 public DeviceProfile getDeviceProfile() {
BaseContainerView.java 41 implements DeviceProfile.LauncherLayoutChangeListener {
79 DeviceProfile grid = Launcher.getLauncher(getContext()).getDeviceProfile();
93 DeviceProfile grid = Launcher.getLauncher(getContext()).getDeviceProfile();
122 DeviceProfile grid = Launcher.getLauncher(context).getDeviceProfile();
LauncherAppWidgetProviderInfo.java 75 float smallestCellWidth = DeviceProfile.calculateCellWidth(Math.min(
79 float smallestCellHeight = DeviceProfile.calculateCellWidth(Math.min(
ShortcutAndWidgetContainer.java 91 DeviceProfile profile = mLauncher.getDeviceProfile();
112 final DeviceProfile profile = mLauncher.getDeviceProfile();
153 DeviceProfile profile = mLauncher.getDeviceProfile();
InvariantDeviceProfile.java 92 public DeviceProfile landscapeProfile;
93 public DeviceProfile portraitProfile;
174 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize,
176 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize,
330 public DeviceProfile getDeviceProfile(Context context) {
Hotseat.java 114 DeviceProfile grid = mLauncher.getDeviceProfile();
131 DeviceProfile grid = mLauncher.getDeviceProfile();
DeviceProfile.java 39 public class DeviceProfile {
143 public DeviceProfile(Context context, InvariantDeviceProfile inv,
219 DeviceProfile getMultiWindowProfile(Context context, Point mwSize) {
223 DeviceProfile profile = new DeviceProfile(context, inv, mwSize, mwSize, mwSize.x, mwSize.y,
FocusHelper.java 208 final DeviceProfile profile = launcher.getDeviceProfile();
337 DeviceProfile profile = launcher.getDeviceProfile();
PendingAppWidgetHostView.java 209 DeviceProfile grid = mLauncher.getDeviceProfile();
Workspace.java 351 DeviceProfile grid = mLauncher.getDeviceProfile();
404 DeviceProfile profile = mLauncher.getDeviceProfile();
520 DeviceProfile grid = mLauncher.getDeviceProfile();
    [all...]
CellLayout.java 205 DeviceProfile grid = mLauncher.getDeviceProfile();
545 DeviceProfile grid = mLauncher.getDeviceProfile();
806 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX);
807 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY);
    [all...]
BubbleTextView.java 139 DeviceProfile grid = mLauncher.getDeviceProfile();
WorkspaceStateTransitionAnimation.java 211 DeviceProfile grid = mLauncher.getDeviceProfile();
WidgetPreviewLoader.java 348 DeviceProfile dp = launcher.getDeviceProfile();
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerViewContainerView.java 29 import com.android.launcher3.DeviceProfile;
54 DeviceProfile grid = launcher.getDeviceProfile();
AllAppsContainerView.java 42 import com.android.launcher3.DeviceProfile;
304 DeviceProfile grid = mLauncher.getDeviceProfile();
409 DeviceProfile grid = mLauncher.getDeviceProfile();
471 DeviceProfile grid = mLauncher.getDeviceProfile();
AllAppsRecyclerView.java 30 import com.android.launcher3.DeviceProfile;
95 public void setNumAppsPerRow(DeviceProfile grid, int numAppsPerRow) {
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
LivePreviewWidgetCell.java 13 import com.android.launcher3.DeviceProfile;
62 DeviceProfile dp = activity.getDeviceProfile();
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingItemDragHelper.java 29 import com.android.launcher3.DeviceProfile;
128 DeviceProfile dp = launcher.getDeviceProfile();
WidgetCell.java 33 import com.android.launcher3.DeviceProfile;
101 DeviceProfile profile = mActivity.getDeviceProfile();
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 32 import com.android.launcher3.DeviceProfile;
251 DeviceProfile grid = Launcher.getLauncher(getContext()).getDeviceProfile();
FolderIcon.java 57 import com.android.launcher3.DeviceProfile;
183 DeviceProfile grid = launcher.getDeviceProfile();
386 DeviceProfile grid = mLauncher.getDeviceProfile();
569 public void setup(DisplayMetrics dm, DeviceProfile grid, View invalidateDelegate,
    [all...]
Folder.java 50 import com.android.launcher3.DeviceProfile;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 25 import com.android.launcher3.DeviceProfile;
196 CellLayout iconLayout, CellLayout hotseatLayout, DeviceProfile dp) {

Completed in 2184 milliseconds