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

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java94 boolean expanded = false; field in class:ContactsExpansion.ToggleScene
107 expandedContainer.setVisibility(expanded ? View.GONE : View.VISIBLE);
110 thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 :
113 arrow.setRotation(expanded ? 0 : 90);
114 expanded = !expanded;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java37 public ExpandableNotificationRow row; // the outer expanded view
39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
114 View content, View expanded, StatusBarIconView icon) {
120 entry.expanded = expanded;
139 if (e.expanded != null) { // the view successfully inflated
151 if (e.expanded != null) { // the view successfully inflated
113 add(IBinder key, StatusBarNotification notification, ExpandableNotificationRow row, View content, View expanded, StatusBarIconView icon) argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java176 lp.expanded = false;
199 // When we have overflow and a single expanded (text) item, we want to try centering it
229 // Items that get expanded will always be in the set of smallest items when we're done.
251 lp.expanded = true;
289 lp.expanded = true;
298 lp.expanded = true;
323 if (!lp.expanded) continue;
595 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) {
596 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/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java540 private int getChallengeMargin(boolean expanded) { argument
541 return expanded && mHasGlowpad ? 0 : mDragHandleEdgeSlop;

Completed in 291 milliseconds