Searched refs:expanded (Results 1 - 25 of 53) sorted by last modified time

123

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
H A DMenuBuilder.java181 * Currently expanded menu item; must be collapsed when we clear.
213 * Called when the mode of the menu changes (for example, from icon to expanded).
1359 boolean expanded = false;
1366 } else if ((expanded = presenter.expandItemActionView(this, item))) {
1372 if (expanded) {
1375 return expanded;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionMenuView.java227 lp.expanded = false;
250 // When we have overflow and a single expanded (text) item, we want to try centering it
280 // Items that get expanded will always be in the set of smallest items when we're done.
302 lp.expanded = true;
340 lp.expanded = true;
349 lp.expanded = true;
374 if (!lp.expanded) continue;
830 boolean expanded; field in class:ActionMenuView.LayoutParams
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java705 Boolean expanded = mExpanded.get(itemText);
706 if (Boolean.TRUE.equals(expanded)) {
707 myViewHolder.textView.setText("More text for the expanded version");
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java705 Boolean expanded = mExpanded.get(itemText);
706 if (Boolean.TRUE.equals(expanded)) {
707 myViewHolder.textView.setText("More text for the expanded version");
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DRowsFragment.java324 static void setRowViewExpanded(ItemBridgeAdapter.ViewHolder vh, boolean expanded) { argument
325 ((RowPresenter) vh.getPresenter()).setRowViewExpanded(vh.getViewHolder(), expanded);
H A DRowsSupportFragment.java319 static void setRowViewExpanded(ItemBridgeAdapter.ViewHolder vh, boolean expanded) { argument
320 ((RowPresenter) vh.getPresenter()).setRowViewExpanded(vh.getViewHolder(), expanded);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DListRowPresenter.java365 * Sets the expanded row height for rows created by this Presenter.
366 * If not set, expanded rows have the same height as unexpanded
369 * @param rowHeight The row height in to use when the row is expanded,
377 * Returns the expanded row height for rows created by this Presenter.
609 * Show or hide hover card when row selection or expanded state is changed.
642 protected void onRowViewExpanded(RowPresenter.ViewHolder holder, boolean expanded) { argument
643 super.onRowViewExpanded(holder, expanded);
646 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();
H A DRowPresenter.java48 * A row is expanded to full height via {@link #setRowViewExpanded(Presenter.ViewHolder, boolean)}
51 * Row title is shown when row is expanded. Expanded status may control activated status
61 * The row's activated status can be controlled by selected status and/or expanded status.
64 * <li>{@link #SYNC_ACTIVATED_TO_EXPANDED} Activated status is synced with row expanded status</li>
67 * when both expanded and selected status are true</li>
69 * or expanded status, application can control activated status by its own.
101 * Don't synchronize row view activated status with selected status or expanded status,
189 * Returns whether the Row is in its expanded state.
191 * @return true if the Row is expanded, false otherwise.
225 * be overwritten when expanded o
419 setRowViewExpanded(Presenter.ViewHolder holder, boolean expanded) argument
444 onRowViewExpanded(ViewHolder vh, boolean expanded) argument
[all...]
/frameworks/rs/script_api/
H A Drs_matrix.spec405 When multiplying a float3 to a @rs_matrix4x4, the vector is expanded with (1).
407 When multiplying a float2 to a @rs_matrix4x4, the vector is expanded with (0, 1).
409 When multiplying a float2 to a @rs_matrix3x3, the vector is expanded with (0).
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItem.java76 * @return True if the item is currently expanded.
83 * Sets whether the item should be expanded.
85 public void setExpanded(boolean expanded) { argument
86 if (mIsExpanded == expanded) {
89 mIsExpanded = expanded;
112 * @return The summary shown when in expanded state.
119 * Sets the summary text shown when the item is expanded. Corresponds to the
/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/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java84 boolean expanded) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/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/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java43 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); argument
H A DNotificationManagerService.java842 boolean userAction, boolean expanded) {
846 r.stats.onExpansionChanged(userAction, expanded);
851 .setType(expanded ? MetricsEvent.TYPE_DETAIL
854 if (expanded && userAction) {
858 userAction ? 1 : 0, expanded ? 1 : 0,
H A DNotificationUsageStats.java816 * became visible and expanded; -1 if it was never visibly expanded.
824 /** Accumulated visible expanded time. */
826 /** Number of times the notification has been expanded by the user. */
853 // Add incomplete expanded airtime if currently shown.
911 public void onExpansionChanged(boolean userAction, boolean expanded) { argument
912 isExpanded = expanded;
922 // expanded and visible
930 // not-expanded or not-visible
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3344 final boolean expanded = win.getAttrs().height == MATCH_PARENT
3346 if (isKeyguard || expanded) {
4903 // We currently want to hide the navigation UI - unless we expanded the status bar.
4926 // We currently want to hide the navigation UI - unless we expanded the status bar.
4949 // We currently want to hide the navigation UI - unless we expanded the status bar.
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1076 boolean expanded) throws RemoteException {
1081 key, userAction, expanded);
1075 onNotificationExpansionChanged(String key, boolean userAction, boolean expanded) argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java444 int expanded = mOwnerInfo.getBottom() + mOwnerInfo.getPaddingBottom();
445 int toRemove = (int) ((expanded - collapsed) * ratio);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java449 boolean expanded = false;
452 expanded = true;
456 expanded = false;
544 * @param velocity the velocity this was expanded/ collapsed with
555 * @param velocity the velocity this was expanded/ collapsed with
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java302 public void setQsExpanded(boolean expanded) { argument
304 Log.d(TAG, "setQsExpanded = " + expanded);
306 if (expanded) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingManager.java363 public void setQsExpanded(boolean expanded) { argument
364 mDataCollector.setQsExpanded(expanded);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java39 * Sets whether the footer is in an expanded state.
41 void setExpanded(boolean expanded); argument
49 * Sets the percentage amount that the quick settings has been expanded.
52 * expanded. 1 is fully expanded.
H A DQSFooterImpl.java216 public void setExpanded(boolean expanded) { argument
217 if (mExpanded == expanded) return;
218 mExpanded = expanded;

Completed in 467 milliseconds

123