/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 281 expand(true); in onTouchEvent() 476 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent() 479 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent() 483 … if (!expand && mStatusBarStateController.getState() == StatusBarState.KEYGUARD) { in endMotionEvent() 491 fling(vel, expand, isFalseTouch(x, y)); in endMotionEvent() 492 onTrackingStopped(expand); in endMotionEvent() 493 mUpdateFlingOnLayout = expand && mPanelClosedOnDown && !mHasLayoutedSinceDown; in endMotionEvent() 530 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() argument 532 mBar.onTrackingStopped(expand); in onTrackingStopped() 718 protected void fling(float vel, boolean expand) { in fling() argument [all …]
|
D | PhoneStatusBarView.java | 252 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument 253 super.onTrackingStopped(expand); in onTrackingStopped() 254 mBar.onTrackingStopped(expand); in onTrackingStopped()
|
D | NotificationPanelView.java | 989 expand(true /* animate */); in expandWithQs() 999 expand(true /* animate */); in expandWithoutQs() 1004 public void fling(float vel, boolean expand) { in fling() argument 1009 super.fling(vel, expand); in fling() 1013 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() argument 1015 mHeadsUpTouchHelper.notifyFling(!expand); in flingToHeight() 1016 setClosingWithAlphaFadeout(!expand && !isOnKeyguard() && getFadeoutAlpha() == 1.0f); in flingToHeight() 1017 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight() 1242 expand(true /* animate */); in onTouchEvent() 2405 public void expand(boolean animate) { in expand() method in NotificationPanelView [all …]
|
D | PanelBar.java | 238 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
|
D | StatusBar.java | 1868 mNotificationPanel.expand(true /* animate */); in handleSystemKey() 3449 mNotificationPanel.expand(false /* animate */); in instantExpandNotificationsPanel() 3624 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument 3626 if (!expand && !mUnlockMethodCache.canSkipBouncer()) { in onTrackingStopped()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationControllerTest.java | 99 expand(); in testOnChildAdded() 112 expand(); in testOnChildRemoved() 124 expand(); in testBubbleDraggedNotDismissedSnapsBack() 142 expand(); in testBubbleDismissed() 162 expand(); in testMagnetToDismiss_dismiss() 192 expand(); in testMagnetToDismiss_demagnetizeThenDrag() 234 private void expand() throws InterruptedException { in expand() method in ExpandedAnimationControllerTest
|
/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/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/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/src/com/android/systemui/doze/ |
D | DozeLog.java | 128 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, in traceFling() argument 131 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded=" in traceFling()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationHeaderUtil.java | 70 ImageView expand = (ImageView) view.findViewById( 73 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/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTest.java | 567 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar() 569 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar() 749 verify(mNotificationPanelView).expand(eq(false)); in testOnStartedWakingUp_isNotDozing() 761 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 585 final boolean expand = nowExpanded; in finishExpanding() 592 mCallback.setUserExpandedChild(scaledView, expand); in finishExpanding()
|
/frameworks/av/apex/ |
D | ld.config.txt | 94 # 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 | 2272 public void setSystemExpanded(boolean expand) { 2273 if (expand != mIsSystemExpanded) { 2275 mIsSystemExpanded = expand;
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 299 …expand="{{Macro "EnumName" $ | SplitPascalCase | Upper | JoinWith "_"}}"{{if $.Docs}} comment="{{$…
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 619 expand(); in onFocusChanged() 786 private void expand() { in expand() method in RecipientEditTextView
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2142 // dismiss/expand/collapse/click/button events 2147 // click on collapsed conditional or clicks expand button 2277 // Notification expansion state toggled by the expand affordance. 2280 // Notification group expansion state toggled by the expand affordance. 2284 // Notification expansion state toggled by the expand gesture. 2287 // Notification group expansion state toggled by the expand gesture.
|
/frameworks/native/docs/ |
D | Doxyfile | 1020 # can expand and collapse entries dynamically later on. Doxygen will expand 1585 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1139 # shown in the various tree structured indices initially; the user can expand 1140 # and collapse entries dynamically later on. Doxygen will expand the tree to 1900 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
|
D | Doxyfile.orig | 1130 # shown in the various tree structured indices initially; the user can expand 1131 # and collapse entries dynamically later on. Doxygen will expand the tree to 1891 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
|