OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpandableNotificationRow
(Results
26 - 49
of
49
) sorted by null
1
2
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
36
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
66
private final List<
ExpandableNotificationRow
> mChildren = new ArrayList<>();
76
private
ExpandableNotificationRow
mContainingNotification;
200
ExpandableNotificationRow
child = mChildren.get(i);
253
public void addNotification(
ExpandableNotificationRow
row, int childIndex) {
267
public void removeNotification(
ExpandableNotificationRow
row) {
424
public List<
ExpandableNotificationRow
> getNotificationChildren() {
436
public boolean applyChildOrder(List<
ExpandableNotificationRow
> childOrder,
444
ExpandableNotificationRow
child = mChildren.get(i);
445
ExpandableNotificationRow
desiredChild = childOrder.get(i)
[
all
...]
StackStateAnimator.java
29
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
376
if (changingView instanceof
ExpandableNotificationRow
377
&& event.viewAfterChangingView instanceof
ExpandableNotificationRow
) {
378
ExpandableNotificationRow
changingRow =
379
(
ExpandableNotificationRow
) changingView;
380
ExpandableNotificationRow
nextRow =
381
(
ExpandableNotificationRow
) event.viewAfterChangingView;
417
ExpandableNotificationRow
row = (
ExpandableNotificationRow
) event.changingView;
ExpandableViewState.java
27
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
292
if (!mWasCancelled && child instanceof
ExpandableNotificationRow
) {
293
((
ExpandableNotificationRow
) child).setGroupExpansionChanging(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
VisualStabilityManagerTest.java
24
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
46
private
ExpandableNotificationRow
mRow = mock(
ExpandableNotificationRow
.class);
NotificationInflaterTest.java
41
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
63
private
ExpandableNotificationRow
mRow;
72
ExpandableNotificationRow
row = new NotificationTestHelper(mContext).createRow(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationCustomViewWrapper.java
28
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
41
protected NotificationCustomViewWrapper(Context ctx, View view,
ExpandableNotificationRow
row) {
NotificationInflater.java
32
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
62
private final
ExpandableNotificationRow
mRow;
71
public NotificationInflater(
ExpandableNotificationRow
row) {
186
ExpandableNotificationRow
row, boolean redactAmbient,
322
final
ExpandableNotificationRow
row,
408
@Nullable InflationCallback endListener,
ExpandableNotificationRow
row,
525
private static boolean canReapplyAmbient(
ExpandableNotificationRow
row, boolean redactAmbient) {
543
private
ExpandableNotificationRow
mRow;
549
int reInflateFlags,
ExpandableNotificationRow
row, boolean isLowPriority,
NotificationTemplateViewWrapper.java
29
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
52
ExpandableNotificationRow
row) {
151
while (searchView != null && !(searchView instanceof
ExpandableNotificationRow
)) {
162
public void onContentUpdated(
ExpandableNotificationRow
row) {
NotificationHeaderViewWrapper.java
36
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
67
protected NotificationHeaderViewWrapper(Context ctx, View view,
ExpandableNotificationRow
row) {
135
public void onContentUpdated(
ExpandableNotificationRow
row) {
TransformState.java
32
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
378
ExpandableNotificationRow
row = view instanceof
ExpandableNotificationRow
379
? (
ExpandableNotificationRow
) view
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
38
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
269
if (mCurrView instanceof
ExpandableNotificationRow
) {
270
NotificationMenuRowPlugin nmr = ((
ExpandableNotificationRow
) mCurrView).getProvider();
304
if (mCurrView instanceof
ExpandableNotificationRow
) {
305
menuItem = ((
ExpandableNotificationRow
) mCurrView)
443
if (animView instanceof
ExpandableNotificationRow
) {
444
ExpandableNotificationRow
row = (
ExpandableNotificationRow
) animView;
ExpandHelper.java
35
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
512
if (!(v instanceof
ExpandableNotificationRow
)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java
23
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
238
ExpandableNotificationRow
logicalGroupSummary = getLogicalGroupSummary(sbn);
317
public
ExpandableNotificationRow
getGroupSummary(StatusBarNotification sbn) {
326
public
ExpandableNotificationRow
getLogicalGroupSummary(
332
private
ExpandableNotificationRow
getGroupSummary(String groupKey) {
379
public void onHeadsUpPinned(
ExpandableNotificationRow
headsUp) {
383
public void onHeadsUpUnPinned(
ExpandableNotificationRow
headsUp) {
514
void onGroupExpansionChanged(
ExpandableNotificationRow
changedRow, boolean expanded);
StatusBar.java
206
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
271
ExpandableNotificationRow
.ExpansionLogger, NotificationData.Environment,
272
ExpandableNotificationRow
.OnExpandClickListener, InflationCallback,
628
private
ExpandableNotificationRow
mDraggedDownRow;
[
all
...]
NotificationIconAreaController.java
16
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
177
if (view instanceof
ExpandableNotificationRow
) {
178
NotificationData.Entry ent = ((
ExpandableNotificationRow
) view).getEntry();
ScrimController.java
45
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
624
public void onHeadsUpPinned(
ExpandableNotificationRow
headsUp) {
630
public void onHeadsUpUnPinned(
ExpandableNotificationRow
headsUp) {
NotificationPanelView.java
59
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
497
if (!(child instanceof
ExpandableNotificationRow
)) {
500
ExpandableNotificationRow
row = (
ExpandableNotificationRow
) child;
520
instanceof
ExpandableNotificationRow
) {
[
all
...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarWindowViewTest.java
34
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java
258
if (!(child instanceof
ExpandableNotificationRow
)
262
ExpandableNotificationRow
row = (
ExpandableNotificationRow
) child;
313
if (!(child instanceof
ExpandableNotificationRow
)
317
ExpandableNotificationRow
row = (
ExpandableNotificationRow
) child;
328
private void updateIconClipAmount(
ExpandableNotificationRow
row) {
341
private void updateContinuousClipping(final
ExpandableNotificationRow
row) {
365
private void updateNotificationClipHeight(
ExpandableNotificationRow
row,
395
private float updateIconAppearance(
ExpandableNotificationRow
row, float expandAmount
[
all
...]
NotificationMenuRow.java
49
ExpandableNotificationRow
.LayoutListener {
66
private
ExpandableNotificationRow
mParent;
134
mParent = (
ExpandableNotificationRow
) parent;
NotificationData.java
77
public
ExpandableNotificationRow
row; // the outer expanded view
NotificationContentView.java
117
private
ExpandableNotificationRow
mContainingNotification;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java
36
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
236
ExpandableNotificationRow
row = headsUpEntry.entry.row;
410
ExpandableNotificationRow
topEntry = getTopEntry().entry.row;
412
final
ExpandableNotificationRow
groupSummary
529
ExpandableNotificationRow
row = topEntry.entry.row;
531
final
ExpandableNotificationRow
groupSummary
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationDataTest.java
57
private
ExpandableNotificationRow
mRow;
Completed in 611 milliseconds
1
2