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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 25 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);
StackScrollAlgorithm.java 28 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...]
ExpandableViewState.java 28 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;
141 int height = expandableView.getActualHeight();
146 expandableView.setActualHeight(newHeight, false /* notifyListeners */);
149 float shadowAlpha = expandableView.getShadowAlpha();
154 expandableView.setShadowAlpha(newShadowAlpha)
    [all...]
StackStateAnimator.java 30 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) event.changingView
    [all...]
NotificationStackScrollLayout.java 74 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 child = (ExpandableView) getChildAt(i)
    [all...]
ViewState.java 31 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/
ExpandHelper.java 36 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 underFocus)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 55 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) {
ExpandableView.java 36 public abstract class ExpandableView extends FrameLayout {
53 public ExpandableView(Context context, AttributeSet attrs) {
521 void onHeightChanged(ExpandableView view, boolean needsAnimation);
528 void onReset(ExpandableView view);
StackScrollerDecorView.java 30 public abstract class StackScrollerDecorView extends ExpandableView {
ExpandableOutlineView.java 28 * Like {@link ExpandableView}, but setting an outline for the height and clipping.
30 public abstract class ExpandableOutlineView extends ExpandableView {
NotificationShelf.java 222 ExpandableView child = (ExpandableView) mHostLayout.getChildAt(notificationIndex);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 25 import com.android.systemui.statusbar.ExpandableView;
78 ExpandableView child = mStackScroller.getChildAtRawPosition(x, y);
NotificationPanelView.java 57 import com.android.systemui.statusbar.ExpandableView;
73 ExpandableView.OnHeightChangedListener,
445 ExpandableView child = (ExpandableView) mNotificationStackScroller.getChildAt(i);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 56 import com.android.systemui.statusbar.ExpandableView;
370 if (mScrollContainerChild == null && p instanceof ExpandableView) {

Completed in 6191 milliseconds