Searched refs:mBottomView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutMarginTest.java32 private View mBottomView; field in class:FrameLayoutMarginTest
50 mBottomView = activity.findViewById(R.id.bottom);
59 assertNotNull(mBottomView);
82 ViewAsserts.assertBottomAligned(mParent, mBottomView,
83 ((ViewGroup.MarginLayoutParams) mBottomView.getLayoutParams()).bottomMargin);

Completed in 117 milliseconds