Searched refs:Row (Results 1 – 2 of 2) sorted by relevance
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/ |
D | SampleGridPagerAdapter.java | 49 private List<Row> mRows; 58 mRows = new ArrayList<SampleGridPagerAdapter.Row>(); in SampleGridPagerAdapter() 60 mRows.add(new Row(cardFragment(R.string.welcome_title, R.string.welcome_text))); in SampleGridPagerAdapter() 61 mRows.add(new Row(cardFragment(R.string.about_title, R.string.about_text))); in SampleGridPagerAdapter() 62 mRows.add(new Row( in SampleGridPagerAdapter() 65 mRows.add(new Row( in SampleGridPagerAdapter() 68 mRows.add(new Row(new CustomFragment())); in SampleGridPagerAdapter() 69 mRows.add(new Row(cardFragment(R.string.dismiss_title, R.string.dismiss_text))); in SampleGridPagerAdapter() 136 private class Row { class in SampleGridPagerAdapter 139 public Row(Fragment... fragments) { in Row() method in SampleGridPagerAdapter.Row [all …]
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | LatinKeyboard.java | 65 protected Key createKeyFromXml(Resources res, Row parent, int x, int y, in createKeyFromXml() 149 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey()
|