OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandableView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
69
import com.android.systemui.statusbar.
ExpandableView
;
94
ExpandableView
.OnHeightChangedListener, NotificationGroupManager.OnGroupChangeListener,
184
private
ExpandableView
.OnHeightChangedListener mOnHeightChangedListener;
296
private ArrayList<
ExpandableView
> mTmpSortedChildren = new ArrayList<>();
322
private Comparator<
ExpandableView
> mViewPositionComparator = new Comparator<
ExpandableView
>() {
324
public int compare(
ExpandableView
view,
ExpandableView
otherView) {
486
private void notifyHeightChangeListener(
ExpandableView
view) {
591
ExpandableView
child = (ExpandableView) getChildAt(i)
[
all
...]
StackScrollAlgorithm.java
26
import com.android.systemui.statusbar.
ExpandableView
;
118
ExpandableView
v = algorithmState.visibleChildren.get(i);
146
ExpandableView
child = algorithmState.visibleChildren.get(i);
262
ExpandableView
lastView = null;
264
ExpandableView
v = (
ExpandableView
) hostView.getChildAt(i);
302
ExpandableView
v) {
332
ExpandableView
child = algorithmState.visibleChildren.get(i);
389
ExpandableView
child) {
483
if (child instanceof
ExpandableView
) {
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java
[
all
...]
Completed in 60 milliseconds