/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/ |
D | CellContentDimensionsTest.kt | 54 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/ |
D | SpacerPreference.kt | 123 val contentHeight = spacer.top + maxKnownToolbarHeight in adjustHeight() constant 125 if (contentHeight > contentParent.height) { in adjustHeight() 130 contentParent.height - contentHeight + 1 in adjustHeight()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetCell.java | 334 float contentHeight = view.getHeight(); in updateAppWidgetHostScale() local 342 contentHeight = 2 * Math.max(contentHeight / 2 - content.getTop(), in updateAppWidgetHostScale() 343 content.getBottom() - contentHeight / 2); in updateAppWidgetHostScale() 346 if (contentWidth <= 0 || contentHeight <= 0) { in updateAppWidgetHostScale() 351 mAppWidgetHostViewScale = Math.min(pWidth / contentWidth, pHeight / contentHeight); in updateAppWidgetHostScale() 546 int contentHeight = Math.round( 552 height = Math.min(contentHeight, previewInnerHeight);
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | TiledTexture.java | 118 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/ |
D | TaskbarInsetsController.kt | 221 val contentHeight = controllers.taskbarStashController.contentHeightToReportToApps in <lambda>() constant 225 provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity, endRotation) in <lambda>() 229 getInsetsForGravityWithCutout(contentHeight, gravity, endRotation) in <lambda>() 238 val mandatoryGestureHeight = if (isPinnedTaskbar) contentHeight else gestureHeight in <lambda>()
|
D | TaskbarStashController.java | 551 int contentHeight = getContentHeightToReportToApps(); in getTappableHeightToReportToApps() local 552 return contentHeight <= mStashedHeight ? 0 : contentHeight; in getTappableHeightToReportToApps()
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 138 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local 165 contentTop + contentHeight); in onLayout()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 1263 int contentHeight = getContentAreaHeight(); in onMeasure() local 1266 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY); in onMeasure() 1268 mContent.setFixedSize(contentWidth, contentHeight); in onMeasure() 1275 int folderHeight = getFolderHeight(contentHeight); in onMeasure()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ConversationMessageData.java | 252 final String contentHeight, 263 final int height = Integer.parseInt(contentHeight);
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationMessageView.java | 199 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local 225 contentTop + contentHeight); in onLayout()
|