Home
last modified time | relevance | path

Searched defs:deviceProfile (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java57 public int getSplitTranslationDirectionFactor(int stagePosition, DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor()
89 DeviceProfile deviceProfile) { in getTaskMenuX()
112 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations()
178 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig) { in setSplitIconParams()
H A DPortraitPagedViewHandler.java266 public int getSplitTranslationDirectionFactor(int stagePosition, DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor()
276 DeviceProfile deviceProfile) { in getTaskMenuX()
291 public int getTaskMenuWidth(View view, DeviceProfile deviceProfile) { in getTaskMenuWidth()
298 public void setTaskOptionsMenuLayoutOrientation(DeviceProfile deviceProfile, in setTaskOptionsMenuLayoutOrientation()
308 LinearLayout viewGroup, DeviceProfile deviceProfile) { in setLayoutParamsForTaskMenuOptionItem()
328 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations()
579 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig) { in setSplitIconParams()
609 public int getDefaultSplitPosition(DeviceProfile deviceProfile) { in getDefaultSplitPosition()
622 FloatProperty secondary, DeviceProfile deviceProfile) { in getSplitSelectTaskOffset()
H A DLandscapePagedViewHandler.java258 public int getSplitTranslationDirectionFactor(int stagePosition, DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor()
268 DeviceProfile deviceProfile) { in getTaskMenuX()
279 public int getTaskMenuWidth(View view, DeviceProfile deviceProfile) { in getTaskMenuWidth()
284 public void setTaskOptionsMenuLayoutOrientation(DeviceProfile deviceProfile, in setTaskOptionsMenuLayoutOrientation()
294 LinearLayout viewGroup, DeviceProfile deviceProfile) { in setLayoutParamsForTaskMenuOptionItem()
314 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations()
480 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig) { in setSplitIconParams()
501 public int getDefaultSplitPosition(DeviceProfile deviceProfile) { in getDefaultSplitPosition()
507 FloatProperty secondary, DeviceProfile deviceProfile) { in getSplitSelectTaskOffset()
H A DPagedOrientationHandler.java99 DeviceProfile deviceProfile); in getSplitTranslationDirectionFactor()
119 FloatProperty secondary, DeviceProfile deviceProfile); in getSplitSelectTaskOffset()
139 int getDefaultSplitPosition(DeviceProfile deviceProfile); in getDefaultSplitPosition()
159 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig); in setSplitIconParams()
167 float getTaskMenuX(float x, View thumbnailView, int overScroll, DeviceProfile deviceProfile); in getTaskMenuX()
169 int getTaskMenuWidth(View view, DeviceProfile deviceProfile); in getTaskMenuWidth()
174 void setTaskOptionsMenuLayoutOrientation(DeviceProfile deviceProfile, in setTaskOptionsMenuLayoutOrientation()
182 LinearLayout viewGroup, DeviceProfile deviceProfile); in setLayoutParamsForTaskMenuOptionItem()
195 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations()
/aosp12/frameworks/base/core/java/android/companion/
H A DAssociationRequest.java211 public Builder setDeviceProfile(@NonNull @DeviceProfile String deviceProfile) { in setDeviceProfile()
278 @Nullable @DeviceProfile String deviceProfile, in AssociationRequest()
446 String deviceProfile = (flg & 0x4) == 0 ? null : in.readString(); in AssociationRequest() local
H A DAssociation.java81 @Nullable String deviceProfile, in Association()
211 String deviceProfile = (flg & 0x8) == 0 ? null : in.readString(); in Association() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactory.java69 DeviceProfile deviceProfile, TaskIdAttributeContainer taskContainer) { in getEnabledShortcuts()
126 BaseDraggingActivity activity, TaskView taskView, DeviceProfile deviceProfile) { in addSplitOptions()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java143 public static boolean clipLeft(DeviceProfile deviceProfile) { in clipLeft()
150 public static boolean clipTop(DeviceProfile deviceProfile) { in clipTop()
157 public static boolean clipRight(DeviceProfile deviceProfile) { in clipRight()
164 public static boolean clipBottom(DeviceProfile deviceProfile) { in clipBottom()
171 public static boolean useFullThumbnail(DeviceProfile deviceProfile) { in useFullThumbnail()
884 DeviceProfile deviceProfile = mActivity.getDeviceProfile(); in setOrientationState() local
910 DeviceProfile deviceProfile = mActivity.getDeviceProfile(); in isGridTask() local
1021 public static float getEdgeScaleDownFactor(DeviceProfile deviceProfile) { in getEdgeScaleDownFactor()
H A DGroupedTaskView.java238 DeviceProfile deviceProfile = mActivity.getDeviceProfile(); in setOrientationState() local
252 DeviceProfile deviceProfile = mActivity.getDeviceProfile(); in updateIconPlacement() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DBaseState.java61 default boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java147 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in doMeasure() local
175 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in computeMaxHorizontalSpans() local
H A DAddItemWidgetsBottomSheet.java107 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in onMeasure() local
H A DPendingItemDragHelper.java127 DeviceProfile deviceProfile = launcher.getDeviceProfile(); in startDrag() local
/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java83 String deviceProfile = getRequest().getDeviceProfile(); in onCreate() local
159 private String getDeviceProfileName(@Nullable String deviceProfile) { in getDeviceProfileName()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFlingToDeleteHelper.java92 DeviceProfile deviceProfile = mLauncher.getDeviceProfile(); in isFlingingToDelete() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DBackgroundAppState.java81 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRectFSpringAnim.java133 @Nullable DeviceProfile deviceProfile) { in RectFSpringAnim()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreviewSurfaceRenderer.java165 DeviceProfile deviceProfile = mIdp.getDeviceProfile(previewContext); in loadModelData() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DWidgetsEduView.java100 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in onMeasure() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DRotationHelper.java47 public static boolean getAllowRotationDefaultValue(DeviceProfile deviceProfile) { in getAllowRotationDefaultValue()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DLauncherTaskbarUIController.java167 private void onStashedInAppChanged(DeviceProfile deviceProfile) { in onStashedInAppChanged()
H A DTaskbarViewController.java237 public void onRotationChanged(DeviceProfile deviceProfile) { in onRotationChanged()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsRecommendationTableLayout.java142 DeviceProfile deviceProfile = Launcher.getLauncher(getContext()).getDeviceProfile(); in fitRecommendedWidgetsToTableSpace() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DRecentsState.java137 public boolean displayOverviewTasksAsGrid(DeviceProfile deviceProfile) { in displayOverviewTasksAsGrid()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/
H A DSettingsActivity.java255 DeviceProfile deviceProfile = InvariantDeviceProfile.INSTANCE.get( in initPreference() local

12