Searched refs:footer (Results 1 – 5 of 5) 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/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | UiBot.java | 309 public UiObject2 assertDatasetsWithBorders(String header, String footer, String...names) in assertDatasetsWithBorders() argument 325 if (footer != null) { in assertDatasetsWithBorders() 326 expectedChild.add(footer); in assertDatasetsWithBorders()
|
D | CannedFillResponse.java | 514 public Builder setFooter(RemoteViews footer) { in setFooter() argument 516 mFooter = footer; in setFooter()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 86 # String to print as the module footer. 87 #module-footer-template=
|