HomeSort by relevance Sort by last modified time
    Searched full:items (Results 201 - 225 of 3741) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/res/res/layout/
select_dialog_item_holo.xml 21 This layout file is used by the AlertDialog when displaying a list of items.
23 items.
  /frameworks/base/core/res/res/layout-xlarge/
select_dialog_item_holo.xml 21 This layout file is used by the AlertDialog when displaying a list of items.
23 items.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfShortShortTallShortShortTest.java 46 assertTrue("first two items should fit within fading edge",
48 assertTrue("first two items should fit within list max scroll",
58 // one more to get two items scrolled off
76 // one more to get two items scrolled off
80 // last down brings bottom two items into view
99 // one more time to scroll off bottom two items
120 // one more to get two items scrolled off
124 // last down brings top two items into view
  /frameworks/support/v7/appcompat/res/values-large/
dimens.xml 22 showAsAction="ifRoom" items can fit. "always" items can override this. -->
  /frameworks/support/v7/appcompat/res/values-w360dp/
dimens.xml 20 showAsAction="ifRoom" items can fit. "always" items can override this. -->
  /frameworks/support/v7/appcompat/res/values-w500dp/
dimens.xml 20 showAsAction="ifRoom" items can fit. "always" items can override this. -->
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuPresenter.java 124 * @return A ListAdapter containing the items in the menu.
239 ArrayList<MenuItemImpl> items = mMenu.getNonActionItems(); local
240 int count = items.size() - mItemIndexOffset;
248 ArrayList<MenuItemImpl> items = mMenu.getNonActionItems(); local
253 return items.get(position);
275 final ArrayList<MenuItemImpl> items = mMenu.getNonActionItems(); local
276 final int count = items.size();
278 final MenuItemImpl item = items.get(i);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureAlbum.java 32 // This class lists all media items added by the client.
41 // All the media items added by the client.
43 // The types of items in mAllItems. True is video and false is image.
85 // The sequence is stitching items, local media items, and unlock image.
93 // Add paths of requested stitching items.
97 // Convert paths to media items.
174 // Construct the existing items list.
MediaSet.java 65 // Returns the media items in the range [start, start + count).
67 // The number of media items returned may be less than the specified count
68 // if there are not enough media items available. The number of
69 // media items available may not be consistent with the return value of
77 ArrayList<MediaItem> items = getMediaItem(0, 1); local
78 if (items.size() > 0) return items.get(0);
184 // Enumerate all media items in this media set (including the ones in sub
201 // Returns the number of items enumerated.
207 ArrayList<MediaItem> items = getMediaItem(start, count) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 150 List<GLCallNode> items = new ArrayList<GLCallNode>(); local
164 items.add(group);
177 items.add(new GLLeafNode(c));
184 items.add(leaf);
189 return items;
193 List<GLCallNode> items = new ArrayList<GLCallNode>(); local
197 items.add(new GLLeafNode(calls.get(i)));
200 return items;
  /developers/samples/android/ui/actionbarcompat/ListPopupMenu/ListPopupMenu/src/main/src/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 42 ArrayList<String> items = new ArrayList<String>(); local
44 items.add(Cheeses.CHEESES[i]);
48 setListAdapter(new PopupAdapter(items));
109 PopupAdapter(ArrayList<String> items) {
110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); local
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarMechanics.java 47 // Menu items default to never show in the action bar. On most devices this means
50 // Action Bar that will display remaining items in a cascading menu.
55 // Items that show as actions should favor the "if room" setting, which will
56 // prevent too many buttons from crowding the bar. Extra items will show in the
60 // Items that show as actions are strongly encouraged to use an icon.
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarMechanics.java 48 // Menu items default to never show in the action bar. On most devices this means
51 // Action Bar that will display remaining items in a cascading menu.
56 // Items that show as actions should favor the "if room" setting, which will
57 // prevent too many buttons from crowding the bar. Extra items will show in the
61 // Items that show as actions are strongly encouraged to use an icon.
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 70 // Get the hbox download items ought to pack themselves into.
73 // Show more hidden download items if there is enough space in the shelf.
78 // Checks that all download items have been opened, and sets the auto-close
109 // |items_hbox_| holds the download items.
131 // The download items we have added to our shelf.
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 47 int items = GetHistoryItemCount(); local
49 if (items > 0) {
53 if (items == kMaxHistoryItems)
54 chapter_stops = GetChapterStopCount(items);
57 items += chapter_stops + 1; // Chapter stops also need a separator.
61 items += 2;
64 return items;
199 // If the index is past the number of history items + separator,
212 // Look to see if we have reached the separator for the history items.
283 int items = 0 local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 48 GList* items = pango_itemize(context, buffer, 0, length, NULL, NULL); local
50 if (g_list_length(items) == 1) {
51 PangoItem* item = reinterpret_cast<PangoItem*>(items->data);
68 g_list_foreach(items, (GFunc)pango_item_free, NULL);
69 g_list_free(items);
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 44 List<String> items = Lists.newArrayList("hello"); local
45 Adapter<String> adapter = new Adapter<String>(context, 0, items);
74 List<String> items = Lists.newArrayList("hello"); local
75 Adapter<String> adapter = new Adapter<String>(context, 0, items);
86 items.remove(0);
  /frameworks/base/docs/html/training/animation/
layout.jd 12 <li><a href="#add">Add, Update, or Remove Items from the Layout</a></li>
36 Here's what a default layout animation looks like when adding items to a list:
73 <h2 id="activity">Add, Update, or Remove Items from the Layout</h2>
75 Now, all you need to do is add, remove, or update items in the layout
76 and the items are animated automatically:
  /sdk/templates/activities/MasterDetailFlow/root/src/app_package/
ContentListFragment.java.ftl 14 * also supports tablet devices by allowing list items to be given an
78 DummyContent.ITEMS));
118 mCallbacks.onItemSelected(DummyContent.ITEMS.get(position).id);
131 * Turns on activate-on-click mode. When this mode is on, list items will be
136 // give items the 'activated' state when touched.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 88 // Release the items memory
108 // Switch on the items options
118 // Retrieve the items options
123 // Set the items options
128 // Set/Reset the items selection state
133 // Retrieve the items selection state
143 // overload action() to supply items with different actions.
148 // Prototype for an items callback function.
151 // If you don't like to create a child class for individual items to
153 // function pointer for items
376 inline NCursesMenuItem* items() const { function in class:NCursesMenu
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 88 // Release the items memory
108 // Switch on the items options
118 // Retrieve the items options
123 // Set the items options
128 // Set/Reset the items selection state
133 // Retrieve the items selection state
143 // overload action() to supply items with different actions.
148 // Prototype for an items callback function.
151 // If you don't like to create a child class for individual items to
153 // function pointer for items
376 inline NCursesMenuItem* items() const { function in class:NCursesMenu
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 88 // Release the items memory
108 // Switch on the items options
118 // Retrieve the items options
123 // Set the items options
128 // Set/Reset the items selection state
133 // Retrieve the items selection state
143 // overload action() to supply items with different actions.
148 // Prototype for an items callback function.
151 // If you don't like to create a child class for individual items to
153 // function pointer for items
376 inline NCursesMenuItem* items() const { function in class:NCursesMenu
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 72 bool IsCustomItemEnabled(const std::vector<WebMenuItem>& items, int id) {
75 for (size_t i = 0; i < items.size(); ++i) {
76 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action;
78 return items[i].enabled;
79 if (items[i].type == WebMenuItem::SUBMENU) {
80 if (IsCustomItemEnabled(items[i].submenu, id))
87 bool IsCustomItemChecked(const std::vector<WebMenuItem>& items, int id) {
90 for (size_t i = 0; i < items.size(); ++i) {
91 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action;
93 return items[i].checked
302 ExtensionMenuItem::List items = local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.mm 63 // Add bookmark bar items, if any.
151 // separator items since we explicitly add them back in. This deletes
153 NSArray* items = [menu itemArray];
154 for (NSMenuItem* item in items) {
155 // Convention: items in the bookmark list which are bookmarks have
156 // an action of openBookmarkMenuItem:. Also, assume all items
176 NSMenuItem* items = [[[NSMenuItem alloc]
180 [items setImage:folder_image_];
181 [menu addItem:items];
184 [menu setSubmenu:other_submenu forItem:items];
    [all...]
  /external/markdown/
regression-tests.py 150 """ Test output of OrderedDict.items(). """
151 self.assertEqual(self.odict.items(),
158 self.assertEqual(self.odict.items(),
165 self.assertEqual(self.odict.items(),
172 self.assertEqual(self.odict.items(),
179 self.assertEqual(self.odict.items(),
186 self.assertEqual(self.odict.items(),
198 self.assertEqual(self.odict.items(),
204 self.assertEqual(self.odict.items(),
211 self.assertEqual(self.odict.items(),
    [all...]

Completed in 1646 milliseconds

1 2 3 4 5 6 7 891011>>