Searched refs:expanded (Results 1 - 25 of 33) sorted by relevance

12

/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/phone/
H A DStatusBarWindowManager.java130 boolean expanded = state.isKeyguardShowingAndNotOccluded() || state.statusBarExpanded
132 if (expanded) {
193 public void setStatusBarExpanded(boolean expanded) { argument
194 mCurrentState.statusBarExpanded = expanded;
195 mCurrentState.statusBarFocusable = expanded;
219 public void setQsExpanded(boolean expanded) { argument
220 mCurrentState.qsExpanded = expanded;
H A DPhoneStatusBarView.java177 public void panelExpansionChanged(PanelView panel, float frac, boolean expanded) { argument
178 super.panelExpansionChanged(panel, frac, expanded);
H A DPanelBar.java151 * @param expanded whether the panel is currently expanded; this is independent from the
152 * fraction as the panel also might be expanded if the fraction is 0
154 public void panelExpansionChanged(PanelView panel, float frac, boolean expanded) { argument
163 if (expanded) {
H A DNotificationPanelView.java608 // scrolling when QS is expanded.
658 // Down in the empty area while fully expanded - go to QS.
689 // Normally, we start listening when the panel is expanded, but here we need to start
852 // Reset scroll position and apply that position to the expanded height.
862 private void setQsExpanded(boolean expanded) { argument
863 boolean changed = mQsExpanded != expanded;
865 mQsExpanded = expanded;
868 mNotificationStackScroller.setInterceptDelegateEnabled(expanded);
869 mStatusBar.setQsExpanded(expanded);
870 mQsPanel.setExpanded(expanded);
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java34 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); argument
H A DNotificationUsageStats.java305 * became visible and expanded; -1 if it was never visibly expanded.
313 /** Accumulated visible expanded time. */
315 /** Number of times the notification has been expanded by the user. */
336 // Add incomplete expanded airtime if currently shown.
394 public void onExpansionChanged(boolean userAction, boolean expanded) { argument
395 isExpanded = expanded;
405 // expanded and visible
413 // not-expanded or not-visible
/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/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowPresenter.java44 * A Row is expanded to full width via {@link #setRowViewExpanded(Presenter.ViewHolder, boolean)}.
123 * Returns whether the Row is in its expanded state.
125 * @return true if the Row is expanded, false otherwise.
239 * Set the expanded state of a Row view.
241 * @param holder The Row ViewHolder to set expanded state on.
242 * @param expanded True if the Row is expanded, false otherwise.
244 public final void setRowViewExpanded(Presenter.ViewHolder holder, boolean expanded) { argument
246 rowViewHolder.mExpanded = expanded;
247 onRowViewExpanded(rowViewHolder, expanded);
268 onRowViewExpanded(ViewHolder vh, boolean expanded) argument
[all...]
H A DListRowPresenter.java141 * Sets the expanded row height for rows created by this Presenter.
142 * If not set, expanded rows have the same height as unexpanded
145 * @param rowHeight The row height in to use when the row is expanded,
153 * Returns the expanded row height for rows created by this Presenter.
384 * Show or hide hover card when row selection or expanded state is changed.
417 protected void onRowViewExpanded(RowPresenter.ViewHolder holder, boolean expanded) { argument
418 super.onRowViewExpanded(holder, expanded);
421 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl55 void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded);
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java214 lp.expanded = false;
237 // When we have overflow and a single expanded (text) item, we want to try centering it
267 // Items that get expanded will always be in the set of smallest items when we're done.
289 lp.expanded = true;
327 lp.expanded = true;
336 lp.expanded = true;
361 if (!lp.expanded) continue;
781 public boolean expanded; field in class:ActionMenuView.LayoutParams
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuView.java224 lp.expanded = false;
247 // When we have overflow and a single expanded (text) item, we want to try centering it
277 // Items that get expanded will always be in the set of smallest items when we're done.
299 lp.expanded = true;
337 lp.expanded = true;
346 lp.expanded = true;
371 if (!lp.expanded) continue;
784 boolean expanded; field in class:ActionMenuView.LayoutParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java44 public ExpandableNotificationRow row; // the outer expanded view
45 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
81 expanded = null;
265 if (e.expanded != null) { // the view successfully inflated
H A DExpandableNotificationRow.java40 /** If {@link #mHasUserChangedExpansion}, has the user expanded this row */
51 * Is this notification expanded by the system. The expansion state can be overridden by the
133 public void logNotificationExpansion(String key, boolean userAction, boolean expanded); argument
182 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded);
243 * Set this notification to be expanded by the user
245 * @param userExpanded whether the user wants this notification to be expanded
269 * @return has the system set this notification to be expanded
276 * Set this notification to be expanded by the system.
278 * @param expand whether the system wants this notification to be expanded.
329 // not expanded, s
[all...]
H A DBaseStatusBar.java761 if (entry.expanded.getId() != com.android.internal.R.id.status_bar_latest_event_content) {
1355 NotificationContentView expanded =
1356 (NotificationContentView) row.findViewById(R.id.expanded);
1375 contentViewLocal = contentView.apply(mContext, expanded,
1378 bigContentViewLocal = bigContentView.apply(mContext, expanded,
1390 expanded.setContractedChild(contentViewLocal);
1394 expanded.setExpandedChild(bigContentViewLocal);
1509 entry.expanded = contentViewLocal;
1712 // Construct the expanded view.
1725 // Add the expanded vie
2170 logNotificationExpansion(String key, boolean userAction, boolean expanded) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java267 private void setExpanded(boolean expanded) { argument
268 if (expanded == mExpanded) return;
269 mExpanded = expanded;
405 final boolean expanded = !mHidden && mExpanded;
409 mZenSubheadExpanded.setVisibility(expanded ? VISIBLE : GONE);
410 mZenSubheadCollapsed.setVisibility(!expanded ? VISIBLE : GONE);
411 mMoreSettings.setVisibility(zenImportant && expanded ? VISIBLE : GONE);
412 mZenConditions.setVisibility(!zenOff && expanded ? VISIBLE : GONE);
821 void onExpanded(boolean expanded); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java440 boolean expanded = false;
443 expanded = true;
447 expanded = false;
458 mCallback.setUserExpandedChild(mResizedView, expanded);
/frameworks/native/opengl/libs/
H A DAndroid.mk119 # so $(LOCAL_INSTALLED_MODULE) will be expanded to correct value,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java183 public void setExpanded(boolean expanded) { argument
184 if (mExpanded == expanded) return;
185 mExpanded = expanded;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java155 * Currently expanded menu item; must be collapsed when we clear.
172 * Called when the mode of the menu changes (for example, from icon to expanded).
1259 boolean expanded = false;
1266 } else if ((expanded = presenter.expandItemActionView(this, item))) {
1272 if (expanded) {
1275 return expanded;
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java84 boolean expanded) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java174 * Currently expanded menu item; must be collapsed when we clear.
194 * Called when the mode of the menu changes (for example, from icon to expanded).
1307 boolean expanded = false;
1314 } else if ((expanded = presenter.expandItemActionView(this, item))) {
1320 if (expanded) {
1323 return expanded;
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java604 boolean expanded) throws RemoteException {
609 key, userAction, expanded);
603 onNotificationExpansionChanged(String key, boolean userAction, boolean expanded) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java354 private static void setRowViewExpanded(ItemBridgeAdapter.ViewHolder vh, boolean expanded) { argument
355 ((RowPresenter) vh.getPresenter()).setRowViewExpanded(vh.getViewHolder(), expanded);

Completed in 8748 milliseconds

12