/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderRetained.java | 87 // We have a menu item to show in action bar. 120 // Place an action bar item for searching. 121 MenuItem item = menu.add("Search"); local 122 item.setIcon(android.R.drawable.ic_menu_search); 123 item.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM 129 item.setActionView(mSearchView); 165 Log.i("FragmentComplexList", "Item clicked: " + id);
|
MenuInflateFromXml.java | 140 public boolean onOptionsItemSelected(MenuItem item) { 141 switch (item.getItemId()) { 156 // The refresh item is part of the browser group 162 // The reply item is part of the email group 170 if (!item.hasSubMenu()) { 171 Toast.makeText(this, item.getTitle(), Toast.LENGTH_SHORT).show();
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
CursorFragment.java | 55 // We have a menu item to show in action bar. 74 // Place an action bar item for searching. 75 MenuItem item = menu.add("Search"); local 76 item.setIcon(android.R.drawable.ic_menu_search); 77 item.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM 81 item.setActionView(sv); 100 Log.i("FragmentComplexList", "Item clicked: " + id);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderCursorSupport.java | 81 // We have a menu item to show in action bar. 100 // Place an action bar item for searching. 101 MenuItem item = menu.add("Search"); local 102 item.setIcon(android.R.drawable.ic_menu_search); 103 MenuItemCompat.setShowAsAction(item, MenuItemCompat.SHOW_AS_ACTION_ALWAYS 139 MenuItemCompat.setActionView(item, searchView); 145 Log.i("FragmentComplexList", "Item clicked: " + id);
|
LoaderRetainedSupport.java | 83 // We have a menu item to show in action bar. 102 // Place an action bar item for searching. 103 MenuItem item = menu.add("Search"); local 104 item.setIcon(android.R.drawable.ic_menu_search); 105 MenuItemCompat.setShowAsAction(item, MenuItemCompat.SHOW_AS_ACTION_ALWAYS 130 MenuItemCompat.setActionView(item, searchView); 136 Log.i("FragmentComplexList", "Item clicked: " + id);
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
BrowseFragment.java | 60 public void onItemSelected(Presenter.ViewHolder itemViewHolder, Object item, 62 Log.i(TAG, "onItemSelected: " + item + " row " + row); 97 public void onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, 100 intent.putExtra(DetailsActivity.EXTRA_ITEM, (PhotoItem) item);
|
/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/ |
DetailFragment.java | 51 * @param x The horizontal position of the grid item in pixel 52 * @param y The vertical position of the grid item in pixel 53 * @param width The width of the grid item in pixel 54 * @param height The height of the grid item in pixel 86 View item = LayoutInflater.from(context).inflate(R.layout.item_meat_grid, root, false); local 87 assert item != null; 88 bind(item); 99 root.addView(item, params);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMChildIterNodeList.java | 87 * Returns the <code>index</code>th item in the collection. If 95 public Node item(int index) { method in class:DTMChildIterNodeList
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMStringListImpl.java | 65 * @see org.apache.xerces.dom3.DOMStringList#item(int)
67 public String item(int index) {
method in class:DOMStringListImpl
|
/external/chromium_org/ash/shell/ |
window_watcher.cc | 100 ShelfItem item; local 101 item.type = new_window->type() == ui::wm::WINDOW_TYPE_PANEL 115 item.image = gfx::ImageSkia(gfx::ImageSkiaRep(icon_bitmap, 1.0f)); 117 model->Add(item);
|
/external/chromium_org/chrome/browser/extensions/ |
webstore_installer.h | 59 // is different, download referrers are the item's page in the gallery). 87 content::DownloadItem* item); 89 content::DownloadItem* item); 166 // The authuser index required to download the item being installed. May be 225 void OnDownloadStarted(content::DownloadItem* item, 246 void StartCrxInstaller(const content::DownloadItem& item); 257 // Records stats regarding an interrupted webstore download item.
|
/external/chromium_org/chrome/browser/importer/ |
external_process_importer_host.cc | 74 importer::ImportItem item) { 76 observer_->ImportItemStarted(item); 80 importer::ImportItem item) { 82 observer_->ImportItemEnded(item);
|
/external/chromium_org/chrome/browser/profiles/ |
avatar_menu.cc | 71 AvatarMenu::Item::Item(size_t menu_index, 82 AvatarMenu::Item::~Item() { 110 bool AvatarMenu::CompareItems(const Item* item1, const Item* item2) { 120 const Item& item = GetItemAt(index); local 124 if (item.signin_required) { 125 chrome::ShowUserManager(item.profile_path) [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_app_list_helper.h | 47 // Copies ordinals for item matching |id| from |profile1| to test_->verifier. 63 // Helper function for debugging, logs info for an item, including the 66 app_list::AppListItem* item,
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
profile_menu_controller.h | 19 // This controller manages the title and submenu of the Profiles item in the 31 // The main menu item to which the profile menu is attached. 36 - (id)initWithMainMenuItem:(NSMenuItem*)item;
|
/external/chromium_org/chrome/browser/ui/cocoa/status_icons/ |
status_icon_mac.h | 49 NSStatusItem* item();
|
/external/chromium_org/chrome/common/ |
instant_restricted_id_cache.h | 34 // inserted item in GetItemWithRestrictedID() call. 62 // returns a copy of the item. 64 T* item) const; 155 T* item) const { 156 DCHECK(item); 161 *item = cache_it->second;
|
/external/chromium_org/chrome/utility/importer/ |
external_process_importer_bridge.cc | 149 importer::ImportItem item) { 150 Send(new ProfileImportProcessHostMsg_ImportItem_Started(item)); 153 void ExternalProcessImporterBridge::NotifyItemEnded(importer::ImportItem item) { 154 Send(new ProfileImportProcessHostMsg_ImportItem_Finished(item));
|
/external/chromium_org/content/public/browser/ |
render_widget_host_view_mac_delegate.h | 35 // the delegate is unaware of that item and |valid| is undefined. Otherwise, 36 // |valid| contains the validity of the specified item. 37 - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSImageSetValue.cpp | 60 CSSImageValue* imageValue = toCSSImageValue(item(i)); 65 CSSValue* scaleFactorValue = item(i); 154 const CSSValue* imageValue = item(i); 160 const CSSValue* scaleFactorValue = item(i);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMSettableTokenList.h | 58 virtual const AtomicString item(unsigned index) const OVERRIDE;
|
DatasetDOMStringMap.h | 50 virtual String item(const String& name) OVERRIDE;
|
StaticNodeList.cpp | 55 Node* StaticNodeList::item(unsigned index) const function in class:WebCore::StaticNodeList
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
FontResource.cpp | 182 ASSERT(collection->item(i)); 183 ASSERT(isSVGFontElement(collection->item(i))); 188 return toSVGFontElement(collection->item(0)); 191 SVGFontElement* element = toSVGFontElement(collection->item(i));
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ClassList.cpp | 53 const AtomicString ClassList::item(unsigned index) const function in class:WebCore::ClassList
|