Home
last modified time | relevance | path

Searched refs:assertLeftAligned (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutGravityTest.java81 ViewAsserts.assertLeftAligned(mParent, mLeftView); in testLeftTopAligned()
99 ViewAsserts.assertLeftAligned(mParent, mLeftCenterVerticalView); in testLeftCenterVerticalAligned()
117 ViewAsserts.assertLeftAligned(mParent, mLeftBottomView); in testLeftBottomAligned()
H A DFrameLayoutMarginTest.java65 ViewAsserts.assertLeftAligned(mParent, mLeftView, in testLeftMarginAligned()
/aosp12/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java179 static public void assertLeftAligned(View first, View second) { in assertLeftAligned() method in ViewAsserts
198 static public void assertLeftAligned(View first, View second, int margin) { in assertLeftAligned() method in ViewAsserts
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DHorizontalGravityTest.java67 ViewAsserts.assertLeftAligned(mReference, mLeft); in testLeftGravity()
/aosp12/frameworks/base/test-runner/api/
H A Dcurrent.txt253 method @Deprecated public static void assertLeftAligned(android.view.View, android.view.View);
254 …method @Deprecated public static void assertLeftAligned(android.view.View, android.view.View, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29144 method public static void assertLeftAligned(android.view.View, android.view.View);
29145 method public static void assertLeftAligned(android.view.View, android.view.View, int);