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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
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...]
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...]
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...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]

Completed in 77 milliseconds