Home
last modified time | relevance | path

Searched refs:setHeight (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemsExpandOnSelection.java42 result.setHeight(desiredHeight); in createView()
73 setHeight((int) (mDesiredHeight * 1.5)); in setSelected()
75 setHeight(mDesiredHeight); in setSelected()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java157 result.setHeight(desiredHeight); in button()
197 result.setHeight(desiredHeight); in text()
248 t1.setHeight(desiredHeight); in doubleText()
257 t2.setHeight(desiredHeight); in doubleText()
H A DGridScenario.java330 result.setHeight(desiredHeight); in createView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java79 object.setHeight(value);
167 public void setHeight(float h) { in setHeight() method in ExpandHelper.ViewScaler
221 mScaler.setHeight(newHeight); in updateExpansion()
496 mScaler.setHeight(newHeight); in onTouchEvent()
647 mScaler.setHeight(targetHeight); in finishExpanding()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java300 first.setHeight(0f); in updateRippleSizeAtProgressList()
305 second.setHeight(height * 0.4f); in updateRippleSizeAtProgressList()
311 last.setHeight(maxSize); in updateRippleSizeAtProgressList()
/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedStateVectorDrawableTest.java54 button.setHeight(400); in onCreate()
H A DAnimatedVectorDrawableTest.java72 button.setHeight(300); in onCreate()
/aosp14/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/
H A DBarViewInfo.java75 void setHeight(@IntRange(from = 0) int height) { in setHeight() method in BarViewInfo
/aosp14/frameworks/base/libs/hwui/
H A DDeviceInfo.h50 static void setHeight(int32_t height) { get()->mHeight = height; } in setHeight() function
/aosp14/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java559 public void setHeight(int height) { in setHeight() method in ListPopupWindow
669 mPopup.setHeight(0); in show()
673 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT); in show()
711 mPopup.setHeight(heightSpec); in show()
H A DAutoCompleteTextView.java298 mPopup.setHeight(popupHeight); in AutoCompleteTextView()
451 mPopup.setHeight(height); in setDropDownHeight()
H A DPopupWindow.java430 setHeight(height); in PopupWindow()
1203 public void setHeight(int height) { in setHeight() method in PopupWindow
2280 setHeight(height); in update()
H A DRemoteViewsAdapter.java406 loadingTextView.setHeight(viewHeight); in getDefaultView()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DEditTextLongTextPerfTest.java85 editText.setHeight(height); in setupEditText()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java772 .setWidth(120).setHeight(80).build(); in testNonEmptyLayoutInfersFreeformOnFreeformDisplay()
807 .setWidth(120).setHeight(80).build(); in testNonEmptyLayoutUsesFullscreenWithResizeableActivity()
1201 .setWidth(120).setHeight(80).build(); in testNonEmptyLayoutBoundsOnFreeformDisplay_CenterToDisplay()
1217 .setWidth(120).setHeight(80).setGravity(Gravity.LEFT).build(); in testNonEmptyLayoutBoundsOnFreeformDisplay_LeftGravity()
1233 .setWidth(120).setHeight(80).setGravity(Gravity.TOP).build(); in testNonEmptyLayoutBoundsOnFreeformDisplay_TopGravity()
1249 .setWidth(120).setHeight(80).setGravity(Gravity.TOP | Gravity.LEFT).build(); in testNonEmptyLayoutBoundsOnFreeformDisplay_TopLeftGravity()
1265 .setWidth(120).setHeight(80).setGravity(Gravity.RIGHT).build(); in testNonEmptyLayoutBoundsOnFreeformDisplay_RightGravity()
1281 .setWidth(120).setHeight(80).setGravity(Gravity.BOTTOM).build(); in testNonEmptyLayoutBoundsOnFreeformDisplay_BottomGravity()
1297 .setWidth(120).setHeight(80).setGravity(Gravity.BOTTOM | Gravity.RIGHT).build(); in testNonEmptyLayoutBoundsOnFreeformDisplay_RightBottomGravity()
2069 private WindowLayoutBuilder setHeight(int height) { in setHeight() method in TaskLaunchParamsModifierTests.WindowLayoutBuilder
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DTextViewCursorAnchorInfoPerfTest.java83 mTextView.setHeight(TEXT_HEIGHT); in setUpTextView()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DEditTextInputActivity.java41 editText.setHeight(200); in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSimpleSurfaceAnimatable.java290 public SimpleSurfaceAnimatable.Builder setHeight(int height) { in setHeight() method in SimpleSurfaceAnimatable.Builder
H A DScreenRotationAnimation.java651 .setHeight(mDisplayContent.getSurfaceHeight()) in startDisplayRotation()
669 .setHeight(mDisplayContent.getSurfaceHeight()) in startScreenshotAlphaAnimation()
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java605 setHeight(mContentContainer, startHeight + deltaHeight); in openOverflow()
682 setHeight(mContentContainer, startHeight + deltaHeight); in closeOverflow()
868 mPopupWindow.setHeight(height + mMarginVertical * 2); in updatePopupSize()
1307 private static void setHeight(View view, int height) { in setHeight() method in LocalFloatingToolbarPopup
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java233 setHeight(height); in update()
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/
H A DInlineTooltipUi.java206 setHeight(WindowManager.LayoutParams.WRAP_CONTENT); in updateInner()
/aosp14/frameworks/base/media/java/android/media/metrics/
H A DTrackChangeEvent.java586 public @NonNull Builder setHeight(@IntRange(from = -1, to = Integer.MAX_VALUE) int value) { in setHeight() method in TrackChangeEvent.Builder
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java993 previewPopup.setHeight(popupHeight); in showKey()
1160 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight()); in onLongPress()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java327 public void setHeight(int height) { in setHeight() method in Bitmap

12