Searched refs:footer (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | HeaderViewListAdapterTest.java | 70 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(5); in testConstructor() local 71 new HeaderViewListAdapter(header, footer, null); in testConstructor() 73 new HeaderViewListAdapter(header, footer, mEmptyAdapter); in testConstructor() 94 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); in testGetFootersCount() local 95 footer.add(lv.new FixedViewInfo()); in testGetFootersCount() 96 headerViewListAdapter = new HeaderViewListAdapter(null, footer, null); in testGetFootersCount() 137 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); in testRemoveFooter() local 144 footer.add(info1); in testRemoveFooter() 145 footer.add(info2); in testRemoveFooter() 146 HeaderViewListAdapter headerViewListAdapter = new HeaderViewListAdapter(null, footer, null); in testRemoveFooter() [all …]
|
D | ExpandableListWithHeaders.java | 51 Button footer = new Button(this); in onCreate() local 52 footer.setText("Footer View"); in onCreate() 53 expandableListView.addFooterView(footer); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestListActivity.java | 91 View footer = getLayoutInflater().inflate(R.layout.test_list_footer, null); in createContinue() local 93 footer.findViewById(R.id.clear).setOnClickListener(this); in createContinue() 94 footer.findViewById(R.id.view).setOnClickListener(this); in createContinue() 95 footer.findViewById(R.id.export).setOnClickListener(this); in createContinue() 97 getListView().addFooterView(footer); in createContinue()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | UiBot.java | 292 public UiObject2 assertDatasetsWithBorders(String header, String footer, String...names) 308 if (footer != null) { 309 expectedChild.add(footer);
|
D | CannedFillResponse.java | 469 public Builder setFooter(RemoteViews footer) { in setFooter() argument 471 mFooter = footer; in setFooter()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 84 # String to print as the module footer. 85 #module-footer-template=
|