Searched refs:EmptySpaceView (Results 1 – 2 of 2) sorted by relevance
65 private EmptySpaceView mCurrentEmptySpaceView;176 if (view instanceof EmptySpaceView) { in onChildViewAttachedToWindow()196 if (view instanceof EmptySpaceView) { in findCurrentEmptyView()197 mCurrentEmptySpaceView = (EmptySpaceView) view; in findCurrentEmptyView()271 public static class EmptySpaceView extends View { class in StickyHeaderLayout276 public EmptySpaceView(Context context) { in EmptySpaceView() method in StickyHeaderLayout.EmptySpaceView
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()