/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 107 public void aboutToCall(MenuItem item, IImage image); 167 MenuItem item = menu.findItem(MENU_IMAGE_SHARE); local 168 if (item != null) { 169 item.setVisible(enabled); 170 item.setEnabled(enabled); 182 MenuItem item = menu.findItem(MENU_IMAGE_SHOWMAP); local 183 if (item != null) { 184 item.setEnabled(enabled); 597 // Don't show the rotate submenu if the item at hand is read only 604 public boolean onMenuItemClick(MenuItem item) { 663 MenuItem item = item1; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 145 for (SelectionItem item : selections) { 146 selectedNodes.add(item.getNode()); 219 ToolItem item = mLayoutToolBar.getItem(i); local 220 int style = item.getStyle(); 221 Object data = item.getData(); 243 item.setData(newAction); 250 item.setSelection(toggle.isChecked()); 255 String id = (String) item.getData(ATTR_ID); 257 item.setSelection(selected); 261 assert (style & SWT.SEPARATOR) != 0 || !item.getText().isEmpty() : item 397 final ToolItem item = new ToolItem(mLayoutToolBar, SWT.RADIO); local [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
d1_pkt.c | 185 dtls1_copy_record(SSL *s, pitem *item) 189 rdata = (DTLS1_RECORD_DATA *)item->data; 210 pitem *item; local 217 item = pitem_new(priority, rdata); 218 if (rdata == NULL || item == NULL) 221 if (item != NULL) pitem_free(item); 232 item->data = rdata; 251 pitem_free(item); 256 if (pqueue_insert(queue->q, item) == NULL 270 pitem *item; local 301 pitem *item; local 811 pitem *item; local [all...] |
/external/openssl/ssl/ |
d1_pkt.c | 187 dtls1_copy_record(SSL *s, pitem *item) 191 rdata = (DTLS1_RECORD_DATA *)item->data; 212 pitem *item; local 219 item = pitem_new(priority, rdata); 220 if (rdata == NULL || item == NULL) 223 if (item != NULL) pitem_free(item); 234 item->data = rdata; 253 pitem_free(item); 258 if (pqueue_insert(queue->q, item) == NULL 273 pitem *item; local 304 pitem *item; local 814 pitem *item; local [all...] |
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
LocalPlayer.java | 46 * Handles playback of a single media item using MediaPlayer. 111 public void play(final PlaylistItem item) { 113 Log.d(TAG, "play: item=" + item); 116 mSeekToPos = (int)item.getPosition(); 118 mMediaPlayer.setDataSource(mContext, item.getUri()); 121 Log.e(TAG, "MediaPlayer throws IllegalStateException, uri=" + item.getUri()); 123 Log.e(TAG, "MediaPlayer throws IOException, uri=" + item.getUri()); 125 Log.e(TAG, "MediaPlayer throws IllegalArgumentException, uri=" + item.getUri()); 127 Log.e(TAG, "MediaPlayer throws SecurityException, uri=" + item.getUri()) [all...] |
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
LocalPlayer.java | 46 * Handles playback of a single media item using MediaPlayer. 111 public void play(final PlaylistItem item) { 113 Log.d(TAG, "play: item=" + item); 116 mSeekToPos = (int)item.getPosition(); 118 mMediaPlayer.setDataSource(mContext, item.getUri()); 121 Log.e(TAG, "MediaPlayer throws IllegalStateException, uri=" + item.getUri()); 123 Log.e(TAG, "MediaPlayer throws IOException, uri=" + item.getUri()); 125 Log.e(TAG, "MediaPlayer throws IllegalArgumentException, uri=" + item.getUri()); 127 Log.e(TAG, "MediaPlayer throws SecurityException, uri=" + item.getUri()) [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
LocalPlayer.java | 49 * Handles playback of a single media item using MediaPlayer. 114 public void play(final PlaylistItem item) { 116 Log.d(TAG, "play: item=" + item); 119 mSeekToPos = (int)item.getPosition(); 121 mMediaPlayer.setDataSource(mContext, item.getUri()); 124 Log.e(TAG, "MediaPlayer throws IllegalStateException, uri=" + item.getUri()); 126 Log.e(TAG, "MediaPlayer throws IOException, uri=" + item.getUri()); 128 Log.e(TAG, "MediaPlayer throws IllegalArgumentException, uri=" + item.getUri()); 130 Log.e(TAG, "MediaPlayer throws SecurityException, uri=" + item.getUri()) [all...] |
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
LocalPlayer.java | 46 * Handles playback of a single media item using MediaPlayer. 111 public void play(final PlaylistItem item) { 113 Log.d(TAG, "play: item=" + item); 116 mSeekToPos = (int)item.getPosition(); 118 mMediaPlayer.setDataSource(mContext, item.getUri()); 121 Log.e(TAG, "MediaPlayer throws IllegalStateException, uri=" + item.getUri()); 123 Log.e(TAG, "MediaPlayer throws IOException, uri=" + item.getUri()); 125 Log.e(TAG, "MediaPlayer throws IllegalArgumentException, uri=" + item.getUri()); 127 Log.e(TAG, "MediaPlayer throws SecurityException, uri=" + item.getUri()) [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_dom_handler.cc | 236 bool IsDownloadDisplayable(const content::DownloadItem& item) { 237 return (!download_crx_util::IsExtensionDownload(item) && 238 !item.IsTemporary() && 239 !item.GetFileNameToReportUser().empty() && 240 !item.GetTargetFilePath().empty()); 542 content::DownloadItem* item = NULL; 544 item = main_notifier_.GetManager()->GetDownload(download_id); 545 if (!item && original_notifier_.get() && original_notifier_->GetManager()) 546 item = original_notifier_->GetManager()->GetDownload(download_id); 547 if (!item || item->IsDone() [all...] |
/external/chromium_org/content/browser/download/ |
download_manager_impl.cc | 272 DownloadItemImpl* item, const DownloadTargetCallback& callback) { 278 if (!delegate_ || !delegate_->DetermineDownloadTarget(item, callback)) { 279 base::FilePath target_path = item->GetForcedFilePath(); 289 DownloadItemImpl* item, const base::Closure& complete_callback) { 291 delegate_->ShouldCompleteDownload(item, complete_callback)) { 308 DownloadItemImpl* item, const ShouldOpenDownloadCallback& callback) { 315 return delegate_->ShouldOpenDownload(item, callback); 451 DownloadItemImpl* item = it->second; local 452 CheckForFileRemoval(item); 642 DownloadItemImpl* item = item_factory_->CreatePersistedItem local 709 DownloadItemImpl* item = it->second; local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeleteDropTarget.java | 153 ItemInfo item = (ItemInfo) info; local 154 if (item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET || 155 item.itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) { 160 item.itemType == LauncherSettings.Favorites.ITEM_TYPE_FOLDER) { 165 item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION && 166 item instanceof AppInfo) { 171 if (item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION && 172 item instanceof ShortcutInfo) { 300 ItemInfo item = (ItemInfo) d.dragInfo; local 303 if (isAllAppsApplication(d.dragSource, item)) { [all...] |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/ |
hamcrest-core-1.3.jar | |
/external/chromium_org/chrome/browser/safe_browsing/ |
prefix_set_unittest.cc | 300 // before the lowest item aren't present. Items after the largest item aren't 329 // so a new index item will be injected. 573 std::pair<SBPrefix, uint64> item; local 574 memset(&item, 0, sizeof(item)); // Includes any padding. 575 item.first = 17; 576 item.second = 0; 577 ASSERT_EQ(sizeof(item), fwrite(&item, 1, sizeof(item), file.get())) 654 std::pair<int32, uint32> item; local [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
search_box.js | 92 * 1) The user selects an item A with up/down keys (item A is highlighted) 93 * 2) Then the user moves the cursor to another item B 95 * If we just change the color of moused over element (item B), both 96 * the item A and B are highlighted. This is bad. We should change the 97 * selection so only the item B is highlighted. 111 * @param {Object} item An object representing a suggestion. 115 SearchBox.AutocompleteListItem_ = function(document, item) { 117 li.itemInfo = item; 125 if (item.isHeaderItem) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumPage.java | 136 MediaItem item = mAlbumDataAdapter.get(i); 137 if (item != null && item.getPath() == path) return i; 255 MediaItem item = mAlbumDataAdapter.get(slotIndex); local 256 if (item == null) return; // Item not ready yet, ignore the click 257 mSelectionManager.toggle(item.getPath()); 280 MediaItem item = mAlbumDataAdapter.get(slotIndex); local 281 if (item == null) return; // Item not ready yet, ignore the clic 770 MediaObject item = mAlbumDataAdapter.get(mIndex); local [all...] |
/external/libunwind/doc/ |
libunwind-ia64.tex | 85 \item[\Const{UNW\_IA64\_IP}:] Contains the instruction pointer (IP, or 94 \item[\Const{UNW\_IA64\_SP}:] Contains the (memory) stack-pointer 96 \item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store 107 \item[\Const{UNW\_IA64\_GR}:] The base-index for general (integer) 120 \item[\Const{UNW\_IA64\_NAT}:] The base-index for the NaT bits of the 126 \item[\Const{UNW\_IA64\_FR}:] The base-index for floating-point 134 \item[\Const{UNW\_IA64\_AR}:] The base-index for application 141 \item[\Const{UNW\_IA64\_BR}:] The base-index for branch registers. 145 \item[\Const{UNW\_IA64\_PR}:] Contains the set of predicate registers. 152 \item[\Const{UNW\_IA64\_CFM}:] Contains the current-frame-mas [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 53 \item \verb|-V|, \verb|-Version| 58 \item \verb|-s|, \verb|-stats|, \verb|-statistics| 65 \item \verb|-f|, \verb|-family| followed by a protocol family 74 \item \verb|-4| 78 \item \verb|-6| 82 \item \verb|-0| 87 \item \verb|-o|, \verb|-oneline| 94 \item \verb|-r|, \verb|-resolve| 112 \item \verb|link| --- network device 113 \item \verb|address| --- protocol (IP or IPv6) address on a devic [all...] |
/bootable/recovery/minadbd/ |
fdevent.h | 53 void fdevent_remove(fdevent *item);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsReport.java | 117 TestListItem item = mAdapter.getItem(i); local 118 if (item.isTest()) { 120 xml.attribute(null, "title", item.title); 121 xml.attribute(null, "class-name", item.testName);
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
TestItems.java | 95 private static void addTestItem(TestItem item) { 96 ITEMS.add(item); 97 ITEM_MAP.put(item.mId, item);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MapItem.java | 25 * Class that represents a map item. 34 /** {@code non-null;} item type this instance covers */ 41 * {@code null-ok;} first item covered or {@code null} if this is 44 private final Item firstItem; 47 * {@code null-ok;} last item covered or {@code null} if this is 50 private final Item lastItem; 59 * Constructs a list item with instances of this class representing 82 Item firstItem = null; 83 Item lastItem = null; 86 for (Item item : section.items()) [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
MapItem.java | 24 * Class that represents a map item. 33 /** {@code non-null;} item type this instance covers */ 40 * {@code null-ok;} first item covered or {@code null} if this is 43 private final Item firstItem; 46 * {@code null-ok;} last item covered or {@code null} if this is 49 private final Item lastItem; 58 * Constructs a list item with instances of this class representing 81 Item firstItem = null; 82 Item lastItem = null; 85 for (Item item : section.items()) [all...] |
/developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/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);
|
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/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);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderCursor.java | 82 // We have a menu item to show in action bar. 115 // Place an action bar item for searching. 116 MenuItem item = menu.add("Search"); local 117 item.setIcon(android.R.drawable.ic_menu_search); 118 item.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM 124 item.setActionView(mSearchView); 160 Log.i("FragmentComplexList", "Item clicked: " + id);
|