Searched defs:expanded (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java37 public View row; // the outer expanded view
39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
90 View expanded, StatusBarIconView icon) {
96 entry.expanded = expanded;
115 if (e.expanded != null) { // the view successfully inflated
127 if (e.expanded != null) { // the view successfully inflated
89 add(IBinder key, StatusBarNotification notification, View row, View content, View expanded, StatusBarIconView icon) argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java151 lp.expanded = false;
174 // When we have overflow and a single expanded (text) item, we want to try centering it
204 // Items that get expanded will always be in the set of smallest items when we're done.
226 lp.expanded = true;
264 lp.expanded = true;
273 lp.expanded = true;
299 if (!lp.expanded) continue;
536 public boolean expanded; field in class:ActionMenuView.LayoutParams
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java47 * Information about a specific list item: is it a group, if so is it expanded.
76 * and whether they are expanded.
132 boolean expanded);
138 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed.
201 protected void addGroup(int cursorPosition, int size, boolean expanded) { argument
211 if (expanded) {
245 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0;
250 if (expanded) {
346 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0;
353 metadata.isExpanded = expanded;
131 bindGroupView(View view, Context context, Cursor cursor, int groupSize, boolean expanded) argument
[all...]

Completed in 149 milliseconds