HomeSort by relevance Sort by last modified time
    Searched defs:ViewGroup (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 24 import android.view.ViewGroup;
25 import android.view.ViewGroup.LayoutParams;
56 new ViewGroup.LayoutParams(mContext, parser);
58 LayoutParams temp = new ViewGroup.LayoutParams(320, 480);
60 new ViewGroup.LayoutParams(temp);
ViewGroupTest.java 65 import android.view.ViewGroup;
66 import android.view.ViewGroup.LayoutParams;
152 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
159 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BEFORE_DESCENDANTS);
189 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
192 mMockViewGroup.setDescendantFocusability(ViewGroup.FOCUS_BEFORE_DESCENDANTS);
203 ViewGroup parent = new MockViewGroup(mContext);
306 mMockViewGroup.addView(mTextView, new ViewGroup.LayoutParams(100, 200));
333 mMockViewGroup.addView(mTextView, -1, new ViewGroup.LayoutParams(100, 200));
347 mTextView, -1, new ViewGroup.LayoutParams(100, 200)))
    [all...]

Completed in 676 milliseconds