Searched refs:expand (Results 1 - 23 of 23) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java66 case R.id.expand:
102 Button expand = findViewById(R.id.expand);
103 if (expand != null) {
104 expand.setOnClickListener(mOnClickListener);
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java66 case R.id.expand:
102 Button expand = findViewById(R.id.expand);
103 if (expand != null) {
104 expand.setOnClickListener(mOnClickListener);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java112 * Whether an instant expand request is currently pending and we are just waiting for layout.
261 // If dragging should not expand the notifications shade, then return false.
265 onTrackingStopped(true /* expand */);
273 expand(true);
279 * We capture touch events here and update the expand height here in case according to
470 boolean expand = flingExpands(vel, vectorVel, x, y)
473 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold,
477 if (!expand && mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
485 fling(vel, expand, isFalseTouch(x, y));
486 onTrackingStopped(expand);
530 onTrackingStopped(boolean expand) argument
724 fling(float vel, boolean expand) argument
728 fling(float vel, boolean expand, boolean expandBecauseOfFalsing) argument
732 fling(float vel, boolean expand, float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) argument
742 flingToHeight(float vel, boolean expand, float target, float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) argument
1002 public void expand(final boolean animate) { method in class:PanelView
[all...]
H A DPhoneStatusBarView.java245 public void onTrackingStopped(boolean expand) { argument
246 super.onTrackingStopped(expand);
247 mBar.onTrackingStopped(expand);
H A DNotificationPanelView.java666 expand(true /* animate */);
671 flingSettings(0 /* velocity */, false /* expand */);
673 expand(true /* animate */);
678 public void fling(float vel, boolean expand) { argument
683 super.fling(vel, expand);
687 protected void flingToHeight(float vel, boolean expand, float target, argument
689 mHeadsUpTouchHelper.notifyFling(!expand);
690 setClosingWithAlphaFadeout(!expand && getFadeoutAlpha() == 1.0f);
691 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);
1453 public void flingSettings(float vel, boolean expand) { argument
1457 flingSettings(float vel, boolean expand, final Runnable onFinishRunnable, boolean isClick) argument
1850 public void expand(boolean animate) { method in class:NotificationPanelView
1889 onTrackingStopped(boolean expand) argument
[all...]
H A DPanelBar.java198 public void onTrackingStopped(boolean expand) { argument
H A DStatusBar.java2210 mNotificationPanel.expand(true /* animate */);
2213 mNotificationPanel.flingSettings(0 /* velocity */, true /* expand */);
4014 mNotificationPanel.expand(false /* animate */);
4119 public void onTrackingStopped(boolean expand) { argument
4121 if (!expand && !mUnlockMethodCache.canSkipBouncer()) {
4218 * @param expandView The view to expand after going to the shade.
4278 // Skip remote input as doing so will expand the notification shade.
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java158 public final ExpandableIndicator expand; field in class:LockscreenFragment.Holder
164 expand = (ExpandableIndicator) itemView.findViewById(R.id.expand);
286 holder.expand.setVisibility(View.VISIBLE);
287 holder.expand.setExpanded(expando);
288 holder.expand.setOnClickListener(
291 holder.expand.setVisibility(View.GONE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeLog.java124 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, argument
127 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded="
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DRowsFragment.java206 public void setExpand(boolean expand) { argument
207 mExpand = expand;
211 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count);
605 public void setExpand(boolean expand) { argument
606 getFragment().setExpand(expand);
H A DRowsSupportFragment.java201 public void setExpand(boolean expand) { argument
202 mExpand = expand;
206 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count);
600 public void setExpand(boolean expand) { argument
601 getFragment().setExpand(expand);
H A DBrowseFragment.java412 public void setExpand(boolean expand) { argument
1469 private void expandMainFragment(boolean expand) { argument
1471 params.setMarginStart(!expand ? mContainerListMarginStart : 0);
1473 mMainFragmentAdapter.setExpand(expand);
1476 final float scaleFactor = !expand
1671 private void onExpandTransitionStart(boolean expand, final Runnable callback) { argument
1672 if (expand) {
1676 // Run a "pre" layout when we go non-expand, in order to get the initial
H A DBrowseSupportFragment.java402 public void setExpand(boolean expand) { argument
1447 private void expandMainFragment(boolean expand) { argument
1449 params.setMarginStart(!expand ? mContainerListMarginStart : 0);
1451 mMainFragmentAdapter.setExpand(expand);
1454 final float scaleFactor = !expand
1649 private void onExpandTransitionStart(boolean expand, final Runnable callback) { argument
1650 if (expand) {
1654 // Run a "pre" layout when we go non-expand, in order to get the initial
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java131 long[] dates = expand(dtstart, recur,
628 * @param rangeStartMillis the beginning of the range to expand, in UTC
630 * @param rangeEndMillis the non-inclusive end of the range to expand, in
636 public long[] expand(Time dtstart, method in class:RecurrenceProcessor
663 expand(dtstart, rrule, rangeStartDateValue,
678 expand(dtstart, exrule, rangeStartDateValue,
733 public void expand(Time dtstart, method in class:RecurrenceProcessor
861 Log.i(TAG, "expand called w/ rangeStart=" + rangeStartDateValue
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java65 ImageView expand = (ImageView) view.findViewById(
68 applyToChild(expand, apply, header.getOriginalNotificationColor());
101 // To grey them out the icons and expand button when the icons are not the same
H A DExpandableNotificationRow.java486 // The public layouts expand button is always visible
2053 * @param expand whether the system wants this notification to be expanded.
2055 public void setSystemExpanded(boolean expand) { argument
2056 if (expand != mIsSystemExpanded) {
2058 mIsSystemExpanded = expand;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java160 * Handle expansion gestures to expand and contract children of the callback.
541 * Finish the current expand motion
552 * Finish the current expand motion
585 final boolean expand = nowExpanded;
592 mCallback.setUserExpandedChild(scaledView, expand);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java74 // note that the zulu of all parameters here must be the same, expand
109 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
2241 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2269 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2292 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2325 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2476 long [] dates = rp.expand(dtstart, recur, rangeStartMillis, rangeEndMillis);
2493 Log.i(TAG, "testPerformanceExpand() expand() elapsed millis: " + elapsed);
H A DRRuleTest.java77 * @param rrule The rule to expand
79 * @param limit Maximum number of entries to expand. if there are more, "..." is appended to
118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java547 verify(mNotificationPanelView, never()).expand(anyBoolean());
549 verify(mNotificationPanelView, never()).expand(anyBoolean());
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java845 * @param withTransition True to run expand transiiton, false otherwise.
1114 * Returns if expand/collapse animation is supported. When this method returns true,
1124 * Start transition to expand or collapse GuidedActionStylist.
1183 * @param action Action to expand.
1265 ViewHolder focusAvh = null; // expand / collapse view holder
1275 // going to expand this one.
1323 // going to expand/collapse this one.
1353 // To expand sub actions, move original position of sub actions to bottom of item
1419 void onUpdateSubActionsGridView(GuidedAction action, boolean expand) { argument
1424 if (expand) {
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java616 expand();
783 private void expand() { method in class:RecipientEditTextView
/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. ...

Completed in 374 milliseconds