Searched defs:group (Results 1 - 25 of 56) sorted by relevance

123

/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/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/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/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/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/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/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java47 public boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
50 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split); argument
51 public int getLayoutMode(ViewGroup group); argument
52 public void setLayoutMode(ViewGroup group, int mode); argument
57 ViewGroup group, View child, AccessibilityEvent event) {
61 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
66 public int getLayoutMode(ViewGroup group) { argument
71 public void setLayoutMode(ViewGroup group, int mode) { argument
78 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument
79 ViewGroupCompatHC.setMotionEventSplittingEnabled(group, spli
56 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
85 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
93 getLayoutMode(ViewGroup group) argument
98 setLayoutMode(ViewGroup group, int mode) argument
139 onRequestSendAccessibilityEvent(ViewGroup group, View child, AccessibilityEvent event) argument
160 setMotionEventSplittingEnabled(ViewGroup group, boolean split) argument
176 getLayoutMode(ViewGroup group) argument
189 setLayoutMode(ViewGroup group, int mode) 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/core/java/android/content/pm/
H A DPermissionInfo.java93 * The group this permission is a part of, as per
96 public String group; field in class:PermissionInfo
166 group = orig.group;
209 dest.writeString(group);
228 group = source.readString();
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java27 * A class representing a Wi-Fi P2p group list
69 * Return the list of p2p group.
71 * @return the list of p2p group.
78 * Add the specified group to this group list.
80 * @param group
82 void add(WifiP2pGroup group) { argument
83 mGroups.put(group.getNetworkId(), group);
87 * Remove the group wit
[all...]
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp169 ArgStartGroupList("start-group",
171 cl::desc("start to record a group of archives"));
175 cl::desc("alias for --start-group"),
179 ArgEndGroupList("end-group",
181 cl::desc("stop recording a group of archives"));
185 cl::desc("alias for --end-group"),
356 /// --start-group
357 cl::list<bool>::iterator group, gsBegin, gsEnd; local
360 for (group = gsBegin; group !
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java80 public void addGroup(String group) { argument
84 mGroupList.add(group);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java437 public void onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, argument
443 public void onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) { argument
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java32 * An adapter that returns the {@link Preference} contained in this group.
54 * The group that we are providing data from.
116 // If this group gets or loses any children, let us know
146 private void flattenPreferenceGroup(List<Preference> preferences, PreferenceGroup group) { argument
148 group.sortPreferences();
150 final int groupSize = group.getPreferenceCount();
152 final Preference preference = group.getPreference(i);
232 // There should always be a preference group, and these groups are always
/frameworks/base/core/java/android/view/
H A DMenu.java77 * Value to use for group and item identifier integers when you don't care
83 * First value for group and item identifier integers.
118 * any existing menu items in the same group.
157 * @param groupId The group identifier that this item should be part of.
160 * group.
174 * @param groupId The group identifier that this item should be part of.
177 * group.
216 * @param groupId The group identifier that this item should be part of.
219 * group.
233 * @param groupId The group identifie
339 setGroupCheckable(int group, boolean checkable, boolean exclusive) argument
349 setGroupVisible(int group, boolean visible) argument
359 setGroupEnabled(int group, boolean enabled) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java32 * buttons. Checking one radio button that belongs to a radio group unchecks
33 * any previously checked radio button within the same group.</p>
36 * to uncheck a particular radio button, the radio group can be cleared to
149 * @param id the unique id of the radio button to select in this group
186 * <p>Returns the identifier of the selected radio button in this group.
189 * @return the unique id of the selected radio button in this group
202 * in this group is selected and {@link #getCheckedRadioButtonId()} returns
214 * changes in this group.</p>
331 * radio button changed in this group.</p>
338 * @param group th
341 onCheckedChanged(RadioGroup group, int checkedId) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java308 public void onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, argument
314 public void onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) { argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java218 public void setGroupCheckable(int group, boolean checkable, argument
225 if (item.getGroupId() == group) {
232 public void setGroupEnabled(int group, boolean enabled) { argument
238 if (item.getGroupId() == group) {
244 public void setGroupVisible(int group, boolean visible) { argument
250 if (item.getGroupId() == group) {
H A DActionMenuItem.java59 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, argument
63 mGroup = group;
/frameworks/base/tools/aapt/
H A DPackage.cpp43 const sp<AaptGroup>& group, const sp<AaptFile>& file);
297 const sp<AaptGroup>& group, const sp<AaptFile>& file)
301 String8 storageName(group->getPath());
296 processFile(Bundle* bundle, ZipFile* zip, const sp<AaptGroup>& group, const sp<AaptFile>& file) argument
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp229 Group group; local
230 group.texture = tname;
231 group.fbo = name;
232 group.width = mVpWidth;
233 group.height = mVpHeight;
234 group.colorTransform = colorTransform;
236 mGroupStack.push(group);
241 const Group group(mGroupStack.top());
252 Texture texture(Texture::TEXTURE_2D, group.texture);
253 texture.setDimensions(group
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuWrapperICS.java113 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) { argument
114 mWrappedObject.setGroupCheckable(group, checkable, exclusive);
118 public void setGroupVisible(int group, boolean visible) { argument
119 mWrappedObject.setGroupVisible(group, visible);
123 public void setGroupEnabled(int group, boolean enabled) { argument
124 mWrappedObject.setGroupEnabled(group, enabled);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp668 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { argument
676 fchown(fd, getuid(), group);
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java422 Slog.e(TAG, "The state of the spell checker bind group is illegal.");
488 final SpellCheckerBindGroup group = new SpellCheckerBindGroup(
490 mSpellCheckerBindGroups.put(sciId, group);
519 for (SpellCheckerBindGroup group : mSpellCheckerBindGroups.values()) {
520 if (group == null) continue;
522 removeList.add(group);
765 // do not add the lister if the group already contains this.
824 Slog.d(TAG, "Remove bind group.");
870 final SpellCheckerBindGroup group = mSpellCheckerBindGroups.get(mSciId);
871 if (group !
894 InternalDeathRecipient(SpellCheckerBindGroup group, ITextServicesSessionListener tsListener, String scLocale, ISpellCheckerSessionListener scListener, int uid, Bundle bundle) argument
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java948 * joins. The group object may not exist before the call is established.
949 * Also, the {@code AudioStream} may change its group during a call (e.g.,
952 * {@link #close} method is called. If a group object is set by
979 public void setAudioGroup(AudioGroup group) { argument
981 if (DBG) log("setAudioGroup: group=" + group);
983 mAudioStream.join(group);
985 mAudioGroup = group;
1090 // set audio group mode based on current audio configuration

Completed in 802 milliseconds

123