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

12

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemsExpandOnSelection.java43 result.setHeight(desiredHeight);
74 setHeight((int) (mDesiredHeight * 1.5));
76 setHeight(mDesiredHeight);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java157 result.setHeight(desiredHeight);
197 result.setHeight(desiredHeight);
248 t1.setHeight(desiredHeight);
257 t2.setHeight(desiredHeight);
H A DGridScenario.java330 result.setHeight(desiredHeight);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedStateVectorDrawableTest.java54 button.setHeight(400);
H A DAnimatedVectorDrawableTest.java72 button.setHeight(300);
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java103 public void setHeight(int height) { method in class:BottomScrollViewTest.TestChildView
/frameworks/support/frameworks/support/samples/SupportVectorDrawableDemos/src/main/java/com/example/android/support/vectordrawable/app/
H A DSimpleAnimatedVectorDrawable.java97 button.setHeight(200);
/frameworks/support/samples/SupportVectorDrawableDemos/src/main/java/com/example/android/support/vectordrawable/app/
H A DSimpleAnimatedVectorDrawable.java97 button.setHeight(200);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DAppCompatTextViewAutoSizeTest.java69 autoSizeEditText.setHeight(autoSizeEditText.getHeight() / 4);
H A DAppCompatBaseAutoSizeTest.java367 autoSizeView.setHeight(autoSizeView.getHeight() / 4);
455 autoSizeView.setHeight(autoSizeView.getHeight() * 2);
/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DEditTextLongTextPerfTest.java91 editText.setHeight(height);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java146 public void setHeight(float h) { method in class:ExpandHelper.ViewScaler
198 mScaler.setHeight(newHeight);
466 mScaler.setHeight(newHeight);
613 mScaler.setHeight(targetHeight);
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DEditTextInputActivity.java41 editText.setHeight(200);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h94 void setHeight(uint32_t h) { _h = h; } function in class:HwcTestDim
/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h189 auto& setHeight(int32_t height) { function in class:android::TestableSurfaceFlinger::FakeHwcDisplayInjector
225 config.setHeight(mHeight);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java533 public void setHeight(int height) { method in class:ListPopupWindow
538 Log.e(TAG, "Negative value " + height + " passed to ListPopupWindow#setHeight"
643 mPopup.setHeight(0);
647 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT);
685 mPopup.setHeight(heightSpec);
H A DAutoCompleteTextView.java271 mPopup.setHeight(popupHeight);
414 mPopup.setHeight(height);
H A DPopupWindow.java403 setHeight(height);
1025 * @deprecated Use {@link #setWidth(int)} and {@link #setHeight(int)}.
1041 * @see #setHeight(int)
1061 public void setHeight(int height) { method in class:PopupWindow
2120 setHeight(height);
H A DRemoteViewsAdapter.java391 loadingTextView.setHeight(viewHeight);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DListPopupWindow.java573 public void setHeight(int height) { method in class:ListPopupWindow
676 mPopup.setHeight(0);
680 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT);
717 mPopup.setHeight(heightSpec);
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java231 setHeight(height);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java839 setHeight(mContentContainer, startHeight + deltaHeight);
917 setHeight(mContentContainer, startHeight + deltaHeight);
1106 mPopupWindow.setHeight(height + mMarginVertical * 2);
1546 private static void setHeight(View view, int height) { method in class:FloatingToolbar.FloatingToolbarPopup
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h150 Builder& setHeight(int32_t height) { function in class:HWC2::Display::Config::Builder
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java980 previewPopup.setHeight(popupHeight);
1146 mPopupKeyboard.setHeight(mMiniKeyboardContainer.getMeasuredHeight());
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java260 * @see #setHeight(int)
287 * @see #setHeight(int)
306 public void setHeight(int height) { method in class:Bitmap
320 * @see #setHeight(int)
1547 * #reconfigure(int, int, Config)}, {@link #setWidth(int)}, {@link #setHeight(int)}, {@link

Completed in 1482 milliseconds

12