Searched defs:expanded (Results 1 - 7 of 7) 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
56 * Return whether the entry can be expanded.
62 * Return whether the entry has been manually expanded by the user.
68 * Set the flag indicating that this was manually expanded by the user.
129 View expanded, StatusBarIconView icon) {
135 entry.expanded = expanded;
154 if (e.expanded != null) { // the view successfully inflated
166 if (e.expanded !
128 add(IBinder key, StatusBarNotification notification, View row, View content, View expanded, StatusBarIconView icon) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java177 lp.expanded = false;
200 // When we have overflow and a single expanded (text) item, we want to try centering it
230 // Items that get expanded will always be in the set of smallest items when we're done.
252 lp.expanded = true;
290 lp.expanded = true;
299 lp.expanded = true;
324 if (!lp.expanded) continue;
596 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...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuView.java179 lp.expanded = false;
208 // When we have overflow and a single expanded (text) item, we want to try centering it
240 // Items that get expanded will always be in the set of smallest items when we're done.
266 lp.expanded = true;
310 lp.expanded = true;
319 lp.expanded = true;
344 if (!lp.expanded) {
599 public boolean expanded; field in class:ActionMenuView.LayoutParams
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java466 // Force ring and targets to finish animation to final expanded state
492 private void hideTargets(boolean animate, boolean expanded) { argument
500 final float targetScale = expanded ?
516 float ringScaleTarget = expanded ?
H A DMultiWaveView.java506 // Force ring and targets to finish animation to final expanded state
533 private void hideTargets(boolean animate, boolean expanded) { argument
541 final float targetScale = expanded ? TARGET_SCALE_EXPANDED : TARGET_SCALE_COLLAPSED;
555 final float ringScaleTarget = expanded ? RING_SCALE_EXPANDED : RING_SCALE_COLLAPSED;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java527 private int getChallengeMargin(boolean expanded) { argument
528 return expanded && mHasGlowpad ? 0 : mDragHandleEdgeSlop;

Completed in 233 milliseconds