OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStackScroller
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationsQuickSettingsContainer.java
41
private View
mStackScroller
;
59
mStackScroller
= findViewById(R.id.notification_stack_scroller);
60
mStackScrollerMargin = ((LayoutParams)
mStackScroller
.getLayoutParams()).bottomMargin;
71
reloadWidth(
mStackScroller
);
94
View stackQsTop = qsBottom ?
mStackScroller
: mQsContainer;
95
View stackQsBottom = !qsBottom ?
mStackScroller
: mQsContainer;
103
} else if (child ==
mStackScroller
) {
155
setBottomMargin(
mStackScroller
, 0);
158
setBottomMargin(
mStackScroller
, mStackScrollerMargin);
HeadsUpTouchHelper.java
35
private NotificationStackScrollLayout
mStackScroller
;
50
mStackScroller
= stackScroller;
78
ExpandableView child =
mStackScroller
.getChildAtRawPosition(x, y);
82
mTouchingHeadsUpView = !
mStackScroller
.isExpanded()
PhoneStatusBar.java
609
(
mStackScroller
.getChildLocation(entry.row) & VISIBLE_LOCATIONS) != 0;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java
35
private final NotificationStackScrollLayout
mStackScroller
;
50
mStackScroller
= (NotificationStackScrollLayout) statusBarWindow.findViewById(
56
mStackScroller
.setFadingOut(true);
70
mStackScroller
.setFadingOut(false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java
140
private TaskStackViewScroller
mStackScroller
;
256
mStackScroller
= new TaskStackViewScroller(context, this, mLayoutAlgorithm);
257
mTouchHandler = new TaskStackViewTouchHandler(context, this,
mStackScroller
);
331
mStackScroller
.reset();
364
mStackScroller
.setStackScrollToInitialState();
556
mStackScroller
.getStackScroll(), targetStackScroll, mIgnoreTasks,
670
bindVisibleTaskViews(
mStackScroller
.getStackScroll(),
731
mLayoutAlgorithm.getStackTransform(task,
mStackScroller
.getStackScroll(),
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
170
protected NotificationStackScrollLayout
mStackScroller
;
[
all
...]
Completed in 320 milliseconds