Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconDrawable.java113 int width = mP.getIconSize(); in drawLeftRightSplit()
114 int height = mP.getIconSize(); in drawLeftRightSplit()
148 int width = mP.getIconSize(); in drawTopBottomSplit()
149 int height = mP.getIconSize(); in drawTopBottomSplit()
212 return mP.getIconSize(); in getIntrinsicWidth()
217 return mP.getIconSize(); in getIntrinsicHeight()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java124 mNormalizedIconSize = IconNormalizer.getNormalizedCircleSize(getIconSize()); in PredictedAppIcon()
153 canvas.translate((getWidth() - getIconSize()) / 2f, in drawSlotMachineIcons()
154 (getHeight() - getIconSize()) / 2f + mSlotMachineIconTranslationY); in drawSlotMachineIcons()
156 icon.setBounds(0, 0, getIconSize(), getIconSize()); in drawSlotMachineIcons()
163 return getIconSize() + getOutlineOffsetY(); in getSlotMachineIconPlusSpacingSize()
303 int predictionInset = (int) (getIconSize() * RING_EFFECT_RATIO); in getIconBounds()
349 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.java143 float previewSize = rule.getIconSize() * previewScale; in getAnimator()
144 float baseIconSize = getBubbleTextView(itemsInPreview.get(0)).getIconSize(); in getAnimator()
391 float previewSize = rule.getIconSize() * previewScale; in addPreviewItemAnimators()
392 float baseIconSize = getBubbleTextView(v).getIconSize(); in addPreviewItemAnimators()
DClippedFolderIconLayoutRule.java141 public float getIconSize() { in getIconSize() method in ClippedFolderIconLayoutRule
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java624 updateHotseatSizes(mResponsiveWorkspaceCellSpec.getIconSize()); in DeviceProfile()
1074 iconSizePx = mResponsiveWorkspaceCellSpec.getIconSize(); in updateAvailableDimensions()
1376 allAppsIconSizePx = mResponsiveAllAppsCellSpec.getIconSize();
1493 folderChildIconSizePx = mResponsiveWorkspaceCellSpec.getIconSize();
DBubbleTextView.java1203 public int getIconSize() { in getIconSize() method in BubbleTextView
DWorkspace.java1731 dragOptions.preDragEndScale = (float) mAllAppsIconSize / btv.getIconSize(); in beginDragShared()