/frameworks/base/core/java/android/transition/ |
D | TransitionSet.java | 87 public TransitionSet setOrdering(int ordering) { in setOrdering() argument 88 switch (ordering) { in setOrdering() 97 "ordering: " + ordering); in setOrdering()
|
D | TransitionInflater.java | 160 int ordering = a.getInt( in createTransitionFromXml() local 163 ((TransitionSet) transition).setOrdering(ordering); in createTransitionFromXml()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ActionMenuItem.java | 59 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, in ActionMenuItem() argument 65 mOrdering = ordering; in ActionMenuItem()
|
D | MenuBuilder.java | 393 final int ordering = getOrdering(categoryOrder); in addInternal() local 396 ordering, title, mDefaultShowAsAction); in addInternal() 403 mItems.add(findInsertIndex(mItems, ordering), item); in addInternal() 753 private static int findInsertIndex(ArrayList<MenuItemImpl> items, int ordering) { in findInsertIndex() argument 756 if (item.getOrdering() <= ordering) { in findInsertIndex()
|
D | MenuItemImpl.java | 115 MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, in MenuItemImpl() argument 136 mOrdering = ordering; in MenuItemImpl()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ActionMenuItem.java | 62 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, in ActionMenuItem() argument 68 mOrdering = ordering; in ActionMenuItem()
|
D | MenuBuilder.java | 400 final int ordering = getOrdering(categoryOrder); in addInternal() local 403 ordering, title, mDefaultShowAsAction); in addInternal() 410 mItems.add(findInsertIndex(mItems, ordering), item); in addInternal() 789 private static int findInsertIndex(ArrayList<MenuItemImpl> items, int ordering) { in findInsertIndex() argument 792 if (item.getOrdering() <= ordering) { in findInsertIndex()
|
D | MenuItemImpl.java | 123 MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, in MenuItemImpl() argument 142 mOrdering = ordering; in MenuItemImpl()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 124 int ordering = a.getInt(com.android.internal.R.styleable.AnimatorSet_ordering, in createAnimatorFromXml() local 126 createAnimatorFromXml(c, parser, attrs, (AnimatorSet) anim, ordering); in createAnimatorFromXml()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | grid-lists.jd | 24 content. The scrolling direction dictates the ordering of the items within the grid list. Since the
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | about.jd | 19 <p>With easy bulk ordering for groups, schools will be able to purchase and
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 18 <li style="margin:0"><a href="#ordering">ARM’s weak ordering</a></li> 321 ordering of stores followed by loads improves performance but imposes a burden 386 <h4 id="ordering">ARM's weak ordering</h4> 415 possible for it to hold 41. Unless you explicitly define the ordering, you 425 access ordering matters. ARM/x86 uniprocessors offer sequential consistency, 492 guarantees about the ordering of loads in thread 1, but we don’t have any of 567 ordering? (Answer: no.) What if there’s a third core watching A and B? 596 instructions is ordering. Do not treat them as cache coherency “sync points” or 681 proper ordering without an explicit barrier. (This is a prime example of why 726 <p>The key thing to remember about barriers is that they define ordering. Don’t [all …]
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 70 android:ordering=["together" | "sequentially"]> 113 <code>ordering</code> attribute.</p> 118 <code>android:ordering</code> 121 <em>Keyword</em>. Specifies the play ordering of animations in this set. 299 <set android:ordering="sequentially">
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | nav-drawer.jd | 96 android.support.v4.widget.DrawerLayout} because the XML order implies z-ordering
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6363 int ordering) in add() argument 6377 values.put(ORDERING, ordering); in add()
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 304 that is beneficial for ordering and quickly selecting items. When you right-click a specific item
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex1.jd | 547 is done using the respective ordering of the two arrays. If we had more columns we wanted
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | apps.jd | 186 provide explicit overrides to the ordering using the following XML attributes in your layout file:
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 943 <set android:ordering="sequentially">
|
/frameworks/base/api/ |
D | current.txt | 785 field public static final int ordering = 16843490; // 0x10102e2
|