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

  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 19 import static android.widget.GridLayout.spec;
34 import android.widget.GridLayout;
49 * Test {@link GridLayout}.
132 private GridLayout mGridLayout;
141 mGridLayout = (GridLayout) mActivity.findViewById(R.id.gridlayout);
146 new GridLayout(mActivity);
148 new GridLayout(mActivity, null);
152 new GridLayout(mActivity, attrs);
157 new GridLayout(null, null)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 937 class GridLayout(object): pass
938 class HorizontalGrid(GridLayout): pas
    [all...]
  /external/python/cpython3/Lib/test/
test_descr.py     [all...]

Completed in 2752 milliseconds