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

/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java65 case R.id.expand:
101 Button expand = findViewById(R.id.expand);
102 if (expand != null) {
103 expand.setOnClickListener(mOnClickListener);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java65 case R.id.expand:
101 Button expand = findViewById(R.id.expand);
102 if (expand != null) {
103 expand.setOnClickListener(mOnClickListener);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java113 * 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
458 boolean expand = flingExpands(vel, vectorVel, x, y)
461 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold,
465 if (!expand && mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
473 fling(vel, expand, isFalseTouch(x, y));
474 onTrackingStopped(expand);
517 onTrackingStopped(boolean expand) argument
711 fling(float vel, boolean expand) argument
715 fling(float vel, boolean expand, boolean expandBecauseOfFalsing) argument
719 fling(float vel, boolean expand, float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) argument
729 flingToHeight(float vel, boolean expand, float target, float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) argument
986 public void expand(final boolean animate) { method in class:PanelView
[all...]
H A DPhoneStatusBarView.java171 public void onTrackingStopped(boolean expand) { argument
172 super.onTrackingStopped(expand);
173 mBar.onTrackingStopped(expand);
H A DNotificationPanelView.java634 expand(true /* animate */);
638 public void fling(float vel, boolean expand) { argument
643 super.fling(vel, expand);
647 protected void flingToHeight(float vel, boolean expand, float target, argument
649 mHeadsUpTouchHelper.notifyFling(!expand);
650 setClosingWithAlphaFadeout(!expand && getFadeoutAlpha() == 1.0f);
651 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);
1419 public void flingSettings(float vel, boolean expand) { argument
1420 flingSettings(vel, expand, null, false /* isClick */);
1423 protected void flingSettings(float vel, boolean expand, fina argument
1787 public void expand(boolean animate) { method in class:NotificationPanelView
1825 onTrackingStopped(boolean expand) argument
[all...]
H A DPanelBar.java189 public void onTrackingStopped(boolean expand) { argument
H A DStatusBar.java3005 mNotificationPanel.expand(true /* animate */);
3008 mNotificationPanel.flingSettings(0 /* velocity */, true /* expand */);
3133 mNotificationPanel.expand(true /* animate */);
4819 mNotificationPanel.expand(false /* animate */);
4923 public void onTrackingStopped(boolean expand) { argument
4925 if (!expand && !mUnlockMethodCache.canSkipBouncer()) {
5021 * @param expandView The view to expand after going to the shade.
7268 // If mAlwaysExpandNonGroupedNotification is false, then only expand the
/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/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.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 DRowsSupportFragment.java198 public void setExpand(boolean expand) { argument
199 mExpand = expand;
203 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count);
597 public void setExpand(boolean expand) { argument
598 getFragment().setExpand(expand);
H A DBrowseFragment.java403 public void setExpand(boolean expand) { argument
1415 private void expandMainFragment(boolean expand) { argument
1417 params.setMarginStart(!expand ? mContainerListMarginStart : 0);
1419 mMainFragmentAdapter.setExpand(expand);
1422 final float scaleFactor = !expand
1615 private void onExpandTransitionStart(boolean expand, final Runnable callback) { argument
1616 if (expand) {
1620 // Run a "pre" layout when we go non-expand, in order to get the initial
H A DBrowseSupportFragment.java400 public void setExpand(boolean expand) { argument
1412 private void expandMainFragment(boolean expand) { argument
1414 params.setMarginStart(!expand ? mContainerListMarginStart : 0);
1416 mMainFragmentAdapter.setExpand(expand);
1419 final float scaleFactor = !expand
1612 private void onExpandTransitionStart(boolean expand, final Runnable callback) { argument
1613 if (expand) {
1617 // 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.java375 // The public layouts expand button is always visible
1599 * @param expand whether the system wants this notification to be expanded.
1601 public void setSystemExpanded(boolean expand) { argument
1602 if (expand != mIsSystemExpanded) {
1604 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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java822 * @param withTransition True to run expand transiiton, false otherwise.
1091 * Returns if expand/collapse animation is supported. When this method returns true,
1101 * Start transition to expand or collapse GuidedActionStylist.
1160 * @param action Action to expand.
1242 ViewHolder focusAvh = null; // expand / collapse view holder
1252 // going to expand this one.
1300 // going to expand/collapse this one.
1330 // To expand sub actions, move original position of sub actions to bottom of item
1396 void onUpdateSubActionsGridView(GuidedAction action, boolean expand) { argument
1401 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 8921 milliseconds