/frameworks/layoutlib/bridge/src/com/android/internal/view/menu/ |
D | MenuBuilder_Delegate.java | 34 int categoryOrder, int ordering, CharSequence title, int defaultShowAsAction) { in createNewMenuItem() argument 35 return new BridgeMenuItemImpl(thisMenu, group, id, categoryOrder, ordering, title, in createNewMenuItem()
|
D | BridgeMenuItemImpl.java | 40 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/ |
D | TransitionSet.java | 106 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/ |
D | MenuBuilder.java | 422 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()
|
D | ActionMenuItem.java | 74 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, in ActionMenuItem() argument 80 mOrdering = ordering; in ActionMenuItem()
|
D | MenuItemImpl.java | 127 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/ |
D | backup_chunks_metadata.proto | 38 // 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/ |
D | enums.proto | 43 // Unlike the ActivityManager PROCESS_STATE values, the ordering and numerical values
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 679 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/ |
D | ld.config.txt | 59 # because of its realpath. It's better to not depend on the ordering if
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 391 // Holds comma-separated list of ordering of QuickSettings tiles.
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 524 * 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/ |
D | Settings.java | 15190 int ordering) in add() argument 15204 values.put(ORDERING, ordering); in add()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 893 field public static final int ordering = 16843490; // 0x10102e2
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 1000 field public static final int ordering = 16843490; // 0x10102e2
|
/frameworks/base/api/ |
D | current.txt | 1000 field public static final int ordering = 16843490; // 0x10102e2
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 90615 Lcom/android/internal/R$attr;->ordering:I
|