Searched refs:ExpandableView (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java25 import com.android.systemui.statusbar.ExpandableView;
39 private WeakHashMap<ExpandableView, ExpandableViewState> mStateMap;
53 ExpandableView child = (ExpandableView) mHostView.getChildAt(i);
70 private void resetViewState(ExpandableView view) {
104 ExpandableView child = (ExpandableView) mHostView.getChildAt(i);
H A DStackScrollAlgorithm.java28 import com.android.systemui.statusbar.ExpandableView;
99 ExpandableView v = algorithmState.visibleChildren.get(i);
134 ExpandableView child = algorithmState.visibleChildren.get(i);
248 ExpandableView lastView = null;
250 ExpandableView v = (ExpandableView) hostView.getChildAt(i);
322 ExpandableView v) {
352 ExpandableView child = algorithmState.visibleChildren.get(i);
386 ExpandableView child) {
484 if (child instanceof ExpandableView) {
[all...]
H A DExpandableViewState.java28 import com.android.systemui.statusbar.ExpandableView;
133 * Applies a {@link ExpandableViewState} to a {@link ExpandableView}.
138 if (view instanceof ExpandableView) {
139 ExpandableView expandableView = (ExpandableView) view;
184 if (!(child instanceof ExpandableView)) {
187 ExpandableView expandableView = (ExpandableView) child;
234 private void startHeightAnimation(final ExpandableView child, AnimationProperties properties) {
315 private void startShadowAlphaAnimation(final ExpandableView chil
[all...]
H A DStackStateAnimator.java30 import com.android.systemui.statusbar.ExpandableView;
127 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
148 private void initAnimationProperties(StackScrollState finalState, ExpandableView child,
167 private void adaptDurationWhenGoingToFullShade(ExpandableView child,
183 private boolean applyWithoutAnimation(ExpandableView child, ExpandableViewState viewState,
207 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
346 final ExpandableView changingView = (ExpandableView) even
[all...]
H A DNotificationStackScrollLayout.java74 import com.android.systemui.statusbar.ExpandableView;
102 ExpandableView.OnHeightChangedListener, NotificationGroupManager.OnGroupChangeListener,
188 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) {
532 private void notifyHeightChangeListener(ExpandableView view) {
649 ExpandableView chil
[all...]
H A DViewState.java31 import com.android.systemui.statusbar.ExpandableView;
221 if (!(view instanceof ExpandableView) || !((ExpandableView) view).willBeGone()) {
272 if (child instanceof ExpandableView) {
274 alphaChanging &= !((ExpandableView) child).willBeGone();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java36 import com.android.systemui.statusbar.ExpandableView;
42 ExpandableView getChildAtRawPosition(float x, float y);
43 ExpandableView getChildAtPosition(float x, float y);
48 int getMaxExpandHeight(ExpandableView view);
97 private ExpandableView mResizedView;
140 ExpandableView mView;
143 public void setView(ExpandableView v) {
210 private ExpandableView findView(float x, float y) {
211 ExpandableView v;
394 private boolean isFullyExpanded(ExpandableView underFocu
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java55 private ExpandableView mStartingChild;
164 private void handleExpansion(float heightDelta, ExpandableView child) {
183 private void cancelExpansion(final ExpandableView child) {
226 private ExpandableView findView(float x, float y) {
H A DExpandableView.java36 public abstract class ExpandableView extends FrameLayout { class in inherits:FrameLayout
53 public ExpandableView(Context context, AttributeSet attrs) { method in class:ExpandableView
521 void onHeightChanged(ExpandableView view, boolean needsAnimation);
528 void onReset(ExpandableView view);
H A DStackScrollerDecorView.java30 public abstract class StackScrollerDecorView extends ExpandableView {
H A DExpandableOutlineView.java28 * Like {@link ExpandableView}, but setting an outline for the height and clipping.
30 public abstract class ExpandableOutlineView extends ExpandableView {
H A DNotificationShelf.java222 ExpandableView child = (ExpandableView) mHostLayout.getChildAt(notificationIndex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java25 import com.android.systemui.statusbar.ExpandableView;
78 ExpandableView child = mStackScroller.getChildAtRawPosition(x, y);
H A DNotificationPanelView.java57 import com.android.systemui.statusbar.ExpandableView;
73 ExpandableView.OnHeightChangedListener,
445 ExpandableView child = (ExpandableView) mNotificationStackScroller.getChildAt(i);
1786 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
1793 ExpandableView firstChildNotGone = mNotificationStackScroller.getFirstChildNotGone();
1805 public void onReset(ExpandableView view) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java56 import com.android.systemui.statusbar.ExpandableView;
370 if (mScrollContainerChild == null && p instanceof ExpandableView) {

Completed in 146 milliseconds