Home
last modified time | relevance | path

Searched refs:horizontalMargin (Results 1 – 7 of 7) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DWindowManager_LayoutParamsTest.java155 params.horizontalMargin = HORIZONTAL_MARGIN; in testCopyFrom()
159 assertEquals(params.horizontalMargin, mLayoutParams.horizontalMargin, 0.0f); in testCopyFrom()
233 mLayoutParams.horizontalMargin = HORIZONTAL_MARGIN; in testWriteToParcel()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDialogFrameTests.java254 float horizontalMargin = .10f; in testMarginsArePercentagesOfContentFrame() local
262 (int) (horizontalMargin * frame.width() + frame.left), in testMarginsArePercentagesOfContentFrame()
264 (int) (horizontalMargin * frame.width() + frame.left) in testMarginsArePercentagesOfContentFrame()
DDialogFrameTestActivity.java195 params.horizontalMargin = .10f; in testWithMargins()
/cts/tests/tests/widget/src/android/widget/cts/
DToastPresenterTest.java72 assertEquals(3, (int) lp.horizontalMargin); in testUpdateLayoutParams()
DToastTest.java610 assertEquals(horizontal1, params1.horizontalMargin, 0.0f); in testAccessMargin_whenCustomToast()
630 assertEquals(horizontal2, params2.horizontalMargin, 0.0f); in testAccessMargin_whenCustomToast()
/cts/tests/tests/widget29/src/android/widget/cts29/
DToastTest.java326 assertEquals(horizontal1, params1.horizontalMargin, 0.0f); in testAccessMargin()
346 assertEquals(horizontal2, params2.horizontalMargin, 0.0f); in testAccessMargin()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt54659 field public float horizontalMargin;