HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1776 - 1800 of 5060) sorted by null

<<71727374757677787980>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 105 AdapterItem item = mItems.get(position); local
106 return getView(item, null /*parentGroup*/, convertView, parent);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java 27 * Container class for CAT menu (SET UP MENU, SELECT ITEM) parameters.
31 public List<Item> items;
44 items = new ArrayList<Item>();
61 items = new ArrayList<Item>();
64 Item item = in.readParcelable(null); local
65 items.add(item);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
AttrGetOwnerElement.java 50 // element = (Element) elementList.item(1);
96 element = (Element) addresses.item(1);
117 element = elementList.item(1);
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 264 MenuItem item = menu.findItem(R.id.action_search); local
265 item.expandActionView();
266 item.setOnActionExpandListener(this);
267 mSearchView = (SearchView) item.getActionView();
276 public boolean onOptionsItemSelected(MenuItem item) {
278 final int itemId = item.getItemId();
379 public boolean onMenuItemActionExpand(MenuItem item) {
384 public boolean onMenuItemActionCollapse(MenuItem item) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 93 public boolean onMenuItemClick(MenuItem item) {
94 mImageCrop.setAspectButton(item.getItemId());
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 219 ItemInfo item = (ItemInfo) d.dragInfo; local
221 if (isAllAppsApplication(d.dragSource, item)) {
223 mLauncher.startApplicationUninstallActivity((ApplicationInfo) item);
225 LauncherModel.deleteItemFromDatabase(mLauncher, item);
228 FolderInfo folderInfo = (FolderInfo) item;
233 mLauncher.removeAppWidget((LauncherAppWidgetInfo) item);
234 LauncherModel.deleteItemFromDatabase(mLauncher, item);
236 final LauncherAppWidgetInfo launcherAppWidgetInfo = (LauncherAppWidgetInfo) item;
InstallShortcutReceiver.java 199 // Queue the item up for adding if launcher has not loaded properly yet
342 ItemInfo item = null; local
345 item = items.get(i);
346 if (item.container == LauncherSettings.Favorites.CONTAINER_DESKTOP) {
347 if (item.screen == screen) {
348 cellX = item.cellX;
349 cellY = item.cellY;
350 spanX = item.spanX;
351 spanY = item.spanY;
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentTypeSelectorAdapter.java 48 AttachmentListItem item = (AttachmentListItem)getItem(whichButton); local
49 return item.getCommand();
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 445 GtkToolItem* item = CreateBookmarkToolItem(node); local
447 item, index); local
449 menu_bar_helper_.Add(gtk_bin_get_child(GTK_BIN(item)));
454 StartThrobbingAfterAllocation(GTK_WIDGET(item));
487 GtkToolItem* item = gtk_toolbar_get_nth_item( local
489 GtkWidget* button = gtk_bin_get_child(GTK_BIN(item));
516 GtkToolItem* item = CreateBookmarkToolItem(node); local
517 gtk_toolbar_insert(GTK_TOOLBAR(bookmark_toolbar_.get()), item, -1); local
519 menu_bar_helper_.Add(gtk_bin_get_child(GTK_BIN(item)));
784 void BookmarkBarGtk::OnItemAllocate(GtkWidget* item,
907 GtkToolItem* item = gtk_tool_item_new(); local
    [all...]
  /external/oprofile/libpopt/
popthelp.c 479 poptItem item; local
483 for (i = 0, item = items; i < nitems; i++, item++) {
485 opt = &item->option;
593 const char * item = shortStr; local
607 item = opt->longName;
645 item,
657 * @param item alias/exec array
662 /*@null@*/ poptItem item, int nitems,
670 if (item != NULL
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 235 * Basic idea: each entry in mItems represents an item in the list for quick access.
279 final Object item = mItems.get(i); local
280 if (item != null && item == mCategoryEditingGroups) {
283 if (item == null) {
349 final Object item = getItem(position); local
350 if (item instanceof RouteCategory) {
352 } else if (item == null) {
355 final RouteInfo info = (RouteInfo) item;
496 final Object item = getItem(position) local
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 312 // Only add an item if the time is greater than zero
332 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_detail_item_text, local
334 mDetailsParent.addView(item);
335 TextView labelView = (TextView) item.findViewById(R.id.label);
336 TextView valueView = (TextView) item.findViewById(R.id.value);
405 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_action_item,null); local
406 mControlsParent.addView(item);
407 Button actionButton = (Button) item.findViewById(R.id.action_button);
408 TextView summaryView = (TextView) item.findViewById(R.id.summary);
527 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_package_item local
    [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 297 HistoryItem* item = backForward()->backItem(); local
299 if (item) {
300 goToItem(item, FrameLoadTypeBack);
308 HistoryItem* item = backForward()->forwardItem(); local
310 if (item) {
311 goToItem(item, FrameLoadTypeForward);
333 HistoryItem* item = backForward()->itemAtIndex(distance);
334 if (!item) {
337 item = backForward()->itemAtIndex(forwardCount);
340 item = backForward()->itemAtIndex(-backCount)
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 247 struct server_reply_item *next; /* next item in sequence. */
557 /* only item in the list */
623 /* only one item in the queue */
1514 struct server_reply_item **itemp, *item; local
1668 struct server_reply_item *item; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 121 public List<DiscoverItems.Item> getNodeItems() {
122 List<DiscoverItems.Item> answer = new ArrayList<DiscoverItems.Item>();
125 answer.add(new DiscoverItems.Item(rooms.next()));
218 // Collect the entityID for each returned item
219 for (Iterator<DiscoverItems.Item> items=result.getItems(); items.hasNext();) {
258 for (Iterator<DiscoverItems.Item> it = items.getItems(); it.hasNext();) {
259 DiscoverItems.Item item = it.next(); local
261 DiscoverInfo info = discoManager.discoverInfo(item.getEntityID())
1380 MUCOwner.Item item = new MUCOwner.Item(affiliation); local
1409 MUCOwner.Item item = new MUCOwner.Item(affiliation); local
1446 MUCAdmin.Item item = new MUCAdmin.Item(affiliation, null); local
1477 MUCAdmin.Item item = new MUCAdmin.Item(affiliation, null); local
1505 MUCAdmin.Item item = new MUCAdmin.Item(null, role); local
1534 MUCAdmin.Item item = new MUCAdmin.Item(null, role); local
1700 MUCOwner.Item item = new MUCOwner.Item(affiliation); local
1741 MUCAdmin.Item item = new MUCAdmin.Item(affiliation, null); local
1803 MUCAdmin.Item item = new MUCAdmin.Item(null, role); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 502 public boolean onOptionsItemSelected(MenuItem item) {
503 switch (item.getItemId()) {
505 final boolean dataRoaming = !item.isChecked();
515 final boolean restrictBackground = !item.isChecked();
525 final boolean mobileSplit = !item.isChecked();
527 item.setChecked(isMobilePolicySplit());
532 mShowWifi = !item.isChecked();
534 item.setChecked(mShowWifi);
539 mShowEthernet = !item.isChecked();
541 item.setChecked(mShowEthernet)
1410 final CycleItem item = getItem(i); local
1516 AppItem item = knownItems.get(collapseKey); local
1530 AppItem item = knownItems.get(uid); local
1578 final AppItem item = mItems.get(position); local
    [all...]
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 40 public abstract void bindView(View view, E item);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarSettingsActionProviderActivity.java 36 * ActionProvider for launching the system settings and adds a menu item with that
55 public boolean onOptionsItemSelected(MenuItem item) {
56 // If this callback does not handle the item click, onPerformDefaultAction
58 // complete functionality of the menu item.
106 // This is called if the host menu item placed in the overflow menu of the
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java 35 * ActionProvider for launching the system settings and adds a menu item with that
47 public boolean onOptionsItemSelected(MenuItem item) {
48 // If this callback does not handle the item click, onPerformDefaultAction
50 // complete functionality of the menu item.
87 // This is called if the host menu item placed in the overflow menu of the
  /development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
MainActivity.java 143 public boolean onOptionsItemSelected(MenuItem item) {
146 if (mDrawerToggle.onOptionsItemSelected(item)) {
150 switch(item.getItemId()) {
163 return super.onOptionsItemSelected(item);
185 // update selected item and title, then close the drawer
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIterNodeList.java 96 * Returns the <code>index</code>th item in the collection. If
104 public Node item(int index) { method in class:DTMAxisIterNodeList
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 103 Node attr = nnm.item(i);
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 104 Node attr = nnm.item(i);
  /external/bison/src/
ielr.c 46 * a goto on <tt>ritem[i]</tt> include the lookahead set of the item.
189 * \c i include the lookahead set of item \c j in the from state of goto
192 * no item \c j in the from state of goto \c i.
215 /* If this item has this goto and if all subsequent symbols in this
216 RHS (if any) are nullable nonterminals, then record this item as
378 ielr_item_has_lookahead (state *s, symbol_number lhs, size_t item,
390 if (!item_lookahead_sets[s->number][item])
392 item_lookahead_sets[s->number][item] =
394 /* If this kernel item is the beginning of a RHS, it must be the kernel
395 item in the start state, and so its LHS has no follows and no goto t
590 bitset_bindex item; local
    [all...]
  /external/ceres-solver/docs/
reference-overview.tex 14 \item{Modeling} Define parameter blocks and residual blocks and build a \texttt{Problem} object containing them.
15 \item{Solving} Configure and run the solver.

Completed in 1261 milliseconds

<<71727374757677787980>>