HomeSort by relevance Sort by last modified time
    Searched full:myrelativelayout (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayoutTest.java 275 MyRelativeLayout myRelativeLayout = new MyRelativeLayout(mActivity);
279 (RelativeLayout.LayoutParams) myRelativeLayout.generateLayoutParams(p);
285 myRelativeLayout.generateLayoutParams((ViewGroup.LayoutParams) null);
292 MyRelativeLayout myRelativeLayout = new MyRelativeLayout(mActivity);
294 ViewGroup.LayoutParams layoutParams = myRelativeLayout.generateDefaultLayoutParams();
309 MyRelativeLayout myRelativeLayout = new MyRelativeLayout(mActivity)
    [all...]

Completed in 57 milliseconds