/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenuAdapter.java | 38 * Regular Android menu item that contains a title and an icon if icon is specified. 42 * Menu item that has two buttons, the first one is a title and the second one is an icon. 43 * It is different from the regular menu item because it contains two separate buttons. 47 * Menu item that has three buttons. Every one of these buttons is displayed as an icon. 51 * Menu item that has four buttons. Every one of these buttons is displayed as an icon. 55 * Menu item that has two buttons, the first one is a title and the second is a menu icon. 100 MenuItem item = getItem(position); local 102 int viewCount = item.hasSubMenu() ? item.getSubMenu().size() : 1; 131 final MenuItem item = getItem(position) [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
DefaultItemAnimator.java | 382 private void endChangeAnimation(List<ChangeInfo> infoList, ViewHolder item) { 385 if (endChangeAnimationIfNecessary(changeInfo, item)) { 401 private boolean endChangeAnimationIfNecessary(ChangeInfo changeInfo, ViewHolder item) { 403 if (changeInfo.newHolder == item) { 405 } else if (changeInfo.oldHolder == item) { 411 ViewCompat.setAlpha(item.itemView, 1); 412 ViewCompat.setTranslationX(item.itemView, 0); 413 ViewCompat.setTranslationY(item.itemView, 0); 414 dispatchChangeFinished(item, oldItem); 419 public void endAnimation(ViewHolder item) { 530 MoveInfo item = mPendingMoves.get(i); local 539 ViewHolder item = mPendingRemovals.get(i); local 545 ViewHolder item = mPendingAdditions.get(i); local 566 ViewHolder item = moveInfo.holder; local 582 ViewHolder item = additions.get(j); local [all...] |
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
Player.java | 38 public abstract void play(final PlaylistItem item); 39 public abstract void seek(final PlaylistItem item); 40 public abstract void getStatus(final PlaylistItem item, final boolean update); 47 public abstract void enqueue(final PlaylistItem item);
|
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
Player.java | 38 public abstract void play(final PlaylistItem item); 39 public abstract void seek(final PlaylistItem item); 40 public abstract void getStatus(final PlaylistItem item, final boolean update); 47 public abstract void enqueue(final PlaylistItem item);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
Player.java | 40 public abstract void play(final PlaylistItem item); 41 public abstract void seek(final PlaylistItem item); 42 public abstract void getStatus(final PlaylistItem item, final boolean update); 49 public abstract void enqueue(final PlaylistItem item); 52 // track info for current media item
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
Player.java | 38 public abstract void play(final PlaylistItem item); 39 public abstract void seek(final PlaylistItem item); 40 public abstract void getStatus(final PlaylistItem item, final boolean update); 47 public abstract void enqueue(final PlaylistItem item);
|
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_ping_manager.h | 27 void OnUpdateComplete(const CrxUpdateItem* item);
|
/external/chromium_org/chrome/browser/download/ |
download_danger_prompt.h | 34 // be called when |item| is either no longer dangerous or no longer in 41 content::DownloadItem* item,
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
chrome_gtk_menu_subclasses.cc | 21 static void gtk_custom_menu_item_init(GtkCustomMenuItem* item) {
|
/external/chromium_org/chrome/installer/util/ |
delete_reg_key_work_item_unittest.cc | 40 scoped_ptr<DeleteRegKeyWorkItem> item(WorkItem::CreateDeleteRegKeyWorkItem( 42 EXPECT_TRUE(item->Do()); 45 item->Rollback(); 46 item.reset(); 56 scoped_ptr<DeleteRegKeyWorkItem> item(WorkItem::CreateDeleteRegKeyWorkItem( 58 EXPECT_TRUE(item->Do()); 61 item->Rollback(); 62 item.reset(); 72 scoped_ptr<DeleteRegKeyWorkItem> item(WorkItem::CreateDeleteRegKeyWorkItem( 74 EXPECT_TRUE(item->Do()) [all...] |
/external/chromium_org/content/renderer/ |
history_serialization.h | 23 const blink::WebHistoryItem& item);
|
/external/chromium_org/third_party/WebKit/Source/core/clipboard/ |
DataTransferItem.cpp | 42 PassRefPtrWillBeRawPtr<DataTransferItem> DataTransferItem::create(PassRefPtrWillBeRawPtr<Clipboard> clipboard, PassRefPtrWillBeRawPtr<DataObjectItem> item) 44 return adoptRefWillBeNoop(new DataTransferItem(clipboard, item)); 92 DataTransferItem::DataTransferItem(PassRefPtrWillBeRawPtr<Clipboard> clipboard, PassRefPtrWillBeRawPtr<DataObjectItem> item) 94 , m_item(item)
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleSheetList.cpp | 65 StyleSheet* StyleSheetList::item(unsigned index) function in class:WebCore::StyleSheetList 90 HTMLStyleElement* item = getNamedItem(name); local 91 if (!item) 93 return item->sheet();
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
NamedNodesCollection.cpp | 37 Element* NamedNodesCollection::item(unsigned index) const function in class:WebCore::NamedNodesCollection
|
NodeList.h | 40 virtual Node* item(unsigned index) const = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTRegionList.h | 45 VTTRegion* item(unsigned index) const;
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
GamepadList.h | 47 Gamepad* item(unsigned index);
|
WebKitGamepadList.h | 26 WebKitGamepad* item(unsigned index);
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechGrammarList.h | 42 SpeechGrammar* item(unsigned long) const;
|
SpeechRecognitionResultList.h | 40 SpeechRecognitionResult* item(unsigned long index);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
friendinvitesendtask.cc | 42 XmlElement* item = new XmlElement(QN_ROSTER_ITEM); local 43 item->AddAttr(QN_JID, user.Str()); 44 item->AddAttr(QN_NAME, user.node()); 45 query->AddElement(item);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_list.h | 34 void * Item; 39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
|
/external/chromium_org/ui/app_list/ |
app_list_folder_item.h | 47 // Returns the target icon bounds for |item| to fly back to its parent folder 48 // icon in animation UI. If |item| is one of the top item icon, this will 49 // match its corresponding top item icon in the folder icon. Otherwise, 51 // the same size of the top item icon. 54 AppListItem* item, const gfx::Rect& folder_icon_bounds); 70 // Calculates the top item icons' bounds inside |folder_icon_bounds|. 71 // Returns the bounds of top item icons in sequence of top left, top right, 87 virtual void OnListItemAdded(size_t index, AppListItem* item) OVERRIDE; 89 AppListItem* item) OVERRIDE; [all...] |
/external/chromium_org/ui/app_list/test/ |
app_list_test_model.h | 41 AppListItem* AddItem(AppListItem* item); 42 AppListItem* AddItemToFolder(AppListItem* item, const std::string& folder_id); 43 void MoveItemToFolder(AppListItem* item, const std::string& folder_id); 48 // Populate the model with |n| items titled "Item #". 59 // Populate the model with an item titled "Item |id|". 65 // Creates an item with id |id|. Caller owns the result. 68 // Creates and adds an item with id |id| to the model. Returns an unowned 69 // pointer to the created item. 72 // Call SetHighlighted on the specified item [all...] |
/external/chromium_org/ui/app_list/views/ |
apps_grid_view_delegate.h | 23 // Invoked when an item is activated on the grid view. |event_flags| contains 25 virtual void ActivateApp(AppListItem* item, int event_flags) = 0; 27 // Gets the path to a shortcut for the app represented by |item|. |callback|
|