Home
last modified time | relevance | path

Searched refs:contentHeight (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DCellContentDimensionsTest.kt54 val contentHeight = in dimensionsFitTheCell() constant
57 assertThat(contentHeight).isEqualTo(93) in dimensionsFitTheCell()
71 val contentHeight = in decreasePadding() constant
74 assertThat(contentHeight).isEqualTo(87) in decreasePadding()
88 val contentHeight = in decreaseIcon() constant
91 assertThat(contentHeight).isEqualTo(82) in decreaseIcon()
105 val contentHeight = in decreaseText() constant
108 assertThat(contentHeight).isEqualTo(81) in decreaseText()
122 val contentHeight = in decreaseIconAndTextTwoSteps() constant
125 assertThat(contentHeight).isEqualTo(77) in decreaseIconAndTextTwoSteps()
[all …]
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSpacerPreference.kt122 val contentHeight = spacer.top + maxKnownToolbarHeight in adjustHeight() constant
124 if (contentHeight > contentParent.height) { in adjustHeight()
129 contentParent.height - contentHeight + 1 in adjustHeight()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java347 float contentHeight = view.getHeight(); in updateAppWidgetHostScale() local
355 contentHeight = 2 * Math.max(contentHeight / 2 - content.getTop(), in updateAppWidgetHostScale()
356 content.getBottom() - contentHeight / 2); in updateAppWidgetHostScale()
359 if (contentWidth <= 0 || contentHeight <= 0) { in updateAppWidgetHostScale()
364 mAppWidgetHostViewScale = Math.min(pWidth / contentWidth, pHeight / contentHeight); in updateAppWidgetHostScale()
569 int contentHeight = Math.round(
575 height = Math.min(contentHeight, previewInnerHeight);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java118 public int contentHeight; field in TiledTexture.Tile
123 contentHeight = height; in setSize()
285 src.set(0, 0, t.contentWidth, t.contentHeight); in drawMixed()
304 src.set(0, 0, t.contentWidth, t.contentHeight); in draw()
327 src.set(0, 0, t.contentWidth, t.contentHeight); in draw()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarInsetsController.kt234 val contentHeight = controllers.taskbarStashController.contentHeightToReportToApps in <lambda>() constant
238 provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity, endRotation) in <lambda>()
241 provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity, in <lambda>()
251 if (isPinnedTaskbar) contentHeight in <lambda>()
DTaskbarStashController.java477 int contentHeight = getContentHeightToReportToApps(); in getTappableHeightToReportToApps() local
478 return contentHeight <= mStashedHeight ? 0 : contentHeight; in getTappableHeightToReportToApps()
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java138 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local
165 contentTop + contentHeight); in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1203 int contentHeight = getContentAreaHeight(); in onMeasure() local
1206 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY); in onMeasure()
1208 mContent.setFixedSize(contentWidth, contentHeight); in onMeasure()
1215 int folderHeight = getFolderHeight(contentHeight); in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationMessageData.java252 final String contentHeight,
263 final int height = Integer.parseInt(contentHeight);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java199 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local
225 contentTop + contentHeight); in onLayout()