/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/orientation/ |
D | RecentsPagedOrientationHandler.java | 100 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() 226 …com.android.launcher3.DeviceProfile deviceProfile, float taskInsetMargin, @org.jetbrains.annotatio… in getTaskMenuX() 236 …com.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() 264 …com.android.launcher3.DeviceProfile deviceProfile, int snapshotViewWidth, int snapshotViewHeight, … in updateDwbBannerLayout() [all …]
|
D | LandscapePagedViewHandler.java | 99 com.android.launcher3.DeviceProfile deviceProfile) { in fixBoundsForHomeAnimStartRect() 271 com.android.launcher3.DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor() 278 …com.android.launcher3.DeviceProfile deviceProfile, float taskInsetMargin, @org.jetbrains.annotatio… in getTaskMenuX() 294 …com.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() 321 …com.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 …]
|
D | SeascapePagedViewHandler.java | 50 com.android.launcher3.DeviceProfile deviceProfile) { in getSplitTranslationDirectionFactor() 78 …com.android.launcher3.DeviceProfile deviceProfile, float taskInsetMargin, @org.jetbrains.annotatio… in getTaskMenuX() 93 com.android.launcher3.DeviceProfile deviceProfile, float taskMenuX, float taskMenuY) { in getTaskMenuHeight() 106 …com.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/ |
D | PortraitPagedViewHandler.java | 93 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 D | CompanionAssociationActivity.java | 432 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/ |
D | TaskbarView.java | 164 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
|
D | ManageWindowsTaskbarShortcut.kt | 209 val deviceProfile = taskbarActivityContext.deviceProfile in <lambda>() constant
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/alsa/ |
H A D | Utils.cpp | 46 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 D | AssociationInfoBuilder.java | 25 private String deviceProfile; field in AssociationInfoBuilder 73 public AssociationInfoBuilder setDeviceProfile(String deviceProfile) { in setDeviceProfile() 253 String deviceProfile, in nwwAssociationInfoPostV()
|
H A D | ShadowCompanionDeviceManager.java | 322 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/ |
D | BaseWidgetSheet.java | 350 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/ |
D | WidgetRecommendationsView.java | 167 List<WidgetItem> recommendedWidgets, DeviceProfile deviceProfile, in setRecommendations() 220 DeviceProfile deviceProfile, final @Px float availableHeight, in setRecommendations() 354 DeviceProfile deviceProfile, in maybeDisplayInTable()
|
D | WidgetsRecommendationTableLayout.java | 90 DeviceProfile deviceProfile, float recommendationTableMaxHeight) { in setRecommendedWidgets() 142 DeviceProfile deviceProfile) { in selectRowsThatFitInAvailableHeight()
|
/aosp_15_r20/frameworks/base/core/java/android/companion/ |
H A D | AssociationRequest.java | 267 @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 D | AssociationInfo.java | 101 @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 D | RolesUtils.java | 65 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/ |
D | CompanionDeviceManager.jar | META-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/ |
D | CompanionDeviceManager.jar | com/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 D | AssociationRequestsProcessor.java | 295 @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 D | VirtualDeviceRule.java | 107 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/ |
D | ModelCallbacks.kt | 133 val deviceProfile = launcher.deviceProfile in <lambda>() constant
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RectFSpringAnim.java | 535 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/ |
D | OverviewCommandHelper.kt | 284 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/ |
D | DimensionUtils.java | 24 … static final android.graphics.Point getTaskbarPhoneDimensions(@org.jetbrains.annotations.NotNull() in getTaskbarPhoneDimensions()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | SecondaryLauncherAllAppsContainerView.java | 44 protected void updateBackgroundVisibility(DeviceProfile deviceProfile) {} in updateBackgroundVisibility()
|