/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SecureConversationViewController.java | 206 final MessageHeaderItem item = ConversationViewAdapter.newMessageHeaderItem( local 210 mMessageHeaderView.bind(item, false); 213 mSnapHeaderView.bind(item, false); 217 mMessageFooterView.bind(item, false); 248 public void setMessageSpacerHeight(MessageHeaderItem item, int newSpacerHeight) { 253 public void setMessageExpanded(MessageHeaderItem item, int newSpacerHeight) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ast.py | 182 for item in field: 183 if isinstance(item, AST): 184 yield item 247 for item in value: 248 if isinstance(item, AST): 249 self.visit(item)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 173 item = self.tag_nextrange("TODO", next) 174 if not item: 176 head, tail = item 178 item = self.tag_prevrange("SYNC", head) 179 if item: 180 head = item[1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
validate.py | 387 for item in headers: 388 assert_(type(item) is TupleType, 390 % (item, type(item))) 391 assert_(len(item) == 2) 392 name, value = item 432 "instead return a single-item list containing that string.")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ast.py | 182 for item in field: 183 if isinstance(item, AST): 184 yield item 247 for item in value: 248 if isinstance(item, AST): 249 self.visit(item)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 173 item = self.tag_nextrange("TODO", next) 174 if not item: 176 head, tail = item 178 item = self.tag_prevrange("SYNC", head) 179 if item: 180 head = item[1]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
validate.py | 387 for item in headers: 388 assert_(type(item) is TupleType, 390 % (item, type(item))) 391 assert_(len(item) == 2) 392 name, value = item 432 "instead return a single-item list containing that string.")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 519 """Create an invisible polygon item on canvas self.cv) 549 """Create an invisible line item on canvas self.cv) 577 def _delete(self, item): 578 """Delete graphics item from canvas. 579 If item is"all" delete all graphics items. 581 self.cv.delete(item) 614 Return text item and x-coord of right bottom corner 620 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align], 622 x0, y0, x1, y1 = self.cv.bbox(item) 624 return item, x1- [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 519 """Create an invisible polygon item on canvas self.cv) 549 """Create an invisible line item on canvas self.cv) 577 def _delete(self, item): 578 """Delete graphics item from canvas. 579 If item is"all" delete all graphics items. 581 self.cv.delete(item) 614 Return text item and x-coord of right bottom corner 620 item = self.cv.create_text(x-1, -y, text = txt, anchor = anchor[align], 622 x0, y0, x1, y1 = self.cv.bbox(item) 624 return item, x1- [all...] |
/art/compiler/optimizing/ |
linearize_test.cc | 40 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data); local 41 HGraph* graph = builder.BuildGraph(*item);
|
pretty_printer_test.cc | 34 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data); local 35 HGraph* graph = builder.BuildGraph(*item);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationSetItem.java | 145 AnnotationItem item = items[i]; local 146 int offset = item.getAbsoluteOffset();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationSetItem.java | 146 AnnotationItem item = items[i]; local 147 int offset = item.getAbsoluteOffset();
|
/developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/ |
MainActivity.java | 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch (item.getItemId()) {
|
/developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/ |
MainActivity.java | 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch (item.getItemId()) {
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarLander.java | 80 * Invoked when the user selects an item from the Menu. 82 * @param item the Menu entry which was selected 83 * @return true if the Menu item was legit (and we consumed it), false 87 public boolean onOptionsItemSelected(MenuItem item) { 88 switch (item.getItemId()) {
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
WordActivity.java | 83 public boolean onOptionsItemSelected(MenuItem item) { 84 switch (item.getItemId()) {
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
SwipeRefreshLayoutActivity.java | 121 * Click handler for the menu item to force a refresh. 124 public boolean onOptionsItemSelected(MenuItem item) { 125 final int id = item.getItemId();
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
GridLayoutManagerActivity.java | 45 String item = mAdapter.getValueAt(position); 46 return 1 + (Math.abs(item.hashCode()) % mLayoutManager.getSpanCount());
|
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
LogBuildNumber.java | 126 * targets the correct list view for the About item details 127 * @param item 128 * @return the details string of an about item entry 131 private String getAboutItem(String item) throws UiObjectNotFoundException { 140 // actually contains the text (item) we're looking for. 141 UiObject aboutItem = aboutSettingsList.getChildByText(SettingsHelper.LIST_VIEW_ITEM, item); 144 // here that the param 'item' refers to the label and the second text is the value for it.
|
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/ |
MainActivity.java | 75 public boolean onOptionsItemSelected(MenuItem item) { 76 switch (item.getItemId()) {
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
WindowCallbackWrapper.java | 97 public boolean onMenuItemSelected(int featureId, MenuItem item) { 98 return mCallback.onMenuItemSelected(featureId, item);
|
/external/chromium_org/build/ |
copy_test_data_ios.py | 35 for item in contents: 36 full_path = os.path.join(path, item)
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenuHandler.java | 150 void onOptionsItemSelected(MenuItem item) { 151 mActivity.onOptionsItemSelected(item);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
network_menu.css | 14 .network-menu-item {
|