/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 281 expand(true); in onTouchEvent() 472 boolean expand = flingExpands(vel, vectorVel, x, y) in endMotionEvent() 475 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent() 479 … if (!expand && mStatusBarStateController.getState() == StatusBarState.KEYGUARD) { in endMotionEvent() 487 fling(vel, expand, isFalseTouch(x, y)); in endMotionEvent() 488 onTrackingStopped(expand); in endMotionEvent() 489 mUpdateFlingOnLayout = expand && mPanelClosedOnDown && !mHasLayoutedSinceDown; in endMotionEvent() 526 protected void onTrackingStopped(boolean expand) { in onTrackingStopped() argument 528 mBar.onTrackingStopped(expand); in onTrackingStopped() 710 protected void fling(float vel, boolean expand) { in fling() argument [all …]
|
D | PhoneStatusBarView.java | 251 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument 252 super.onTrackingStopped(expand); in onTrackingStopped() 253 mBar.onTrackingStopped(expand); in onTrackingStopped()
|
D | NotificationPanelView.java | 844 expand(true /* animate */); in expandWithQs() 854 expand(true /* animate */); in expandWithoutQs() 859 public void fling(float vel, boolean expand) { in fling() argument 864 super.fling(vel, expand); in fling() 868 protected void flingToHeight(float vel, boolean expand, float target, in flingToHeight() argument 870 mHeadsUpTouchHelper.notifyFling(!expand); in flingToHeight() 871 setClosingWithAlphaFadeout(!expand && getFadeoutAlpha() == 1.0f); in flingToHeight() 872 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight() 2101 public void expand(boolean animate) { in expand() method in NotificationPanelView 2102 super.expand(animate); in expand() [all …]
|
D | PanelBar.java | 229 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument
|
D | StatusBar.java | 1793 mNotificationPanel.expand(true /* animate */); in handleSystemKey() 3326 mNotificationPanel.expand(false /* animate */); in instantExpandNotificationsPanel() 3499 public void onTrackingStopped(boolean expand) { in onTrackingStopped() argument 3501 if (!expand && !mUnlockMethodCache.canSkipBouncer()) { in onTrackingStopped()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationControllerTest.java | 92 expand(); in testOnChildAdded() 104 expand(); in testOnChildRemoved() 115 expand(); in testBubbleDraggedNotDismissedSnapsBack() 132 expand(); in testBubbleDismissed() 153 expand(); in testMagnetToDismiss_dismiss() 183 expand(); in testMagnetToDismiss_demagnetizeThenDrag() 225 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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | text_format.h | 218 void SetExpandAny(bool expand) { in SetExpandAny() argument 219 expand_any_ = expand; in SetExpandAny()
|
/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 | 569 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar() 571 verify(mNotificationPanelView, never()).expand(anyBoolean()); in testDisableExpandStatusBar() 750 verify(mNotificationPanelView).expand(eq(false)); in testOnStartedWakingUp_isNotDozing() 762 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 | 86 # since we don't have a good way to auto-expand %VNDK_SAMEPROCESS_LIBRARIES%,
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 28 …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 | 2294 public void setSystemExpanded(boolean expand) { 2295 if (expand != mIsSystemExpanded) { 2297 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 | 616 expand(); in onFocusChanged() 783 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
|