Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java273 expand(true); in onTouchEvent()
470 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent()
473 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()
477 if (!expand && mStatusBar.getBarState() == StatusBarState.KEYGUARD) { in endMotionEvent()
485 fling(vel, expand, isFalseTouch(x, y)); in endMotionEvent()
486 onTrackingStopped(expand); in endMotionEvent()
487 mUpdateFlingOnLayout = expand && mPanelClosedOnDown && !mHasLayoutedSinceDown; in endMotionEvent()
530 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
532 mBar.onTrackingStopped(expand); in onTrackingStopped()
724 protected void fling(float vel, boolean expand) { in fling() argument
[all …]
DNotificationPanelView.java666 expand(true /* animate */); in expandWithQs()
673 expand(true /* animate */); in expandWithoutQs()
678 public void fling(float vel, boolean expand) { in fling() argument
683 super.fling(vel, expand); in fling()
687 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() argument
689 mHeadsUpTouchHelper.notifyFling(!expand); in flingToHeight()
690 setClosingWithAlphaFadeout(!expand && getFadeoutAlpha() == 1.0f); in flingToHeight()
691 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight()
1453 public void flingSettings(float vel, boolean expand) { in flingSettings() argument
1454 flingSettings(vel, expand, null, false /* isClick */); in flingSettings()
[all …]
DPhoneStatusBarView.java245 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
246 super.onTrackingStopped(expand); in onTrackingStopped()
247 mBar.onTrackingStopped(expand); in onTrackingStopped()
DPanelBar.java198 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
DStatusBar.java2210 mNotificationPanel.expand(true /* animate */); in handleSystemKey()
4014 mNotificationPanel.expand(false /* animate */); in instantExpandNotificationsPanel()
4119 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
4121 if (!expand && !mUnlockMethodCache.canSkipBouncer()) { in onTrackingStopped()
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
DBottomSheetDynamicContent.java66 case R.id.expand:
102 Button expand = findViewById(R.id.expand); in onCreate() local
103 if (expand != null) { in onCreate()
104 expand.setOnClickListener(mOnClickListener); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DLockscreenFragment.java158 public final ExpandableIndicator expand; field in LockscreenFragment.Holder
164 expand = (ExpandableIndicator) itemView.findViewById(R.id.expand); in Holder()
286 holder.expand.setVisibility(View.VISIBLE); in onBindViewHolder()
287 holder.expand.setExpanded(expando); in onBindViewHolder()
288 holder.expand.setOnClickListener( in onBindViewHolder()
291 holder.expand.setVisibility(View.GONE); in onBindViewHolder()
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DRowsSupportFragment.java201 public void setExpand(boolean expand) { in setExpand() argument
202 mExpand = expand; in setExpand()
206 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count); in setExpand()
600 public void setExpand(boolean expand) { in setExpand() argument
601 getFragment().setExpand(expand); in setExpand()
DRowsFragment.java206 public void setExpand(boolean expand) { in setExpand() argument
207 mExpand = expand; in setExpand()
211 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count); in setExpand()
605 public void setExpand(boolean expand) { in setExpand() argument
606 getFragment().setExpand(expand); in setExpand()
DBrowseSupportFragment.java402 public void setExpand(boolean expand) { in setExpand() argument
1447 private void expandMainFragment(boolean expand) { in expandMainFragment() argument
1449 params.setMarginStart(!expand ? mContainerListMarginStart : 0); in expandMainFragment()
1451 mMainFragmentAdapter.setExpand(expand); in expandMainFragment()
1454 final float scaleFactor = !expand in expandMainFragment()
1649 private void onExpandTransitionStart(boolean expand, final Runnable callback) { in onExpandTransitionStart() argument
1650 if (expand) { in onExpandTransitionStart()
DBrowseFragment.java412 public void setExpand(boolean expand) { in setExpand() argument
1469 private void expandMainFragment(boolean expand) { in expandMainFragment() argument
1471 params.setMarginStart(!expand ? mContainerListMarginStart : 0); in expandMainFragment()
1473 mMainFragmentAdapter.setExpand(expand); in expandMainFragment()
1476 final float scaleFactor = !expand in expandMainFragment()
1671 private void onExpandTransitionStart(boolean expand, final Runnable callback) { in onExpandTransitionStart() argument
1672 if (expand) { in onExpandTransitionStart()
/frameworks/compile/libbcc/tests/libbcc/
Dgetelementptr.ll26 ; CHECK: define void @root.expand(%RsExpandKernelDriverInfoPfx* %p, i32 %x1, i32 %x2, i32 %outstep)
44 ; CHECK: define void @foo.expand(%RsExpandKernelDriverInfoPfx* %p, i32 %x1, i32 %x2, i32 %arg_outst…
Dtest_reduce_general_cleanup.ll7 ; "aiAccum<" to match the symbol "aiAccum" but not the symbol "aiAccum.expand".
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java124 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument
127 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java131 long[] dates = expand(dtstart, recur, in getLastOccurence()
636 public long[] expand(Time dtstart, in expand() method in RecurrenceProcessor
663 expand(dtstart, rrule, rangeStartDateValue, in expand()
678 expand(dtstart, exrule, rangeStartDateValue, in expand()
733 public void expand(Time dtstart, in expand() method in RecurrenceProcessor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java65 ImageView expand = (ImageView) view.findViewById(
68 applyToChild(expand, apply, header.getOriginalNotificationColor());
DExpandableNotificationRow.java2055 public void setSystemExpanded(boolean expand) {
2056 if (expand != mIsSystemExpanded) {
2058 mIsSystemExpanded = expand;
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceProcessorTest.java109 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), in verifyRecurrence()
2476 long [] dates = rp.expand(dtstart, recur, rangeStartMillis, rangeEndMillis); in performanceTextExpand()
DRRuleTest.java118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), in runRecurrenceIteratorTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java585 final boolean expand = nowExpanded; in finishExpanding()
592 mCallback.setUserExpandedChild(scaledView, expand); in finishExpanding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java547 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar()
549 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGuidedActionsStylist.java1419 void onUpdateSubActionsGridView(GuidedAction action, boolean expand) { in onUpdateSubActionsGridView() argument
1424 if (expand) { in onUpdateSubActionsGridView()
/frameworks/native/vulkan/api/templates/
Dvk_xml.tmpl299expand="{{Macro "EnumName" $ | SplitPascalCase | Upper | JoinWith "_"}}"{{if $.Docs}} comment="{{$…
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java616 expand(); in onFocusChanged()
783 private void expand() { in expand() method in RecipientEditTextView
/frameworks/base/proto/src/
Dmetrics_constants.proto2069 // dismiss/expand/collapse/click/button events
2074 // click on collapsed conditional or clicks expand button
2204 // Notification expansion state toggled by the expand affordance.
2207 // Notification group expansion state toggled by the expand affordance.
2211 // Notification expansion state toggled by the expand gesture.
2214 // Notification group expansion state toggled by the expand gesture.

12