Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 19 of 19) 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/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto97 // ordering.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt75 * Fixed initialization ordering problem in logging code.
DCHANGES.txt972 * Fixed some initialization ordering bugs.
1235 * Improved static initialization code, making ordering more
1283 * Fix static initialization ordering bug that caused crashes at startup when
/frameworks/base/core/proto/android/app/
Denums.proto43 // Unlike the ActivityManager PROCESS_STATE values, the ordering and numerical values
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m493 # names; the ordering is very important because some systems
104 # The ordering *is* (sometimes) important. Some notes on the
/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.txt51 # because of its realpath. It's better to not depend on the ordering if
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto378 // Holds comma-separated list of ordering of QuickSettings tiles.
/frameworks/base/core/java/android/provider/
DSettings.java15087 int ordering) in add() argument
15101 values.put(ORDERING, ordering); in add()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt893 field public static final int ordering = 16843490; // 0x10102e2
/frameworks/base/api/
Dcurrent.txt998 field public static final int ordering = 16843490; // 0x10102e2
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt97054 Lcom/android/internal/R$attr;->ordering:I