Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 17 of 17) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/internal/view/menu/
DMenuBuilder_Delegate.java34 int categoryOrder, int ordering, CharSequence title, int defaultShowAsAction) { in createNewMenuItem() argument
35 return new BridgeMenuItemImpl(thisMenu, group, id, categoryOrder, ordering, title, in createNewMenuItem()
DBridgeMenuItemImpl.java40 BridgeMenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, in BridgeMenuItemImpl() argument
42 super(menu, group, id, categoryOrder, ordering, title, showAsAction); in BridgeMenuItemImpl()
/frameworks/base/core/java/android/transition/
DTransitionSet.java106 int ordering = a.getInt(R.styleable.TransitionSet_transitionOrdering, in TransitionSet() local
108 setOrdering(ordering); in TransitionSet()
120 public TransitionSet setOrdering(int ordering) { in setOrdering() argument
121 switch (ordering) { in setOrdering()
130 "ordering: " + ordering); in setOrdering()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuBuilder.java422 final int ordering = getOrdering(categoryOrder); in addInternal() local
424 final MenuItemImpl item = createNewMenuItem(group, id, categoryOrder, ordering, title, in addInternal()
432 mItems.add(findInsertIndex(mItems, ordering), item); in addInternal()
439 private MenuItemImpl createNewMenuItem(int group, int id, int categoryOrder, int ordering, in createNewMenuItem() argument
441 return new MenuItemImpl(this, group, id, categoryOrder, ordering, title, in createNewMenuItem()
799 private static int findInsertIndex(ArrayList<MenuItemImpl> items, int ordering) { in findInsertIndex() argument
802 if (item.getOrdering() <= ordering) { in findInsertIndex()
DActionMenuItem.java74 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, in ActionMenuItem() argument
80 mOrdering = ordering; in ActionMenuItem()
DMenuItemImpl.java127 MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, in MenuItemImpl() argument
134 mOrdering = ordering; in MenuItemImpl()
/frameworks/base/core/proto/android/server/
Dbackup_chunks_metadata.proto38 // The chunk ordering contains a list of the start position of each chunk in the encrypted file,
43 // The chunk ordering does not contain any start positions, and instead each encrypted chunk in
/frameworks/base/core/proto/android/app/
Denums.proto43 // Unlike the ActivityManager PROCESS_STATE values, the ordering and numerical values
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java679 int ordering = a.getInt(R.styleable.AnimatorSet_ordering, TOGETHER); in createAnimatorFromXml() local
680 createAnimatorFromXml(res, theme, parser, attrs, (AnimatorSet) anim, ordering, in createAnimatorFromXml()
/frameworks/av/apex/
Dld.config.txt59 # because of its realpath. It's better to not depend on the ordering if
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto391 // Holds comma-separated list of ordering of QuickSettings tiles.
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t524 * different burst objects.) The runtime makes no guarantee on the ordering of
526 * application should enforce the ordering by ensuring that one execution
1084 * by {@link ANeuralNetworksDevice_getFeatureLevel}. There is no implicit ordering of the versions.
/frameworks/base/core/java/android/provider/
DSettings.java15190 int ordering) in add() argument
15204 values.put(ORDERING, ordering); in add()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt893 field public static final int ordering = 16843490; // 0x10102e2
/frameworks/base/non-updatable-api/
Dcurrent.txt1000 field public static final int ordering = 16843490; // 0x10102e2
/frameworks/base/api/
Dcurrent.txt1000 field public static final int ordering = 16843490; // 0x10102e2
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90615 Lcom/android/internal/R$attr;->ordering:I