HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1226 - 1250 of 4164) sorted by null

<<41424344454647484950>>

  /frameworks/base/core/java/android/preference/
GenericInflater.java 77 * @param context The context the item is being created in.
79 * @return Newly created item. Return null for the default behavior.
170 * name. If the factory returns an item, add that to the hierarchy. If it
181 * each element name as the XML is parsed. If the factory returns an item,
209 * Inflate a new item hierarchy from the specified xml resource. Throws
216 * this is the root item; otherwise it is the root of the inflated
365 * @return The newly instantied item, or null.
407 * This routine is responsible for creating the correct subclass of item
408 * given the xml element name. Override it to handle custom item objects. If
412 * @param name The fully qualified class name of the item to be create
424 T item = (mFactory == null) ? null : mFactory.onCreateItem(name, mContext, attrs); local
481 T item = createItemFromTag(parser, name, attrs); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 76 # each value in mapdict is expected to be a sequence, where each item
83 for item in items:
84 state = item[:-1]
85 val = item[-1]
425 If it is a list (or tuple, or something else), each item should be
426 a tuple where the first item is the layout name and the second item
449 where the first item is the layout name, and the other
1340 def item(self, item, option=None, **kw): member in class:Treeview
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 76 # each value in mapdict is expected to be a sequence, where each item
83 for item in items:
84 state = item[:-1]
85 val = item[-1]
425 If it is a list (or tuple, or something else), each item should be
426 a tuple where the first item is the layout name and the second item
449 where the first item is the layout name, and the other
1340 def item(self, item, option=None, **kw): member in class:Treeview
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/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();
  /dalvik/dx/src/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 54 public Collection<? extends Item> items() {
164 TypeIdItem item = typeIds.get(type); local
166 if (item == null) {
170 return item.getIndex();
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
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);
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
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);
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
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);
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/basictransition/
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);
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
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);
  /developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/java/com/example/android/borderlessbuttons/
MainActivity.java 85 // Because the list item contains multiple touch targets, you should not override
119 public boolean onOptionsItemSelected(MenuItem item) {
120 switch (item.getItemId()) {
128 return super.onOptionsItemSelected(item);
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
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);
  /developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
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);
  /developers/build/prebuilts/gradle/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
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);
  /developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/
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);
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
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);
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
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);
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
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);
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
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);
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
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);
  /developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/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);
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
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);
  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/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);

Completed in 1001 milliseconds

<<41424344454647484950>>