Home
last modified time | relevance | path

Searched defs:enr (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java136 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_collapsedGroup_expandGroupExpansion() local
167 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_expandedGroup_setUserExpandedTrue() local
193 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_nonGroupNotifications_setUserExpandedTrue() local
218 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_notExpandedGroup_toggleExpansion() local
250 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_expandedGroup_notToggleExpansion() local
277 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_notExpandedNotification_toggleExpansion() local
306 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_expandedNotification_notToggleExpansion() local
335 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_notExpandedPinnedHUN_toggleExpansion() local
364 final ExpandableNotificationRow enr = mock(ExpandableNotificationRow.class); in onMakeExpandedVisibleForRemoteInput_expandedPinnedHUN_notToggleExpansion() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java99 ExpandableNotificationRow enr = null; in startDragAndDrop() local
211 ExpandableNotificationRow enr = (ExpandableNotificationRow) view; in getDraggedViewDragListener() local
/frameworks/av/media/module/codecs/amrwb/enc/src/
Ddtx.c296 Word32 enr, /* i : residual energy (in L_FRAME) */ in dtx_buffer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java902 ExpandableNotificationRow enr = (ExpandableNotificationRow) v; in isAvailableToDragAndDrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java800 private void logHunSkippedForUnexpectedState(ExpandableNotificationRow enr, in logHunSkippedForUnexpectedState()
806 private void logHunAnimationSkipped(ExpandableNotificationRow enr, String reason) { in logHunAnimationSkipped()
811 private void logHunAnimationEventAdded(ExpandableNotificationRow enr, int type) { in logHunAnimationEventAdded()