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();
AllAppsContainerView.java 39 import com.android.launcher3.DeviceProfile;
334 DeviceProfile grid = mLauncher.getDeviceProfile();
472 DeviceProfile grid = mLauncher.getDeviceProfile();
545 DeviceProfile grid = mLauncher.getDeviceProfile();
AllAppsRecyclerView.java 29 import com.android.launcher3.DeviceProfile;
95 public void setNumAppsPerRow(DeviceProfile grid, int numAppsPerRow) {
  /packages/apps/Launcher3/tests/src/com/android/launcher3/
InvariantDeviceProfileTest.java 29 * Tests the {@link DeviceProfile} and {@link InvariantDeviceProfile}.
125 DeviceProfile landscapeProfile = mInvariantProfile.landscapeProfile;
126 DeviceProfile portraitProfile = mInvariantProfile.portraitProfile;
159 DeviceProfile landscapeProfile = mInvariantProfile.landscapeProfile;
160 DeviceProfile portraitProfile = mInvariantProfile.portraitProfile;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 72 float smallestCellWidth = DeviceProfile.calculateCellWidth(Math.min(
76 float smallestCellHeight = DeviceProfile.calculateCellWidth(Math.min(
InvariantDeviceProfile.java 83 DeviceProfile landscapeProfile;
84 DeviceProfile portraitProfile;
165 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize,
167 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize,
ShortcutAndWidgetContainer.java 130 final DeviceProfile grid = mLauncher.getDeviceProfile();
136 final DeviceProfile grid = mLauncher.getDeviceProfile();
142 final DeviceProfile grid = mLauncher.getDeviceProfile();
Hotseat.java 95 DeviceProfile grid = mLauncher.getDeviceProfile();
DeviceProfile.java 36 public class DeviceProfile {
113 public DeviceProfile(Context context, InvariantDeviceProfile inv,
FocusHelper.java 205 final DeviceProfile profile = launcher.getDeviceProfile();
344 DeviceProfile profile = launcher.getDeviceProfile();
ButtonDropTarget.java 84 DeviceProfile grid = ((Launcher) getContext()).getDeviceProfile();
PendingAppWidgetHostView.java 198 DeviceProfile grid = mLauncher.getDeviceProfile();
FolderIcon.java 153 DeviceProfile grid = launcher.getDeviceProfile();
222 DeviceProfile grid = launcher.getDeviceProfile();
494 DeviceProfile grid = mLauncher.getDeviceProfile();
Workspace.java 323 DeviceProfile grid = mLauncher.getDeviceProfile();
441 DeviceProfile grid = mLauncher.getDeviceProfile();
    [all...]
BubbleTextView.java 102 DeviceProfile grid = mLauncher.getDeviceProfile();
FolderPagedView.java 240 DeviceProfile grid = ((Launcher) getContext()).getDeviceProfile();
WorkspaceStateTransitionAnimation.java 207 DeviceProfile grid = mLauncher.getDeviceProfile();
Folder.java     [all...]
CellLayout.java 191 DeviceProfile grid = mLauncher.getDeviceProfile();
501 DeviceProfile grid = mLauncher.getDeviceProfile();
843 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX);
844 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY);
    [all...]
Launcher.java 338 private DeviceProfile mDeviceProfile;
420 // 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 33 import com.android.launcher3.DeviceProfile;
212 DeviceProfile profile = mLauncher.getDeviceProfile();
WidgetsContainerView.java 33 import com.android.launcher3.DeviceProfile;

Completed in 273 milliseconds