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

12345678

/frameworks/support/v4/jellybean-mr2/android/support/v4/view/
H A DViewGroupCompatJellybeanMR2.java23 public static int getLayoutMode(ViewGroup group) { argument
24 return group.getLayoutMode();
27 public static void setLayoutMode(ViewGroup group, int mode) { argument
28 group.setLayoutMode(mode);
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewGroupCompatLollipop.java23 public static void setTransitionGroup(ViewGroup group, boolean isTransitionGroup) { argument
24 group.setTransitionGroup(isTransitionGroup);
27 public static boolean isTransitionGroup(ViewGroup group) { argument
28 return group.isTransitionGroup();
31 public static int getNestedScrollAxes(ViewGroup group) { argument
32 return group.getNestedScrollAxes();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java47 boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
49 void setMotionEventSplittingEnabled(ViewGroup group, boolean split); argument
50 int getLayoutMode(ViewGroup group); argument
51 void setLayoutMode(ViewGroup group, int mode); argument
52 void setTransitionGroup(ViewGroup group, boolean isTransitionGroup); argument
53 boolean isTransitionGroup(ViewGroup group); argument
54 int getNestedScrollAxes(ViewGroup group); argument
59 ViewGroup group, View child, AccessibilityEvent event) {
63 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
68 public int getLayoutMode(ViewGroup group) { argument
58 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
73 setLayoutMode(ViewGroup group, int mode) argument
78 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument
82 isTransitionGroup(ViewGroup group) argument
87 getNestedScrollAxes(ViewGroup group) argument
97 setMotionEventSplittingEnabled(ViewGroup group, boolean split) argument
104 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
112 getLayoutMode(ViewGroup group) argument
117 setLayoutMode(ViewGroup group, int mode) argument
124 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument
129 isTransitionGroup(ViewGroup group) argument
134 getNestedScrollAxes(ViewGroup group) argument
177 onRequestSendAccessibilityEvent(ViewGroup group, View child, AccessibilityEvent event) argument
198 setMotionEventSplittingEnabled(ViewGroup group, boolean split) argument
214 getLayoutMode(ViewGroup group) argument
227 setLayoutMode(ViewGroup group, int mode) argument
239 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument
248 isTransitionGroup(ViewGroup group) argument
264 getNestedScrollAxes(ViewGroup group) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java43 NotificationGroup group = mGroupMap.get(sbn.getGroupKey());
44 if (group == null) {
47 return group.expanded;
51 NotificationGroup group = mGroupMap.get(sbn.getGroupKey());
52 if (group == null) {
55 setGroupExpanded(group, expanded);
58 private void setGroupExpanded(NotificationGroup group, boolean expanded) { argument
59 group.expanded = expanded;
60 if (group.summary != null) {
61 mListener.onGroupExpansionChanged(group
241 onGroupCreatedFromChildren(NotificationGroup group) argument
[all...]
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewGroupCompatHC.java26 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
27 group.setMotionEventSplittingEnabled(split);
/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/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/base/tools/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/v4/ics/android/support/v4/view/
H A DViewGroupCompatIcs.java27 public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
29 return group.onRequestSendAccessibilityEvent(child, event);
/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/opt/bluetooth/src/android/bluetooth/client/pbap/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/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/data-binding/developmentPlugins/bintrayPlugin/
H A Dbuild.gradle24 testCompile group: 'junit', name: 'junit', version: '4.12'
/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.c22 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/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/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java177 // The task offset to apply to a task id as a group affiliation
229 // Remove it from the group as well, and if it is empty, remove the group
230 TaskGrouping group = t.group;
231 group.removeTask(t);
232 if (group.getTaskCount() == 0) {
233 removeGroup(group);
370 /** Adds a group to the set */
371 public void addGroup(TaskGrouping group) { argument
376 removeGroup(TaskGrouping group) argument
[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/data-binding/extensions/
H A Dbuild.gradle28 group = config.group
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java84 // SipProfile URI --> group
134 for (SipSessionGroupExt group : mSipGroups.values()) {
135 if (isCallerRadio || isCallerCreator(group)) {
136 profiles.add(group.getLocalProfile());
173 SipSessionGroupExt group = createGroup(localProfile,
176 group.openToReceiveCalls();
185 private boolean isCallerCreator(SipSessionGroupExt group) { argument
186 SipProfile profile = group.getLocalProfile();
190 private boolean isCallerCreatorOrRadio(SipSessionGroupExt group) { argument
191 return (isCallerRadio() || isCallerCreator(group));
813 start(SipSessionGroup group) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.c103 Function to decode interleaved slice group map type, i.e. slice
104 group map type 0.
109 runLength run_length[] values for each slice group
113 map slice group map is stored here
129 u32 i,j, group; local
140 for (group = 0; group < numSliceGroups && i < picSize;
141 i += runLength[group++])
143 ASSERT(runLength[group] <= picSize);
144 for (j = 0; j < runLength[group]
237 u32 group; local
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java30 * A class representing a Wi-Fi P2p group. A p2p group consists of a single group
31 * owner and one or more clients. In the case of a group with only two devices, one
32 * will be the group owner and the other will be a group client.
54 /** Device is group owner */
68 /** P2P group started string pattern */
115 mNetworkName = match.group(1);
117 //int freq = Integer.parseInt(match.group(
[all...]

Completed in 1416 milliseconds

12345678