HomeSort by relevance Sort by last modified time
    Searched refs:expandableView (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 41 import com.android.systemui.statusbar.ExpandableView;
56 ExpandableView.OnHeightChangedListener {
135 private ExpandableView.OnHeightChangedListener mOnHeightChangedListener;
295 private void notifyHeightChangeListener(ExpandableView view) {
573 public ExpandableView getChildAtRawPosition(float touchX, float touchY) {
579 public ExpandableView getChildAtPosition(float touchX, float touchY) {
583 ExpandableView slidingChild = (ExpandableView) getChildAt(childIdx);
    [all...]
StackScrollAlgorithm.java 27 import com.android.systemui.statusbar.ExpandableView;
65 private ExpandableView mFirstChildWhileExpanding;
196 ExpandableView child = algorithmState.visibleChildren.get(i);
314 ExpandableView v = (ExpandableView) hostView.getChildAt(i);
347 ExpandableView child = algorithmState.visibleChildren.get(i);
473 } else if (child instanceof ExpandableView) {
474 ExpandableView expandableView = (ExpandableView) child
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]

Completed in 54 milliseconds