Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java377 final boolean expand; in endMotionEvent()
382 expand = true; in endMotionEvent()
384 expand = !mPanelClosedOnDown; in endMotionEvent()
387 expand = flingExpands(vel, vectorVel, x, y); in endMotionEvent()
390 mDozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()
393 if (!expand && onKeyguard) { in endMotionEvent()
400 fling(vel, expand, isFalseTouch(x, y)); in endMotionEvent()
401 onTrackingStopped(expand); in endMotionEvent()
402 mUpdateFlingOnLayout = expand && mPanelClosedOnDown && !mHasLayoutedSinceDown; in endMotionEvent()
441 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
[all …]
DPhoneStatusBarView.java242 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
243 super.onTrackingStopped(expand); in onTrackingStopped()
244 mBar.onTrackingStopped(expand); in onTrackingStopped()
DNotificationPanelViewController.java1025 expand(true /* animate */); in expandWithQs()
1035 expand(true /* animate */); in expandWithoutQs()
1040 public void fling(float vel, boolean expand) { in fling() argument
1045 super.fling(vel, expand); in fling()
1049 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() argument
1051 mHeadsUpTouchHelper.notifyFling(!expand); in flingToHeight()
1052 setClosingWithAlphaFadeout(!expand && !isOnKeyguard() && getFadeoutAlpha() == 1.0f); in flingToHeight()
1053 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight()
2324 public void expand(boolean animate) { in expand() method in NotificationPanelViewController
2325 super.expand(animate); in expand()
[all …]
DPanelBar.java239 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
DShadeControllerImpl.java82 getNotificationPanelViewController().expand(false /* animate */); in instantExpandNotificationsPanel()
DStatusBar.java2011 mNotificationPanelViewController.expand(true /* animate */); in handleSystemKey()
3626 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
3628 if (!expand && !mKeyguardStateController.canDismissLockScreen()) { in onTrackingStopped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DLockscreenFragment.java150 public final ExpandableIndicator expand; field in LockscreenFragment.Holder
156 expand = (ExpandableIndicator) itemView.findViewById(R.id.expand); in Holder()
278 holder.expand.setVisibility(View.VISIBLE); in onBindViewHolder()
279 holder.expand.setExpanded(expando); in onBindViewHolder()
280 holder.expand.setOnClickListener( in onBindViewHolder()
283 holder.expand.setVisibility(View.GONE); in onBindViewHolder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java100 expand(); in testOnChildAdded()
113 expand(); in testOnChildRemoved()
123 private void expand() throws InterruptedException { in expand() method in ExpandedAnimationControllerTest
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java395 protected final void setPanelExpanded(boolean expand) { in setPanelExpanded() argument
396 mPanelExpanded = expand; in setPanelExpanded()
397 onPanelExpanded(expand); in setPanelExpanded()
406 protected void onPanelExpanded(boolean expand) { in onPanelExpanded() argument
408 Log.e(TAG, "onPanelExpanded: " + expand); in onPanelExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DEvents.java377 final Boolean expand = (Boolean) list[0]; in logEvent() local
378 sLegacyLogger.visibility(MetricsEvent.VOLUME_DIALOG_DETAILS, expand); in logEvent()
379 sUiEventLogger.log(expand ? VolumeDialogEvent.VOLUME_DIALOG_EXPAND_DETAILS in logEvent()
381 sb.append(expand); in logEvent()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java433 protected void onPanelExpanded(boolean expand) { in onPanelExpanded() argument
434 super.onPanelExpanded(expand); in onPanelExpanded()
436 if (expand && mStatusBarStateController.getState() != StatusBarState.KEYGUARD) { in onPanelExpanded()
442 if (!expand) { in onPanelExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLogger.kt68 expand: Boolean, in logFling()
74 bool1 = expand in logFling()
DDozeLog.java128 public void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument
130 mLogger.logFling(expand, aboveThreshold, thresholdNeeded, screenOnFromTouch); in traceFling()
/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/statusbar/tv/micdisclosure/
DAudioRecordingDisclosureBar.java193 expand(packageName); in showIndicatorForPackageIfNeeded()
323 private void expand(String packageName) { in expand() method in AudioRecordingDisclosureBar
409 expand(mPendingNotificationPackages.poll()); in onMinimized()
/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/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java726 verify(mNotificationPanelViewController, never()).expand(anyBoolean()); in testDisableExpandStatusBar()
728 verify(mNotificationPanelViewController, never()).expand(anyBoolean()); in testDisableExpandStatusBar()
827 verify(mNotificationPanelViewController, times(2)).expand(eq(false)); in testOnStartedWakingUp_isNotDozing()
832 verify(mNotificationPanelViewController).expand(eq(false)); in testOnStartedWakingUp_isNotDozing()
845 verify(mNotificationPanelViewController, never()).expand(anyBoolean()); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java73 ImageView expand = (ImageView) view.findViewById(
76 applyToChild(expand, apply, header.getOriginalNotificationColor());
/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.java595 final boolean expand = nowExpanded; in finishExpanding()
602 mCallback.setUserExpandedChild(scaledView, expand); in finishExpanding()
/frameworks/av/apex/
Dld.config.txt99 # since we don't have a good way to auto-expand %VNDK_SAMEPROCESS_LIBRARIES%,
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md32 …alled by anyone with access to the controller instance to do things like expand, collapse, or move…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2264 public void setSystemExpanded(boolean expand) {
2265 if (expand != mIsSystemExpanded) {
2267 mIsSystemExpanded = expand;

12