/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 | 122 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/ |
D | WidgetCell.java | 347 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/ |
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 | 234 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>()
|
D | TaskbarStashController.java | 477 int contentHeight = getContentHeightToReportToApps(); in getTappableHeightToReportToApps() local 478 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 | 1203 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/ |
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()
|