Searched defs:footer (Results 1 – 4 of 4) sorted by relevance
51 Button footer = new Button(this); in onCreate() local
70 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(5); in testConstructor() local94 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); in testGetFootersCount() local137 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); in testRemoveFooter() local171 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); in testGetCount() local215 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); in testIsEnabled() local242 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); in testGetItem() local
91 View footer = getLayoutInflater().inflate(R.layout.test_list_footer, null); in createContinue() local
469 public Builder setFooter(RemoteViews footer) { in setFooter()