Searched refs:EmptySpaceView (Results 1 – 2 of 2) sorted by relevance
23 import com.android.launcher3.views.StickyHeaderLayout.EmptySpaceView;43 return new ViewHolder(new EmptySpaceView(parent.getContext())) { }; in newViewHolder()49 ((EmptySpaceView) holder.itemView).setFixedHeight(mEmptySpaceHeightProvider.getAsInt()); in bindViewHolder()
68 private EmptySpaceView mCurrentEmptySpaceView;179 if (view instanceof EmptySpaceView) { in onChildViewAttachedToWindow()199 if (view instanceof EmptySpaceView) { in findCurrentEmptyView()200 mCurrentEmptySpaceView = (EmptySpaceView) view; in findCurrentEmptyView()290 public static class EmptySpaceView extends View { class in StickyHeaderLayout295 public EmptySpaceView(Context context) { in EmptySpaceView() method in StickyHeaderLayout.EmptySpaceView