Home
last modified time | relevance | path

Searched refs:HEIGHT_SPEC (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DMessagingLinearLayoutTest.java41 public static final int HEIGHT_SPEC = MeasureSpec.makeMeasureSpec(400, MeasureSpec.AT_MOST); field in MessagingLinearLayoutTest
59 mView.measure(WIDTH_SPEC, HEIGHT_SPEC); in testSingleChild()
74 mView.measure(WIDTH_SPEC, HEIGHT_SPEC); in testLargeSmall()
90 mView.measure(WIDTH_SPEC, HEIGHT_SPEC); in testSmallSmall()
106 mView.measure(WIDTH_SPEC, HEIGHT_SPEC); in testLargeLarge()
122 mView.measure(WIDTH_SPEC, HEIGHT_SPEC); in testLargeSmall_largeWrapsWith3indentbutNotFullHeight_andHitsMax()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java87 private static final int HEIGHT_SPEC = MeasureSpec.makeMeasureSpec(400, MeasureSpec.AT_MOST); field in SmartReplyViewTest
253 mView.measure(WIDTH_SPEC, HEIGHT_SPEC); in testMeasure_empty()
260 mView.measure(WIDTH_SPEC, HEIGHT_SPEC); in testLayout_empty()