/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/ |
MainActivity.java | 39 * on other devices it's visibility is controlled by an item on the Action Bar. 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch(item.getItemId()) { 88 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/ |
MainActivity.java | 36 * on other devices it's visibility is controlled by an item on the Action Bar. 74 public boolean onOptionsItemSelected(MenuItem item) { 75 switch(item.getItemId()) { 87 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/ |
MainActivity.java | 36 * on other devices it's visibility is controlled by an item on the Action Bar. 74 public boolean onOptionsItemSelected(MenuItem item) { 75 switch(item.getItemId()) { 87 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/ |
MainActivity.java | 36 * on other devices it's visibility is controlled by an item on the Action Bar. 74 public boolean onOptionsItemSelected(MenuItem item) { 75 switch(item.getItemId()) { 87 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/ |
MainActivity.java | 39 * on other devices it's visibility is controlled by an item on the Action Bar. 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch(item.getItemId()) { 88 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
MainActivity.java | 39 * on other devices it's visibility is controlled by an item on the Action Bar. 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch(item.getItemId()) { 88 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/ |
MainActivity.java | 39 * on other devices it's visibility is controlled by an item on the Action Bar. 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch(item.getItemId()) { 88 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/ |
MainActivity.java | 39 * on other devices it's visibility is controlled by an item on the Action Bar. 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch(item.getItemId()) { 88 return super.onOptionsItemSelected(item);
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/ |
MainActivity.java | 39 * on other devices it's visibility is controlled by an item on the Action Bar. 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch(item.getItemId()) { 88 return super.onOptionsItemSelected(item);
|
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
CollectionDemoActivity.java | 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch (item.getItemId()) { 97 return super.onOptionsItemSelected(item);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExsltFunction.java | 91 Node child = children.item(i); 92 if (children.item(i) instanceof ElemParam) { 93 ElemParam param = (ElemParam)children.item(i);
|
/external/chromium_org/base/message_loop/ |
message_pump_win.h | 331 bool MatchCompletedIOItem(IOHandler* filter, IOItem* item); 332 bool GetIOItem(DWORD timeout, IOItem* item); 333 bool ProcessInternalIOItem(const IOItem& item);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ |
ContextMenuHelper.java | 104 public boolean onMenuItemClick(MenuItem item) { 107 final int action = mCurrentContextMenuParams.getCustomActionAt(item.getItemId()); 112 return mPopulator.onItemSelected(this, mCurrentContextMenuParams, item.getItemId());
|
/external/chromium_org/chrome/browser/extensions/api/context_menus/ |
context_menus_api.cc | 92 MenuItem* item = manager->GetItemById(id); local 94 if (!item || item->extension_id() != extension_id()) {
|
/external/chromium_org/chrome/browser/ui/ash/ |
chrome_shell_delegate.cc | 130 ash::ShelfItem* item) { 136 if (item_delegate && item) 137 return new LauncherContextMenu(shelf_delegate_, item_delegate, item, root);
|
/external/chromium_org/chrome/tools/build/mac/ |
generate_localizer | 84 for item in constants_list: 85 parts = item.split('$', 1) 92 ( item, label_id[1:], label_arg_id)
|
/external/chromium_org/content/browser/devtools/ |
renderer_overrides_handler_browsertest.cc | 52 base::DictionaryValue* item; local 53 if (!list->GetDictionary(i, &item)) 56 if (!item->GetString(name, &id))
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
WorkersSidebarPane.js | 98 var item = this._workerListElement.createChild("div", "dedicated-worker-item"); 99 var link = item.createChild("a"); 104 this._idToWorkerItem[workerId] = item;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
sourcesView.css | 56 #sources-panel-sources-view .sources-status-bar .status-bar-item { 61 #sources-panel-sources-view .sources-status-bar .status-bar-item.status-bar-text { 70 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item .glyph { 74 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item.toggled .glyph { 92 button.status-bar-item.scripts-debugger-show-hide-button { 96 button.status-bar-item.scripts-navigator-show-hide-button {
|
/external/chromium_org/third_party/skia/tools/ |
sanitize_source_files.py | 30 for item in os.listdir(directory): 32 full_item_path = os.path.join(directory, item) 34 if os.path.isfile(full_item_path): # Item is a file. 77 elif item not in _SUBDIRS_TO_IGNORE: 78 # Item is a directory recursively call the method.
|
/external/chromium_org/tools/grit/grit/format/policy_templates/ |
policy_template_generator.py | 123 for item in policy['items']: 124 item['caption'] = self._ImportMessage(item['caption']) 132 '''Adds localized message strings to each item in a list of policies and 138 for each item and to their child items, recursively. 149 are called here for each item of self._policy_groups.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
typedarrays.js | 273 function SubarrayTestCase(constructor, item, expectedResultLen, expectedStartIndex, 280 s[0] = item; 281 assertSame(item, a[expectedStartIndex]); 285 function TestSubArray(constructor, item) { 286 SubarrayTestCase(constructor, item, 512, 512, 1024, 512, 1024); 287 SubarrayTestCase(constructor, item, 512, 512, 1024, 512); 289 SubarrayTestCase(constructor, item, 0, undefined, 0, 1, 20); 290 SubarrayTestCase(constructor, item, 100, 0, 100, 0, 100); 291 SubarrayTestCase(constructor, item, 100, 0, 100, 0, 1000); 292 SubarrayTestCase(constructor, item, 0, undefined, 100, 5, 1) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
OffsettedItem.java | 23 * An item in a Dalvik file which is referenced by absolute offset. 25 public abstract class OffsettedItem extends Item 35 * {@code null-ok;} section the item was added to, or {@code null} if 41 * {@code >= -1;} assigned offset of the item from the start of its section, 47 * Gets the absolute offset of the given item, returning {@code 0} 50 * @param item {@code null-ok;} the item in question 51 * @return {@code >= 0;} the item's absolute offset, or {@code 0} 52 * if {@code item == null} 54 public static int getAbsoluteOffsetOr0(OffsettedItem item) { [all...] |
TypeIdsSection.java | 50 public Collection<? extends Item> items() { 158 TypeIdItem item = typeIds.get(type); local 160 if (item == null) { 164 return item.getIndex();
|
/external/skia/tools/ |
sanitize_source_files.py | 30 for item in os.listdir(directory): 32 full_item_path = os.path.join(directory, item) 34 if os.path.isfile(full_item_path): # Item is a file. 77 elif item not in _SUBDIRS_TO_IGNORE: 78 # Item is a directory recursively call the method.
|