/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ComboAlbum.java | 23 // ComboAlbum combines multiple media sets into one. It lists all media items 43 ArrayList<MediaItem> items = new ArrayList<MediaItem>(); local 50 items.addAll(fetchItems); 57 return items;
|
FilterDeleteSet.java | 21 // FilterDeleteSet filters a base MediaSet to remove some deletion items (we 23 // add/remove deletion items: 92 // For example, if there are 12 items in total. The deleted items are 3, 5, 96 // The deleted items: X X X 118 // Find the segment that "start" falls into. Count the number of items 132 // Now get enough to cover deleted items in [start, end] 135 // Remove the deleted items. 202 ArrayList<MediaItem> items = mBaseSet.getMediaItem(from, to - from); local 204 for (int i = 0; i < items.size(); i++) [all...] |
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
ProgramRestrictionsFragment.java | 54 List<Item> items = new ArrayList<>(); local 56 items.add(new SubMenuItem(getString(R.string.option_country_rating_systems), 82 items.add(ratingsItem); 83 return items;
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/ |
FileSourceEventDetector.java | 95 public void onPatDetected(List<PatItem> items) { 96 for (PatItem i : items) { 107 public void onEitItemParsed(VctItem channel, List<EitItem> items) { 122 // If at least a one caption track have been found in EIT items for the given channel, 125 for (EitItem item : items) { 136 for (EitItem item : items) { 141 mEventListener.onEventDetected(tunerChannel, items); 157 // Merges the audio and caption tracks located in PMT items into the tracks of the given 172 // If at least a one caption track have been found in VCT items for the given channel,
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
FetchProfile.java | 23 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
35 * Default items available for pre-fetching. It should be expected that any
36 * item fetched by using these items could potentially include all of the
37 * previous items.
|
/packages/services/Telephony/src/com/android/phone/common/mail/ |
FetchProfile.java | 22 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
34 * Default items available for pre-fetching. It should be expected that any
35 * item fetched by using these items could potentially include all of the
36 * previous items.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
ListValueCellEditor.java | 51 String[] items = uiListAttribute.getPossibleValues(null); local 52 mItems = new String[items.length]; 53 System.arraycopy(items, 0, mItems, 0, items.length);
|
/system/bt/osi/src/ |
hash_map_utils.c | 51 int items = 0; local 75 items++; 80 if (!items) 81 LOG_VERBOSE(LOG_TAG, "%s: no items found in string\n", __func__);
|
/system/core/bootstat/ |
event_log_list_builder_test.cpp | 31 0, // Number of items in the list. 49 1, // Number of items in the list. 71 1, // Number of items in the list. 94 2, // Number of items in the list.
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuBuilder.java | 87 /** Contains all of the items for this menu */ 90 /** Contains only the items that are currently visible. This will be created/refreshed from 94 * Whether or not the items (or any one item's shown state) has changed since it was last 100 * Contains only the items that should appear in the Action Bar, if present. 104 * Contains items that should NOT appear in the Action Bar, if present. 109 * Whether or not the items (or any one item's action state) has changed since it was 115 * Default value for how added items should show in the action list. 122 * should be set on all items added to this menu. 181 * Called by menu items to execute their associated action 220 * inflating menu items. This will only hold a WeakReference; you do no 850 ArrayList<MenuItemImpl> items = mTempShortcutItemList; local [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuBuilder.java | 98 * Contains all of the items for this menu 103 * Contains only the items that are currently visible. This will be created/refreshed from 109 * Whether or not the items (or any one item's shown state) has changed since it was last 115 * Contains only the items that should appear in the Action Bar, if present. 120 * Contains items that should NOT appear in the Action Bar, if present. 125 * Whether or not the items (or any one item's action state) has changed since it was last 131 * Default value for how added items should show in the action list. 138 * all items added to this menu. 213 * Called by menu items to execute their associated action 253 * inflating menu items. This will only hold a WeakReference; you do no 909 ArrayList<MenuItemImpl> items = mTempShortcutItemList; local [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/iron-selector/test/ |
multi.html | 66 <template is="dom-repeat" items='["foo", "bar", "baz"]'> 92 assert.equal(s.items.length, 5); 122 var items = [s.children[0], s.children[1], s.children[2]], 127 selectEventCounters[items.indexOf(e.detail.item)]++; 130 deselectEventCounters[items.indexOf(e.detail.item)]++; 153 var items = [s.children[0], s.children[1], s.children[2]], 158 selectEventCounters[items.indexOf(e.detail.item)]++; 161 deselectEventCounters[items.indexOf(e.detail.item)]++; 186 test('fire iron-select/deselect events when toggling items', function() { 188 var items = [s.children[0], s.children[1], s.children[2]], [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
Grid.java | 25 * Grid maintains a list of visible items. Visible items are created when 27 * (e.g. a max edge that append up to). Visible items are deleted when user calls 43 * When user uses Grid, he should provide count of items and 49 * Return how many items (are in the adapter). 136 * Sets the margin between items in a row 166 * Sets the first item index to create when there are no items. 226 * Invalidate items after or equal to index. This will remove visible items 259 * Finds the largest or smallest row min edge of visible items, [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
menus.jd | 14 <li><a href="#ChangingTheMenu">Changing menu items at runtime</a></li> 30 <li><a href="#checkable">Using checkable menu items</a></li> 33 <li><a href="#intents">Adding Menu Items Based on an Intent</a> 68 <p>Although the design and user experience for some menu items have changed, the semantics to define 75 <dd>The <a href="#options-menu">options menu</a> is the primary collection of menu items for an 87 action items that affect the selected content in a bar at the top of the screen and allows the user 88 to select multiple items.</p> 93 <dd>A popup menu displays a list of items in a vertical list that's anchored to the view that 107 <p>For all menu types, Android provides a standard XML format to define menu items. 108 Instead of building a menu in your activity's code, you should define a menu and all its items in a [all...] |
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
TableTest.java | 81 public boolean init(List<? extends ITableItem> items, 105 final List<ITableItem> items = Arrays.asList(createItem("A", 1), local 108 table.render(body, items, createTotal("Sum", 6), resources, root); 119 public boolean init(List<? extends ITableItem> items, 136 final List<ITableItem> items = Arrays.asList(createItem("A", 1)); local 138 table.render(body, items, createTotal("Sum", 1), resources, root); 153 final List<ITableItem> items = Arrays.asList(createItem("C", 3), local 162 table.render(body, items, createTotal("Sum", 6), resources, root); 199 final List<ITableItem> items = Arrays.asList(createItem("C", 3), local 204 table.render(body, items, createTotal("Sum", 1), resources, root) [all...] |
/frameworks/base/docs/html/wear/preview/features/ |
wearable-recycler-view.jd | 25 and manipulating a vertical list of items optimized for round displays. 41 {@code WearableRecyclerView} for a simple, long list of items, such as an 49 This document describes how to create a curved layout for your scrollable items 55 <p>To create a curved layout for scrollable items in your wearable app: 63 DefaultOffsettingHelper} class to offset items in a curved layout on round 91 offsets the child items 94 attempts to fit 5 items on the screen, regardless of their size. 95 If you do not wish to scale your items, you should consider additional padding. 116 scale the icons and text while the items scroll away from the center), extend 197 the child items from the left edge of the watch face. To customize the ancho [all...] |
/external/autotest/frontend/client/src/autotest/common/table/ |
JSONObjectSet.java | 22 public JSONObjectSet(Collection<T> items) { 24 addAll(items);
|
/external/chromium-trace/catapult/dashboard/dashboard/static/ |
group_report.html | 22 align-items: center; 23 -webkit-align-items: center;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
test_concurrent.py | 90 items = [q.get() for i in range(q.qsize())] 91 self.assertEqual(items[0], (0, 4 * 1024 * 1024)) 92 self.assertEqual(items[1], (1, 4 * 1024 * 1024)) 94 self.assertEqual(len(items), 12) 113 items = [q.get() for i in range(q.qsize())] 114 self.assertEqual(items[0], (0, 4 * 1024 * 1024)) 115 self.assertEqual(items[1], (1, 4 * 1024 * 1024)) 117 self.assertEqual(len(items), 12)
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treeadapters/ |
sax.py | 16 for prefix, namespace in prefix_mapping.items(): 42 for prefix, namespace in prefix_mapping.items():
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/ |
display_item_list.html | 37 this.displayItems_ = this.args.params.items; 40 get items() {
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
checkbox_picker_test.html | 17 cp.items = [ 27 cp.items = [ 44 cp.items = [ 54 cp.items = [ 71 cp.items = [ 91 cp2.items = [ 105 cp.items = [ 124 cp2.items = [
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
alert_track.html | 37 this.items = undefined; 40 this.items = this.alerts_.map(function(alert) {
|
/external/clang/test/CodeGenCXX/ |
typeid-cxx11.cpp | 22 extern constexpr Item items[] = { member in namespace:Test1 27 constexpr auto &x = items[0].ti;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
StringComboPropertyEditor.java | 30 public StringComboPropertyEditor(String... items) { 31 m_items = items;
|