HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceProfile (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseActivity.java 86 public DeviceProfile getDeviceProfile() {
241 writer.println(" deviceProfile isTransposed=" + getDeviceProfile().isVerticalBarLayout());
InvariantDeviceProfile.java 322 public DeviceProfile getDeviceProfile(Context context) {
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
OverviewCommandHelper.java 203 new InvariantDeviceProfile(mContext).getDeviceProfile(mContext))
348 mHelper.getSwipeUpDestinationAndLength(mActivity.getDeviceProfile(), mActivity,
WindowTransformSwipeHandler.java 533 initTransitionEndpoints(mActivity.getDeviceProfile());
574 DeviceProfile dp = idp.getDeviceProfile(mContext);
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
RecentsView.java 514 DeviceProfile dp = mActivity.getDeviceProfile();
527 getTaskSize(mActivity.getDeviceProfile(), outRect);
    [all...]

Completed in 239 milliseconds