Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/orientation/
DRecentsPagedOrientationHandler.java100 com.android.launcher3.DeviceProfile deviceProfile); in getSplitTranslationDirectionFactor()
106 com.android.launcher3.DeviceProfile deviceProfile); in getSplitSelectTaskOffset()
170 public abstract int getDefaultSplitPosition(@org.jetbrains.annotations.NotNull() in getDefaultSplitPosition()
221 com.android.launcher3.DeviceProfile deviceProfile, @org.jetbrains.annotations.NotNull() in setSplitIconParams()
226com.android.launcher3.DeviceProfile deviceProfile, float taskInsetMargin, @org.jetbrains.annotatio… in getTaskMenuX()
236com.android.launcher3.DeviceProfile deviceProfile, @com.android.launcher3.util.SplitConfigurationO… in getTaskMenuWidth()
240 com.android.launcher3.DeviceProfile deviceProfile, float taskMenuX, float taskMenuY); in getTaskMenuHeight()
246 public abstract void setTaskOptionsMenuLayoutOrientation(@org.jetbrains.annotations.NotNull() in setTaskOptionsMenuLayoutOrientation()
258 com.android.launcher3.DeviceProfile deviceProfile); in setLayoutParamsForTaskMenuOptionItem()
264com.android.launcher3.DeviceProfile deviceProfile, int snapshotViewWidth, int snapshotViewHeight, … in updateDwbBannerLayout()
[all …]
DLandscapePagedViewHandler.java99 com.android.launcher3.DeviceProfile deviceProfile) { in fixBoundsForHomeAnimStartRect()
271 com.android.launcher3.DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor()
278com.android.launcher3.DeviceProfile deviceProfile, float taskInsetMargin, @org.jetbrains.annotatio… in getTaskMenuX()
294com.android.launcher3.DeviceProfile deviceProfile, @com.android.launcher3.util.SplitConfigurationO… in getTaskMenuWidth()
301 com.android.launcher3.DeviceProfile deviceProfile, float taskMenuX, float taskMenuY) { in getTaskMenuHeight()
306 public void setTaskOptionsMenuLayoutOrientation(@org.jetbrains.annotations.NotNull() in setTaskOptionsMenuLayoutOrientation()
316 com.android.launcher3.DeviceProfile deviceProfile) { in setLayoutParamsForTaskMenuOptionItem()
321com.android.launcher3.DeviceProfile deviceProfile, int snapshotViewWidth, int snapshotViewHeight, … in updateDwbBannerLayout()
329 com.android.launcher3.DeviceProfile deviceProfile, @org.jetbrains.annotations.NotNull() in getDwbBannerTranslations()
464 com.android.launcher3.DeviceProfile deviceProfile, @org.jetbrains.annotations.NotNull() in setSplitIconParams()
[all …]
DSeascapePagedViewHandler.java50 com.android.launcher3.DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor()
78com.android.launcher3.DeviceProfile deviceProfile, float taskInsetMargin, @org.jetbrains.annotatio… in getTaskMenuX()
93 com.android.launcher3.DeviceProfile deviceProfile, float taskMenuX, float taskMenuY) { in getTaskMenuHeight()
106com.android.launcher3.DeviceProfile deviceProfile, int snapshotViewWidth, int snapshotViewHeight, … in updateDwbBannerLayout()
114 com.android.launcher3.DeviceProfile deviceProfile, @org.jetbrains.annotations.NotNull() in getDwbBannerTranslations()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java93 public void fixBoundsForHomeAnimStartRect(RectF outStartRect, DeviceProfile deviceProfile) { in fixBoundsForHomeAnimStartRect()
182 public int getSplitTranslationDirectionFactor(int stagePosition, DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor()
192 DeviceProfile deviceProfile, float taskInsetMargin, View taskViewIcon) { in getTaskMenuX()
208 public int getTaskMenuWidth(View thumbnailView, DeviceProfile deviceProfile, in getTaskMenuWidth()
222 public int getTaskMenuHeight(float taskInsetMargin, DeviceProfile deviceProfile, in getTaskMenuHeight()
229 public void setTaskOptionsMenuLayoutOrientation(DeviceProfile deviceProfile, in setTaskOptionsMenuLayoutOrientation()
239 LinearLayout viewGroup, DeviceProfile deviceProfile) { in setLayoutParamsForTaskMenuOptionItem()
247 boolean isGroupedTaskView, @NonNull DeviceProfile deviceProfile, in updateDwbBannerLayout()
267 int taskViewHeight, SplitBounds splitBounds, @NonNull DeviceProfile deviceProfile, in getDwbBannerTranslations()
682 DeviceProfile deviceProfile, SplitBounds splitConfig, boolean inSplitSelection) { in setSplitIconParams()
[all …]
/aosp_15_r20/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionAssociationActivity.java432 final String deviceProfile = mRequest.getDeviceProfile(); in initUiForSelfManagedAssociation() local
490 final String deviceProfile = mRequest.getDeviceProfile(); in initUiForSingleDevice() local
520 final String deviceProfile = mRequest.getDeviceProfile(); in initUiForMultipleDevices() local
582 final String deviceProfile = mRequest.getDeviceProfile(); in onDeviceClicked() local
609 final String deviceProfile = mRequest.getDeviceProfile(); in updateSingleDeviceUi() local
669 private void setupPermissionList(String deviceProfile) { in setupPermissionList()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java164 DeviceProfile deviceProfile = mActivityContext.getTransientTaskbarDeviceProfile(); in TaskbarView() local
210 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in calculateMaxNumIcons() local
785 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in onLayout() local
956 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in getIconLayoutWidth() local
1139 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in getTaskBarIconsEndForBubbleBarLocation() local
DManageWindowsTaskbarShortcut.kt209 val deviceProfile = taskbarActivityContext.deviceProfile in <lambda>() constant
/aosp_15_r20/hardware/interfaces/audio/aidl/default/alsa/
H A DUtils.cpp46 DeviceProxy::DeviceProxy(const DeviceProfile& deviceProfile) in DeviceProxy()
367 DeviceProxy openProxyForAttachedDevice(const DeviceProfile& deviceProfile, in openProxyForAttachedDevice()
389 DeviceProxy openProxyForExternalDevice(const DeviceProfile& deviceProfile, in openProxyForExternalDevice()
412 DeviceProxy readAlsaDeviceInfo(const DeviceProfile& deviceProfile) { in readAlsaDeviceInfo()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DAssociationInfoBuilder.java25 private String deviceProfile; field in AssociationInfoBuilder
73 public AssociationInfoBuilder setDeviceProfile(String deviceProfile) { in setDeviceProfile()
253 String deviceProfile, in nwwAssociationInfoPostV()
H A DShadowCompanionDeviceManager.java322 public abstract String deviceProfile(); in deviceProfile() method in ShadowCompanionDeviceManager.RoboAssociationInfo
359 String deviceProfile, in create()
400 public abstract Builder setDeviceProfile(String deviceProfile); in setDeviceProfile()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java350 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in doMeasure() local
362 DeviceProfile deviceProfile = mActivityContext.getDeviceProfile(); in getInsetsWidth() local
377 protected int getTabletHorizontalMargin(DeviceProfile deviceProfile) { in getTabletHorizontalMargin()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetRecommendationsView.java167 List<WidgetItem> recommendedWidgets, DeviceProfile deviceProfile, in setRecommendations()
220 DeviceProfile deviceProfile, final @Px float availableHeight, in setRecommendations()
354 DeviceProfile deviceProfile, in maybeDisplayInTable()
DWidgetsRecommendationTableLayout.java90 DeviceProfile deviceProfile, float recommendationTableMaxHeight) { in setRecommendedWidgets()
142 DeviceProfile deviceProfile) { in selectRowsThatFitInAvailableHeight()
/aosp_15_r20/frameworks/base/core/java/android/companion/
H A DAssociationRequest.java267 @Nullable @DeviceProfile String deviceProfile, in AssociationRequest()
429 public Builder setDeviceProfile(@NonNull @DeviceProfile String deviceProfile) { in setDeviceProfile()
679 String deviceProfile = (flg & 0x10) == 0 ? null : in.readString(); in AssociationRequest() local
H A DAssociationInfo.java101 @Nullable String deviceProfile, @Nullable AssociatedDevice associatedDevice, in AssociationInfo()
592 public Builder setDeviceProfile(@Nullable String deviceProfile) { in setDeviceProfile()
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/utils/
H A DRolesUtils.java65 final String deviceProfile = associationInfo.getDeviceProfile(); in addRoleHolderForAssociation() local
87 @NonNull Context context, int userId, String packageName, String deviceProfile) { in removeRoleHolderForAssociation()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CompanionDeviceManager/CompanionDeviceManager/android_common/javac/
DCompanionDeviceManager.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CompanionDeviceManager/CompanionDeviceManager/android_common/repackaged-jarjar/javac/
DCompanionDeviceManager.jarcom/android/companiondevicemanager/Utils.class Utils.java package com.android.companiondevicemanager com ...
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/association/
H A DAssociationRequestsProcessor.java295 @Nullable String deviceProfile, @Nullable AssociatedDevice associatedDevice, in createAssociation()
408 final String deviceProfile = request.getDeviceProfile(); in willAddRoleHolder() local
/aosp_15_r20/cts/tests/tests/virtualdevice/common/src/android/virtualdevice/cts/common/
H A DVirtualDeviceRule.java107 public static VirtualDeviceRule withDeviceProfile(String deviceProfile) { in withDeviceProfile()
117 private VirtualDeviceRule(String deviceProfile, String... permissions) { in VirtualDeviceRule()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DModelCallbacks.kt133 val deviceProfile = launcher.deviceProfile in <lambda>() constant
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim.java535 public DefaultSpringConfig(Context context, DeviceProfile deviceProfile, in DefaultSpringConfig()
558 private @Tracking int getDefaultTracking(@Nullable DeviceProfile deviceProfile) { in getDefaultTracking()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.kt284 val deviceProfile = recentsViewContainer?.getDeviceProfile() in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/util/
DDimensionUtils.java24 … static final android.graphics.Point getTaskbarPhoneDimensions(@org.jetbrains.annotations.NotNull() in getTaskbarPhoneDimensions()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSecondaryLauncherAllAppsContainerView.java44 protected void updateBackgroundVisibility(DeviceProfile deviceProfile) {} in updateBackgroundVisibility()

1234567