/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelViewController.java | 377 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 …]
|
D | PhoneStatusBarView.java | 242 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument 243 super.onTrackingStopped(expand); in onTrackingStopped() 244 mBar.onTrackingStopped(expand); in onTrackingStopped()
|
D | NotificationPanelViewController.java | 1025 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 …]
|
D | PanelBar.java | 239 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
|
D | ShadeControllerImpl.java | 82 getNotificationPanelViewController().expand(false /* animate */); in instantExpandNotificationsPanel()
|
D | StatusBar.java | 2011 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/ |
D | LockscreenFragment.java | 150 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/ |
D | ExpandedAnimationControllerTest.java | 100 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/ |
D | OverlayPanelViewController.java | 395 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/ |
D | Events.java | 377 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/ |
D | NotificationPanelViewController.java | 433 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/ |
D | DozeLogger.kt | 68 expand: Boolean, in logFling() 74 bool1 = expand in logFling()
|
D | DozeLog.java | 128 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/ |
D | getelementptr.ll | 26 ; 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…
|
D | test_reduce_general_cleanup.ll | 7 ; "aiAccum<" to match the symbol "aiAccum" but not the symbol "aiAccum.expand".
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/ |
D | AudioRecordingDisclosureBar.java | 193 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/ |
D | RecurrenceProcessor.java | 131 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/ |
D | StatusBarTest.java | 726 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/ |
D | NotificationHeaderUtil.java | 73 ImageView expand = (ImageView) view.findViewById( 76 applyToChild(expand, apply, header.getOriginalNotificationColor());
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceProcessorTest.java | 109 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), in verifyRecurrence() 2476 long [] dates = rp.expand(dtstart, recur, rangeStartMillis, rangeEndMillis); in performanceTextExpand()
|
D | RRuleTest.java | 118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), in runRecurrenceIteratorTest()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 595 final boolean expand = nowExpanded; in finishExpanding() 602 mCallback.setUserExpandedChild(scaledView, expand); in finishExpanding()
|
/frameworks/av/apex/ |
D | ld.config.txt | 99 # since we don't have a good way to auto-expand %VNDK_SAMEPROCESS_LIBRARIES%,
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 32 …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/ |
D | ExpandableNotificationRow.java | 2264 public void setSystemExpanded(boolean expand) { 2265 if (expand != mIsSystemExpanded) { 2267 mIsSystemExpanded = expand;
|