Home | History | Annotate | Download | only in stack

Lines Matching refs:expandableView

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);
1180 ExpandableView firstChild = (ExpandableView) getFirstChildNotGone();
1284 } else if (child instanceof ExpandableView) {
1285 ExpandableView expandableView = (ExpandableView) child;
1286 height += expandableView.getActualHeight();
1467 ((ExpandableView) child).setOnHeightChangedListener(null);
1525 if (view instanceof ExpandableView) {
1526 ExpandableView expandableView = (ExpandableView) view;
1527 return expandableView.getIntrinsicHeight();
1553 ((ExpandableView) child).setOnHeightChangedListener(this);
1960 public void onHeightChanged(ExpandableView view) {
1969 public void onReset(ExpandableView view) {
1977 private void updateScrollPositionOnExpandInBottom(ExpandableView view) {
1994 ExpandableView.OnHeightChangedListener mOnHeightChangedListener) {
2020 ExpandableView v = (ExpandableView) getChildAt(i);
2217 ExpandableView child = (ExpandableView) getChildAt(childIdx);