Home
last modified time | relevance | path

Searched refs:getIconSize (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconDrawable.java114 int width = mP.getIconSize(); in drawLeftRightSplit()
115 int height = mP.getIconSize(); in drawLeftRightSplit()
161 int width = mP.getIconSize(); in drawTopBottomSplit()
162 int height = mP.getIconSize(); in drawTopBottomSplit()
237 return mP.getIconSize(); in getIntrinsicWidth()
242 return mP.getIconSize(); in getIntrinsicHeight()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java105 private final Rect mSlotIconBound = new Rect(0, 0, getIconSize(), getIconSize());
141 mNormalizedIconSize = Math.round(getIconSize() * ICON_VISIBLE_AREA_FACTOR); in PredictedAppIcon()
172 return getIconSize() + getOutlineOffsetY(); in getSlotMachineIconPlusSpacingSize()
296 int predictionInset = (int) (getIconSize() * RING_EFFECT_RATIO); in getIconBounds()
326 mSlotIconBound.offsetTo((w - getIconSize()) / 2, (h - getIconSize()) / 2); in onSizeChanged()
348 float iconSize = getIconSize() * (1 - 2 * RING_EFFECT_RATIO); in updateRingPath()
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/credentials/
DCredentialManagerPreferenceControllerTest.java522 assertThat(thumbnail.getIntrinsicHeight()).isEqualTo(getIconSize()); in testIconResizer_resizeLargeImage()
523 assertThat(thumbnail.getIntrinsicWidth()).isEqualTo(getIconSize()); in testIconResizer_resizeLargeImage()
534 assertThat(thumbnail.getIntrinsicHeight()).isEqualTo(getIconSize()); in testIconResizer_resizeNullImage()
535 assertThat(thumbnail.getIntrinsicWidth()).isEqualTo(getIconSize()); in testIconResizer_resizeNullImage()
555 assertThat(thumbnail.getIntrinsicHeight()).isEqualTo(getIconSize()); in testIconResizer_resizeSmallImage()
556 assertThat(thumbnail.getIntrinsicWidth()).isEqualTo(getIconSize()); in testIconResizer_resizeSmallImage()
586 private int getIconSize() { in getIconSize() method in CredentialManagerPreferenceControllerTest
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java149 float previewSize = rule.getIconSize() * previewScale; in getAnimator()
150 float baseIconSize = getBubbleTextView(itemsInPreview.get(0)).getIconSize(); in getAnimator()
389 float previewSize = rule.getIconSize() * previewScale; in addPreviewItemAnimators()
390 float baseIconSize = getBubbleTextView(v).getIconSize(); in addPreviewItemAnimators()
DClippedFolderIconLayoutRule.java163 public float getIconSize() { in getIconSize() method in ClippedFolderIconLayoutRule
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/widget/
DRowStyle.java192 public int getIconSize() { in getIconSize() method in RowStyle
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java697 updateHotseatSizes(mResponsiveWorkspaceCellSpec.getIconSize()); in DeviceProfile()
1161 iconSizePx = mResponsiveWorkspaceCellSpec.getIconSize(); in updateAvailableDimensions()
1462 allAppsIconSizePx = mResponsiveAllAppsCellSpec.getIconSize();
1584 folderChildIconSizePx = mResponsiveWorkspaceCellSpec.getIconSize();
DBubbleTextView.java1444 public int getIconSize() { in getIconSize() method in BubbleTextView
DWorkspace.java1768 dragOptions.preDragEndScale = (float) mAllAppsIconSize / btv.getIconSize(); in beginDragShared()