Searched refs:group (Results 1 - 25 of 275) sorted by relevance

1234567891011

/frameworks/support/compat/java/android/support/v4/view/
H A DViewGroupCompat.java50 public int getLayoutMode(ViewGroup group) { argument
54 public void setLayoutMode(ViewGroup group, int mode) { argument
58 public void setTransitionGroup(ViewGroup group, boolean isTransitionGroup) { argument
59 group.setTag(R.id.tag_transition_group, isTransitionGroup);
62 public boolean isTransitionGroup(ViewGroup group) { argument
63 Boolean explicit = (Boolean) group.getTag(R.id.tag_transition_group);
65 || group.getBackground() != null
66 || ViewCompat.getTransitionName(group) != null;
69 public int getNestedScrollAxes(ViewGroup group) { argument
70 if (group instanceo
80 getLayoutMode(ViewGroup group) argument
85 setLayoutMode(ViewGroup group, int mode) argument
93 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument
98 isTransitionGroup(ViewGroup group) argument
103 getNestedScrollAxes(ViewGroup group) argument
143 onRequestSendAccessibilityEvent(ViewGroup group, View child, AccessibilityEvent event) argument
167 setMotionEventSplittingEnabled(ViewGroup group, boolean split) argument
183 getLayoutMode(ViewGroup group) argument
196 setLayoutMode(ViewGroup group, int mode) argument
208 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument
217 isTransitionGroup(ViewGroup group) argument
234 getNestedScrollAxes(@onNull ViewGroup group) argument
[all...]
/frameworks/support/transition/src/android/support/transition/
H A DViewGroupUtils.java41 static ViewGroupOverlayImpl getOverlay(@NonNull ViewGroup group) { argument
42 return IMPL.getOverlay(group);
48 static void suppressLayout(@NonNull ViewGroup group, boolean suppress) { argument
49 IMPL.suppressLayout(group, suppress);
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
H A DUser.java21 private int group; field in class:User
25 public User(String name, String lastName, int photoResource, int group) { argument
29 this.group = group;
32 public void setGroup(int group) { argument
33 if (this.group == group) {
36 this.group = group;
37 notifyPropertyChanged(BR.group);
[all...]
/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser_test.cpp45 <abi-group label="arm">
48 </abi-group>
49 <abi-group label="other">
52 </abi-group>
53 <screen-density-group label="large">
57 </screen-density-group>
58 <screen-density-group label="alldpi">
65 </screen-density-group>
66 <locale-group label="europe">
71 </locale-group>
[all...]
/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java108 * group.
117 * GROUP_SIZE) to make the odd-size group appear at the end instead
127 final int group = (int) (input & 0x1F);
130 encoded[--index] = alphabet[group];
143 final int group = input[i];
150 if ('A' <= group && group <= 'Z') {
151 value = group - 'A';
152 } else if ('2' <= group && group <
[all...]
H A DFeatureGroupInfo.java24 * AndroidManifest.xml's {@code <feature-group>} tag.
29 * The list of features that are required by this group.
55 FeatureGroupInfo group = new FeatureGroupInfo();
56 group.features = source.createTypedArray(FeatureInfo.CREATOR);
57 return group;
/frameworks/layoutlib/bridge/src/com/android/internal/view/menu/
H A DMenuBuilder_Delegate.java33 /*package*/ static MenuItemImpl createNewMenuItem(MenuBuilder thisMenu, int group, int id, argument
35 return new BridgeMenuItemImpl(thisMenu, group, id, categoryOrder, ordering, title,
/frameworks/support/transition/base/android/support/transition/
H A DViewGroupUtilsImpl.java26 ViewGroupOverlayImpl getOverlay(@NonNull ViewGroup group); argument
28 void suppressLayout(@NonNull ViewGroup group, boolean suppress); argument
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioStream.java79 * Joins an {@link AudioGroup}. Each stream can join only one group at a
80 * time. The group can be changed by passing a different one or removed
83 * @param group The AudioGroup to join or {@code null} to leave.
87 public void join(AudioGroup group) { argument
89 if (mGroup == group) {
96 if (group != null) {
97 group.add(this);
98 mGroup = group;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexTime.java45 * (except group 8 which is either + or -)
49 cal.set(Integer.parseInt(m.group(1)), Integer.parseInt(m.group(2)) - 1,
50 Integer.parseInt(m.group(3)), Integer.parseInt(m.group(4)),
51 Integer.parseInt(m.group(5)), Integer.parseInt(m.group(6)));
54 * if 7th group is matched then we have UTC offset information
57 if (m.group(7) != null) {
58 int ohh = Integer.parseInt(m.group(
[all...]
/frameworks/support/transition/api14/android/support/transition/
H A DViewGroupUtilsApi14.java45 public ViewGroupOverlayImpl getOverlay(@NonNull ViewGroup group) { argument
46 return ViewGroupOverlayApi14.createFrom(group);
50 public void suppressLayout(@NonNull ViewGroup group, boolean suppress) { argument
67 final LayoutTransition layoutTransition = group.getLayoutTransition();
73 group.setTag(R.id.transition_layout_save, layoutTransition);
77 group.setLayoutTransition(sEmptyLayoutTransition);
80 group.setLayoutTransition(null);
94 layoutSuppressed = sLayoutSuppressedField.getBoolean(group);
96 sLayoutSuppressedField.setBoolean(group, false);
103 group
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java54 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
55 if (group == null) {
58 return group.expanded;
62 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
63 if (group == null) {
66 setGroupExpanded(group, expanded);
69 private void setGroupExpanded(NotificationGroup group, boolean expanded) { argument
70 group.expanded = expanded;
71 if (group.summary != null) {
72 mListener.onGroupExpansionChanged(group
158 updateSuppression(NotificationGroup group) argument
178 hasIsolatedChildren(NotificationGroup group) argument
522 onGroupCreatedFromChildren(NotificationGroup group) argument
[all...]
/frameworks/support/app-toolkit/buildSrc/src/main/groovy/android/support/gmaven/
H A DGMavenVersionChecker.groovy27 * Due to the structure of maven.google.com, a new query is necessary for each group.
36 private static final String GROUP_FILE = "group-index.xml"
38 // cache versions by group to avoid re-querying for each artifact
55 * artifact in that group
57 * @param group Maven group name
60 private static String buildGroupUrl(String group) {
61 return BASE + group.replace(".", "/") + "/" + GROUP_FILE
65 * Returns the version data for each artifact in a given group.
69 * @param group Th
[all...]
/frameworks/support/buildSrc/src/main/groovy/android/support/gmaven/
H A DGMavenVersionChecker.groovy27 * Due to the structure of maven.google.com, a new query is necessary for each group.
36 private static final String GROUP_FILE = "group-index.xml"
38 // cache versions by group to avoid re-querying for each artifact
55 * artifact in that group
57 * @param group Maven group name
60 private static String buildGroupUrl(String group) {
61 return BASE + group.replace(".", "/") + "/" + GROUP_FILE
65 * Returns the version data for each artifact in a given group.
69 * @param group Th
[all...]
/frameworks/rs/
H A DrsScriptGroup2.cpp25 ScriptGroup2* group = new ScriptGroup2(rsc, name, cacheDir, local
30 rsc->mHal.funcs.scriptgroup.init(rsc, group);
33 group->incUserRef();
35 return group;
/frameworks/support/transition/api18/android/support/transition/
H A DViewGroupUtilsApi18.java36 public ViewGroupOverlayImpl getOverlay(@NonNull ViewGroup group) { argument
37 return new ViewGroupOverlayApi18(group);
41 public void suppressLayout(@NonNull ViewGroup group, boolean suppress) { argument
45 sSuppressLayoutMethod.invoke(group, suppress);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java41 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
43 group.getCheckedRadioButtonId());
58 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
60 group.getCheckedRadioButtonId());
/frameworks/wilhelm/src/itf/
H A DI3DGrouping.cpp22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) argument
27 C3DGroup *newGroup = (C3DGroup *) group;
30 // check that new group has the correct object ID and is realized, and acquire a strong
32 // specifies group as this audio player
34 // the new group is left unlocked, but it will be locked again below
47 // remove this object from the old group's set of objects
50 // note that we already have a strong reference to the old group
56 // add this object to the new group's set of objects
59 // we already have a strong reference to the new group, but we need to re-lock it
84 C3DGroup *group local
109 C3DGroup *group = thiz->mGroup; local
[all...]
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationMenu.java40 public SubMenu addSubMenu(int group, int id, int categoryOrder, CharSequence title) { argument
45 protected MenuItem addInternal(int group, int id, int categoryOrder, CharSequence title) { argument
52 final MenuItem item = super.addInternal(group, id, categoryOrder, title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenRadioLayout.java73 ViewGroup group = (ViewGroup) content;
74 for (int i = 0; i < group.getChildCount(); i++) {
75 View v = findFirstClickable(group.getChildAt(i));
85 ViewGroup group = (ViewGroup) content;
86 for (int i = group.getChildCount() - 1; i >= 0; i--) {
87 View v = findLastClickable(group.getChildAt(i));
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp98 sp<Rule> RuleGenerator::generate(const SortedVector<SplitDescription>& group, size_t index) { argument
102 if (group[index].config.locale != 0) {
107 group[index].config.getBcp47Locale(str);
112 if (group[index].config.sdkVersion != 0) {
116 sdk->longArgs.add(group[index].config.sdkVersion - 1);
120 if (group[index].config.density != 0) {
123 allDensities.add(group[index].config.density);
125 const size_t groupSize = group.size();
127 if (group[i].config.density != group[inde
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java45 String group = in.readString();
49 return new WifiDisplaySessionInfo(client, session, group, pp, ip);
63 boolean client, int session, String group, String pp, String ip) {
66 mGroupId = group;
62 WifiDisplaySessionInfo( boolean client, int session, String group, String pp, String ip) argument
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DCrossfadeImage.java53 TransitionSet group = new TransitionSet();
54 group.setDuration(1500);
55 group.addTransition(mCrossfade).addTransition(new ChangeBounds());
56 mTransition = group;
/frameworks/support/v7/preference/
H A Dbuild.gradle26 androidTestImplementation libs.mockito_core, { exclude group: 'net.bytebuddy' } // DexMaker has it"s own MockMaker
27 androidTestImplementation libs.dexmaker_mockito, { exclude group: 'net.bytebuddy' } // DexMaker has it"s own MockMaker
/frameworks/support/app-toolkit/buildSrc/
H A Drelease.gradle40 def group = it.project.group[0]
43 if (group == null || archiveName == null || version == null) {
47 def subFolder = group.replace('.', '/') + "/" + archiveName + "/" + version
55 if (rootProject.ext.versionChecker.isReleased(group, archiveName, version)) {

Completed in 805 milliseconds

1234567891011