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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 27 import com.android.systemui.statusbar.ExpandableView;
41 private WeakHashMap<ExpandableView, StackViewState> mStateMap;
58 ExpandableView child = (ExpandableView) mHostView.getChildAt(i);
75 private void resetViewState(ExpandableView view) {
105 ExpandableView child = (ExpandableView) mHostView.getChildAt(i);
124 * Applies a {@link StackViewState} to an {@link ExpandableView}.
128 public boolean applyState(ExpandableView view, StackViewState state) {
216 if (!(view instanceof ExpandableView) || !((ExpandableView) view).willBeGone())
    [all...]
StackScrollAlgorithm.java 26 import com.android.systemui.statusbar.ExpandableView;
118 ExpandableView v = algorithmState.visibleChildren.get(i);
146 ExpandableView child = algorithmState.visibleChildren.get(i);
262 ExpandableView lastView = null;
264 ExpandableView v = (ExpandableView) hostView.getChildAt(i);
302 ExpandableView v) {
332 ExpandableView child = algorithmState.visibleChildren.get(i);
389 ExpandableView child) {
483 if (child instanceof ExpandableView) {
    [all...]
NotificationStackScrollLayout.java 69 import com.android.systemui.statusbar.ExpandableView;
94 ExpandableView.OnHeightChangedListener, NotificationGroupManager.OnGroupChangeListener,
184 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) {
483 private void notifyHeightChangeListener(ExpandableView view) {
588 ExpandableView child = (ExpandableView) getChildAt(i)
    [all...]
StackStateAnimator.java 31 import com.android.systemui.statusbar.ExpandableView;
122 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
147 private boolean applyWithoutAnimation(ExpandableView child, StackViewState viewState,
171 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
195 public void startStackAnimations(final ExpandableView child, StackViewState viewState,
287 if (child instanceof ExpandableView) {
289 alphaChanging &= !((ExpandableView) child).willBeGone();
396 private void startShadowAlphaAnimation(final ExpandableView child
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 35 import com.android.systemui.statusbar.ExpandableView;
41 ExpandableView getChildAtRawPosition(float x, float y);
42 ExpandableView getChildAtPosition(float x, float y);
47 int getMaxExpandHeight(ExpandableView view);
96 private ExpandableView mResizedView;
134 ExpandableView mView;
137 public void setView(ExpandableView v) {
203 private ExpandableView findView(float x, float y) {
204 ExpandableView v;
386 private boolean isFullyExpanded(ExpandableView underFocus)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 55 private ExpandableView mStartingChild;
163 private void handleExpansion(float heightDelta, ExpandableView child) {
182 private void cancelExpansion(final ExpandableView child) {
224 private ExpandableView findView(float x, float y) {
ExpandableView.java 34 public abstract class ExpandableView extends FrameLayout {
48 public ExpandableView(Context context, AttributeSet attrs) {
451 void onHeightChanged(ExpandableView view, boolean needsAnimation);
458 void onReset(ExpandableView view);
ExpandableOutlineView.java 28 * Like {@link ExpandableView}, but setting an outline for the height and clipping.
30 public abstract class ExpandableOutlineView extends ExpandableView {
StackScrollerDecorView.java 30 public abstract class StackScrollerDecorView extends ExpandableView {
  /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 55 import com.android.systemui.statusbar.ExpandableView;
69 ExpandableView.OnHeightChangedListener,
420 ExpandableView child = (ExpandableView) mNotificationStackScroller.getChildAt(i);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 50 import com.android.systemui.statusbar.ExpandableView;
291 if (mScrollContainerChild == null && p instanceof ExpandableView) {

Completed in 125 milliseconds