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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerViewContainerView.java 28 import com.android.launcher3.DeviceProfile;
53 DeviceProfile grid = launcher.getDeviceProfile();
AllAppsRecyclerView.java 28 import com.android.launcher3.DeviceProfile;
87 public void setNumAppsPerRow(DeviceProfile grid, int numAppsPerRow) {
AllAppsContainerView.java 48 import com.android.launcher3.DeviceProfile;
342 DeviceProfile grid = mLauncher.getDeviceProfile();
497 DeviceProfile grid = mLauncher.getDeviceProfile();
572 DeviceProfile grid = mLauncher.getDeviceProfile();
  /packages/apps/Launcher3/tests/src/com/android/launcher3/
InvariantDeviceProfileTest.java 23 import com.android.launcher3.DeviceProfile;
30 * Tests the {@link DeviceProfile} and {@link InvariantDeviceProfile}.
113 DeviceProfile landscapeProfile = mInvariantProfile.landscapeProfile;
114 DeviceProfile portraitProfile = mInvariantProfile.portraitProfile;
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 84 DeviceProfile landscapeProfile;
85 DeviceProfile portraitProfile;
166 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize,
168 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize,
ShortcutAndWidgetContainer.java 131 final DeviceProfile grid = mLauncher.getDeviceProfile();
137 final DeviceProfile grid = mLauncher.getDeviceProfile();
143 final DeviceProfile grid = mLauncher.getDeviceProfile();
Hotseat.java 95 DeviceProfile grid = mLauncher.getDeviceProfile();
PendingAppWidgetHostView.java 179 DeviceProfile grid = mLauncher.getDeviceProfile();
BubbleTextView.java 113 DeviceProfile grid = mLauncher.getDeviceProfile();
366 DeviceProfile grid = mLauncher.getDeviceProfile();
DeviceProfile.java 36 public class DeviceProfile {
101 public DeviceProfile(Context context, InvariantDeviceProfile inv,
FocusHelper.java 188 DeviceProfile profile = ((Launcher) v.getContext()).getDeviceProfile();
289 DeviceProfile profile = launcher.getDeviceProfile();
ButtonDropTarget.java 84 DeviceProfile grid = ((Launcher) getContext()).getDeviceProfile();
FolderIcon.java 153 DeviceProfile grid = launcher.getDeviceProfile();
222 DeviceProfile grid = launcher.getDeviceProfile();
494 DeviceProfile grid = mLauncher.getDeviceProfile();
Workspace.java 301 DeviceProfile grid = mLauncher.getDeviceProfile();
419 DeviceProfile grid = mLauncher.getDeviceProfile();
    [all...]
CellLayout.java 190 DeviceProfile grid = mLauncher.getDeviceProfile();
475 DeviceProfile grid = mLauncher.getDeviceProfile();
814 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX);
815 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY);
    [all...]
FolderPagedView.java 240 DeviceProfile grid = ((Launcher) getContext()).getDeviceProfile();
WorkspaceStateTransitionAnimation.java 207 DeviceProfile grid = mLauncher.getDeviceProfile();
Folder.java     [all...]
Launcher.java 347 private DeviceProfile mDeviceProfile;
441 // Load configuration-specific DeviceProfile
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 33 import com.android.launcher3.DeviceProfile;
106 DeviceProfile profile = mLauncher.getDeviceProfile();
WidgetsListAdapter.java 34 import com.android.launcher3.DeviceProfile;
210 DeviceProfile profile = mLauncher.getDeviceProfile();
WidgetsContainerView.java 34 import com.android.launcher3.DeviceProfile;
110 DeviceProfile grid = mLauncher.getDeviceProfile();
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 25 import com.android.launcher3.DeviceProfile;

Completed in 217 milliseconds