Home
last modified time | relevance | path

Searched refs:ExpandableView (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java27 import com.android.systemui.statusbar.ExpandableView;
42 private Map<ExpandableView, ViewState> mStateMap;
48 mStateMap = new HashMap<ExpandableView, ViewState>(); in StackScrollState()
60 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetViewStates()
89 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in apply()
DStackScrollAlgorithm.java27 import com.android.systemui.statusbar.ExpandableView;
65 private ExpandableView mFirstChildWhileExpanding;
196 ExpandableView child = algorithmState.visibleChildren.get(i); in updateClipping()
324 ExpandableView v = (ExpandableView) hostView.getChildAt(i); in updateVisibleChildren()
357 ExpandableView child = algorithmState.visibleChildren.get(i); in updatePositionsForState()
483 } else if (child instanceof ExpandableView) { in getMaxAllowedChildHeight()
484 ExpandableView expandableView = (ExpandableView) child; in getMaxAllowedChildHeight()
607 ExpandableView child = algorithmState.visibleChildren.get(i); in findNumberOfItemsInTopStackAndUpdateState()
750 mFirstChildWhileExpanding = (ExpandableView) findFirstVisibleChild(hostView);
791 private boolean isMaxSizeInitialized(ExpandableView child) {
[all …]
DNotificationStackScrollLayout.java43 import com.android.systemui.statusbar.ExpandableView;
59 ExpandableView.OnHeightChangedListener {
147 private ExpandableView.OnHeightChangedListener mOnHeightChangedListener;
310 private void notifyHeightChangeListener(ExpandableView view) { in notifyHeightChangeListener()
594 public ExpandableView getClosestChildAtRawPosition(float touchX, float touchY) { in getClosestChildAtRawPosition()
598 ExpandableView closestChild = null; in getClosestChildAtRawPosition()
604 ExpandableView slidingChild = (ExpandableView) getChildAt(childIdx); in getClosestChildAtRawPosition()
623 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition()
628 public ExpandableView getChildAtPosition(float touchX, float touchY) { in getChildAtPosition()
632 ExpandableView slidingChild = (ExpandableView) getChildAt(childIdx); in getChildAtPosition()
[all …]
DStackStateAnimator.java29 import com.android.systemui.statusbar.ExpandableView;
114 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in startAnimationForEvents()
135 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in findLastNotAddedIndex()
151 private void startAnimations(final ExpandableView child, StackScrollState.ViewState viewState, in startAnimations()
337 private void startHeightAnimation(final ExpandableView child, in startHeightAnimation()
396 private void startInsetAnimation(final ExpandableView child, in startInsetAnimation()
454 private void startAlphaAnimation(final ExpandableView child, in startAlphaAnimation()
528 private void startZTranslationAnimation(final ExpandableView child, in startZTranslationAnimation()
580 private void startYTranslationAnimation(final ExpandableView child, in startYTranslationAnimation()
633 private void startScaleAnimation(final ExpandableView child, in startScaleAnimation()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java37 import com.android.systemui.statusbar.ExpandableView;
43 ExpandableView getChildAtRawPosition(float x, float y); in getChildAtRawPosition()
44 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition()
106 private ExpandableView mResizedView;
142 ExpandableView mView;
145 public void setView(ExpandableView v) { in setView()
212 private ExpandableView findView(float x, float y) { in findView()
213 ExpandableView v; in findView()
389 private boolean isFullyExpanded(ExpandableView underFocus) { in isFullyExpanded()
500 private boolean startExpanding(ExpandableView v, int expandType) { in startExpanding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java34 public abstract class ExpandableView extends FrameLayout { class
45 public ExpandableView(Context context, AttributeSet attrs) { in ExpandableView() method in ExpandableView
310 void onHeightChanged(ExpandableView view); in onHeightChanged()
317 void onReset(ExpandableView view); in onReset()
DDragDownHelper.java54 private ExpandableView mStartingChild;
156 private void handleExpansion(float heightDelta, ExpandableView child) { in handleExpansion()
173 private void cancelExpansion(final ExpandableView child) { in cancelExpansion()
213 private ExpandableView findView(float x, float y) { in findView()
DExpandableOutlineView.java30 public abstract class ExpandableOutlineView extends ExpandableView {
DStackScrollerDecorView.java30 public abstract class StackScrollerDecorView extends ExpandableView {
DSpeedBumpView.java28 public class SpeedBumpView extends ExpandableView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java43 import com.android.systemui.statusbar.ExpandableView;
338 public ExpandableView getChildAtRawPosition(float x, float y) { in getChildAtRawPosition()
343 public ExpandableView getChildAtPosition(float x, float y) { in getChildAtPosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java47 import com.android.systemui.statusbar.ExpandableView;
57 ExpandableView.OnHeightChangedListener, ObservableScrollView.Listener,
1634 public void onHeightChanged(ExpandableView view) { in onHeightChanged()
1645 public void onReset(ExpandableView view) { in onReset()