Searched refs:group (Results 26 - 50 of 99) sorted by relevance

1234

/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java191 + ": " + label + " in group " + grp.name);
402 final String origGroupName = tmpPermInfo.group;
406 tmpPermInfo.group = groupName;
408 MyPermissionGroupInfo group = mPermGroups.get(groupName);
409 if (group == null) {
415 group = new MyPermissionGroupInfo(grp);
418 // didn't originally specify a group or the group it
420 // its group to be the permission's package name.
421 tmpPermInfo.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/view/
H A DViewDebug.java510 ViewGroup group = (ViewGroup) view;
511 final int count = group.getChildCount();
513 forceLayout(group.getChildAt(i));
578 ViewGroup group = (ViewGroup) view;
579 final int count = group.getChildCount();
581 profileViewAndChildren(group.getChildAt(i), out, false);
684 ViewGroup group = (ViewGroup) view;
685 int count = group.getChildCount();
688 captureViewLayer(group.getChildAt(i), clientStream, localVisible);
761 ViewGroup group
775 findView(ViewGroup group, String className, int hashCode) argument
807 dumpViewHierarchyWithProperties(Context context, ViewGroup group, BufferedWriter out, int level) argument
[all...]
H A DVolumePanel.java205 ViewGroup group; field in class:VolumePanel.StreamControl
401 sc.group = (ViewGroup) inflater.inflate(R.layout.volume_adjust_item, null);
402 sc.group.setTag(sc);
403 sc.icon = (ImageView) sc.group.findViewById(R.id.stream_icon);
409 sc.seekbarView = (SeekBar) sc.group.findViewById(R.id.seekbar);
427 mSliderGroup.addView(active.group);
429 active.group.setVisibility(View.VISIBLE);
446 mSliderGroup.addView(sc.group);
/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h79 void setObserver(MediaBufferObserver *group);
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java419 Slog.e(TAG, "The state of the spell checker bind group is illegal.");
485 final SpellCheckerBindGroup group = new SpellCheckerBindGroup(
487 mSpellCheckerBindGroups.put(sciId, group);
516 for (SpellCheckerBindGroup group : mSpellCheckerBindGroups.values()) {
517 if (group == null) continue;
519 removeList.add(group);
762 // do not add the lister if the group already contains this.
821 Slog.d(TAG, "Remove bind group.");
867 final SpellCheckerBindGroup group = mSpellCheckerBindGroups.get(mSciId);
868 if (group !
891 InternalDeathRecipient(SpellCheckerBindGroup group, ITextServicesSessionListener tsListener, String scLocale, ISpellCheckerSessionListener scListener, int uid, Bundle bundle) argument
[all...]
/frameworks/base/core/java/android/util/
H A DEventLog.java242 int num = Integer.parseInt(m.group(1));
243 String name = m.group(2);
/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java108 ThreadGroup group = Thread.currentThread().getThreadGroup();
109 SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupTheadSet(group);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java59 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, argument
63 mGroup = group;
/frameworks/av/media/mtp/
H A DMtpDevice.h102 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java31 * a "group-by" field. The list has three types of elements: stand-alone, group header and group
47 * Information about a specific list item: is it a group, if so is it expanded.
48 * Otherwise, is it a stand-alone item or a group member.
265 * stand-alone element, a group or a group child. Also computes the
280 // the group descriptor immediately preceding the supplied position.
282 // is the header of the group, a member of the group o
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRouter.java465 // Enforce that any added route in a groupable category must be in a group.
466 final RouteGroup group = new RouteGroup(info.getCategory());
467 group.mSupportedTypes = info.mSupportedTypes;
468 sStatic.mRoutes.add(group);
469 dispatchRouteAdded(group);
470 group.addRoute(info);
472 info = group;
692 static void dispatchRouteGrouped(RouteInfo info, RouteGroup group, int index) { argument
694 if ((cbi.type & group.mSupportedTypes) != 0) {
695 cbi.cb.onRouteGrouped(cbi.router, info, group, inde
700 dispatchRouteUngrouped(RouteInfo info, RouteGroup group) argument
1946 onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, int index) argument
1956 onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) argument
2010 onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, int index) argument
2015 onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DBaseAdapter.java169 ViewGroup group = (ViewGroup) view;
170 final int count = group.getChildCount();
172 fillView(context, group.getChildAt(i), item, parentItem);
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py293 return m.group(1).strip()
302 return m.group(2).strip()
310 arglist = m.group(2)
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java852 if ("".equals(m.group(2))) {
857 ret.append(m.group(1));
858 ret.append(m.group(3));
859 ret.append(m.group(4));
860 ret.append(m.group(5));
864 // Assume group 4 is a dialing number
867 ret.append(m.group(1));
868 ret.append(m.group(2));
869 ret.append(m.group(3));
871 ret.append(m.group(
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java832 return new Video(m.group(1), text);
891 return new YouTubeVideo(m.group(1), text);
982 return new Photo(m.group(1), m.group(2), m.group(3), text);
1069 return new FlickrPhoto(m.group(1), null, m.group(2), m.group(3), text);
1074 return new FlickrPhoto(m.group(1), m.group(
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A Drs.spec319 param RsScriptGroup group
325 param RsScriptGroup group
331 param RsScriptGroup group
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayAdapter.java142 int width = Integer.parseInt(matcher.group(1), 10);
143 int height = Integer.parseInt(matcher.group(2), 10);
144 int densityDpi = Integer.parseInt(matcher.group(3), 10);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java77 String host = matcher.group(1);
78 int port = Integer.parseInt(matcher.group(2));
82 LOCAL_PORT, matcher.group(3), suite, iteration);
/frameworks/base/graphics/java/android/graphics/
H A DRect.java159 return new Rect(Integer.parseInt(matcher.group(1)),
160 Integer.parseInt(matcher.group(2)),
161 Integer.parseInt(matcher.group(3)),
162 Integer.parseInt(matcher.group(4)));
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java647 /* Invite a peer to a group */
648 public boolean p2pInvite(WifiP2pGroup group, String deviceAddress) { argument
651 if (group == null) {
654 return doBooleanCommand("P2P_INVITE group=" + group.getInterface()
655 + " peer=" + deviceAddress + " go_dev_addr=" + group.getOwner().deviceAddress);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java446 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); argument
447 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { argument
449 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
452 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); argument
453 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { argument
455 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);
458 native void rsnScriptGroupExecute(int con, int group); argument
459 synchronized void nScriptGroupExecute(int group) { argument
461 rsnScriptGroupExecute(mContext, group);
/frameworks/base/tools/aapt/
H A DResource.cpp100 sp<AaptGroup> group; local
103 // Try to get next file in this current group.
105 group = mGroup;
106 file = group->getFiles().valueAt(mGroupPos++);
108 // Try to get the next group/file in this directory
110 mGroup = group = mSet->valueAt(mSetPos++);
111 if (group->getFiles().size() < 1) {
114 file = group->getFiles().valueAt(0);
124 String8 leaf(group->getLeaf());
128 group
182 sp<AaptGroup> group = assets->getFiles().valueFor(String8("resources.arsc")); local
384 const sp<AaptGroup>& group = groups.valueAt(i); local
2544 const sp<AaptGroup>& group = groups.valueAt(i); local
[all...]
H A DAaptAssets.cpp1635 printf("Error adding file %s: group %s already exists in leaf=%s path=%s\n",
1736 sp<AaptGroup> group; local
1738 group = mFiles.valueFor(leafName);
1740 group = new AaptGroup(leafName, mPath.appendPathCopy(leafName));
1741 mFiles.add(leafName, group);
1744 return group->addFile(file);
1999 sp<AaptGroup> group; local
2011 group = dir->getFiles().valueAt(i);
2013 group = new AaptGroup(rootStr, filePath);
2014 status_t res = dir->addFile(rootStr, group);
2099 AaptGroupEntry group; local
2246 AaptGroupEntry group; local
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java143 /* Idle time after a peer is gone when the group is torn down */
148 /* Delayed message to timeout group creation */
184 /* When a group has been explicitly created by an app, we persist the group
189 /* Invitation to join an existing p2p group */
238 * For example, device limit or group limit is set. */
253 /* Unknown p2p group. For example, Device A tries to invoke the previous persistent group,
257 /* Both p2p devices indicated an intent of 15 in group owner negotiation. */
601 /* unexpected group create
1870 addRowToDialog(ViewGroup group, int stringId, String value) argument
[all...]

Completed in 349 milliseconds

1234