Searched refs:group (Results 126 - 150 of 203) sorted by last modified time

123456789

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java790 boolean isFrontMostTaskInGroup = task.group == null || task.group.isFrontMostTask(task);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java578 KeyboardShortcutGroup group = keyboardShortcutGroups.get(i);
581 categoryTitle.setText(group.getLabel());
582 categoryTitle.setTextColor(group.isSystemGroup()
589 final int itemsSize = group.getItems().size();
591 KeyboardShortcutInfo info = group.getItems().get(j);
H A DNotificationGuts.java246 public void onCheckedChanged(RadioGroup group, int checkedId) {
H A DViewTransformationHelper.java248 ViewGroup group = (ViewGroup) child;
249 for (int i = 0; i < group.getChildCount(); i++) {
250 stack.push(group.getChildAt(i));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationHeaderViewWrapper.java137 ViewGroup group = (ViewGroup) child;
138 for (int i = 0; i < group.getChildCount(); i++) {
139 stack.push(group.getChildAt(i));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java162 rt.mSchedule[i] = Integer.parseInt(m.group(1));
H A DNavigationBarInflaterView.java162 // Need to manually search for each id, just in case each group has more than one
348 private void clearAllChildren(ViewGroup group) { argument
349 for (int i = 0; i < group.getChildCount(); i++) {
350 ((ViewGroup) group.getChildAt(i)).removeAllViews();
H A DNotificationGroupManager.java52 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
53 if (group == null) {
56 return group.expanded;
60 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
61 if (group == null) {
64 setGroupExpanded(group, expanded);
67 private void setGroupExpanded(NotificationGroup group, boolean expanded) { argument
68 group.expanded = expanded;
69 if (group.summary != null) {
70 mListener.onGroupExpansionChanged(group
152 updateSuppression(NotificationGroup group) argument
170 hasIsolatedChildren(NotificationGroup group) argument
498 onGroupCreatedFromChildren(NotificationGroup group) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java881 // In this case the group is expanded and showing the gear for the
882 // group, further interaction should apply to the group, not any
1009 // Faking a measure with the group expanded to simulate how the group would look if
2357 * @return whether a view is not a top level child but a child notification and that group is
2408 // We're asking for a child in a group. Calculate the position of the parent first,
2641 // Generate a group expansion/collapsing event if there is such a group at all
3598 public void onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group) { argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java375 throw new RSRuntimeException("Failed creating script group.");
871 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); argument
872 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { argument
874 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
877 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); argument
878 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { argument
880 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);
883 native void rsnScriptGroupExecute(long con, long group); argument
884 synchronized void nScriptGroupExecute(long group) { argument
886 rsnScriptGroupExecute(mContext, group);
[all...]
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java131 String hours = matcher.group(1);
133 String minutes = matcher.group(2);
135 String seconds = matcher.group(3);
137 String fraction = matcher.group(4);
139 String frames = matcher.group(5);
141 String subframes = matcher.group(6);
149 String timeValue = matcher.group(1);
151 String unit = matcher.group(2);
H A DWebVttRenderer.java634 for (String group: parts[0].split(":")) {
635 value = value * 60 + Long.parseLong(group);
H A DExifInterface.java1018 // Mappings from tag number to tag name and each item represents one IFD tag group.
1020 // Mappings from tag name to tag number and each item represents one IFD tag group.
1183 // Retrieves all tag groups. The value from primary image tag group has a higher priority
1184 // than the value from the thumbnail tag group if there are more than one candidates.
1287 value = Integer.parseInt(m.group(1)) + "/1," + Integer.parseInt(m.group(2)) + "/1,"
1288 + Integer.parseInt(m.group(3)) + "/1";
1540 Log.d(TAG, "The size of tag group[" + i + "]: " + mAttributes[i].size());
2163 // Reads image file directory, which is a tag group in EXIF.
2294 // Gets the corresponding IFD group inde
[all...]
H A DMediaRouter.java1018 // Enforce that any added route in a groupable category must be in a group.
1019 final RouteGroup group = new RouteGroup(info.getCategory());
1020 group.mSupportedTypes = info.mSupportedTypes;
1021 sStatic.mRoutes.add(group);
1022 dispatchRouteAdded(group);
1023 group.addRoute(info);
1025 info = group;
1261 static void dispatchRouteGrouped(RouteInfo info, RouteGroup group, int index) { argument
1263 if (cbi.filterRouteEvent(group)) {
1264 cbi.cb.onRouteGrouped(cbi.router, info, group, inde
1269 dispatchRouteUngrouped(RouteInfo info, RouteGroup group) argument
2815 onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, int index) argument
2825 onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) argument
2879 onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, int index) argument
2884 onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRect.java177 return new Rect(Integer.parseInt(matcher.group(1)),
178 Integer.parseInt(matcher.group(2)),
179 Integer.parseInt(matcher.group(3)),
180 Integer.parseInt(matcher.group(4)));
/frameworks/base/include/androidfw/
H A DResourceTypes.h1918 uint32_t findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3186 // A group of objects describing a particular resource package.
3293 // this package group.
3296 // per-package-group.
3299 // If the package group comes from a system asset. Used in
4619 const PackageGroup* group = mPackageGroups[ig]; local
4622 group->name.string(), group->name.size())) {
4624 printf("Skipping package group: %s\n", String8(group->name).string());
4629 const size_t packageCount = group
4661 findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, size_t nameLen, uint32_t* outTypeSpecFlags) const argument
5787 const PackageGroup* const group = mPackageGroups[idx]; local
6182 PackageGroup* group = NULL; local
[all...]
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp316 Group::Group(const Group& group) : Node(group) { argument
317 mStagingProperties.syncProperties(group.mStagingProperties);
324 // Calculate current group's matrix by preConcat the parent's and
327 // Mi the local matrix at level i of the group tree.
333 // Save the current clip information, which is local to this group.
335 // Draw the group tree in the same order as the XML file.
H A DVectorDrawable.h50 * Each node can be a group node, or a path.
51 * A group node can have groups or paths as children, but a path node has
497 Group(const Group& group);
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp397 VectorDrawable::Group group; local
398 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties();
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java549 final Integer zone = Integer.valueOf(matcher.group(1), 10);
554 mPageTypeLabels.add(matcher.group(2));
555 mPageTypeSizes.add(splitAndParseNumbers(matcher.group(3)));
/frameworks/base/core/java/com/android/internal/http/
H A DHttpDateTime.java95 date = getDate(rfcMatcher.group(1));
96 month = getMonth(rfcMatcher.group(2));
97 year = getYear(rfcMatcher.group(3));
98 timeOfDay = getTime(rfcMatcher.group(4));
102 month = getMonth(ansicMatcher.group(1));
103 date = getDate(ansicMatcher.group(2));
104 timeOfDay = getTime(ansicMatcher.group(3));
105 year = getYear(ansicMatcher.group(4));
/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java108 ThreadGroup group = Thread.currentThread().getThreadGroup();
109 SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupThreadSet(group);
/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;

Completed in 570 milliseconds

123456789