Searched refs:horizontalMargin (Results 1 – 7 of 7) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | WindowManager_LayoutParamsTest.java | 155 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/ |
D | DialogFrameTests.java | 254 float horizontalMargin = .10f; in testMarginsArePercentagesOfContentFrame() local 262 (int) (horizontalMargin * frame.width() + frame.left), in testMarginsArePercentagesOfContentFrame() 264 (int) (horizontalMargin * frame.width() + frame.left) in testMarginsArePercentagesOfContentFrame()
|
D | DialogFrameTestActivity.java | 195 params.horizontalMargin = .10f; in testWithMargins()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastPresenterTest.java | 72 assertEquals(3, (int) lp.horizontalMargin); in testUpdateLayoutParams()
|
D | ToastTest.java | 610 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/ |
D | ToastTest.java | 326 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/ |
D | current.txt | 54659 field public float horizontalMargin;
|