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

  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
ReorderHelper.java 11 import com.android.deskclock.widget.sgv.StaggeredGridView.LayoutParams;
12 import com.android.deskclock.widget.sgv.StaggeredGridView.ReorderListener;
42 private final StaggeredGridView mParentView;
46 public ReorderHelper(ReorderListener listener, StaggeredGridView parentView) {
240 * @return the child in this StaggeredGridView at the coordinates, null otherwise.
StaggeredGridView.java 65 * Temporarily copied from support v4 library so that StaggeredGridView can access
69 * ListView and GridView just not complex enough? Try StaggeredGridView!
71 * <p>StaggeredGridView presents a multi-column grid with consistent column sizes
80 public class StaggeredGridView extends ViewGroup {
82 private static final String TAG = "Clock-" + StaggeredGridView.class.getSimpleName();
86 * to StaggeredGridView.
387 public StaggeredGridView(Context context) {
391 public StaggeredGridView(Context context, AttributeSet attrs) {
395 public StaggeredGridView(Context context, AttributeSet attrs, int defStyle) {
549 * @return the child in this StaggeredGridView at the coordinates, null otherwise
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 43 * ListView and GridView just not complex enough? Try StaggeredGridView!
45 * <p>StaggeredGridView presents a multi-column grid with consistent column sizes
56 public class StaggeredGridView extends ViewGroup {
57 private static final String TAG = "StaggeredGridView";
62 * to StaggeredGridView.
197 public StaggeredGridView(Context context) {
201 public StaggeredGridView(Context context, AttributeSet attrs) {
205 public StaggeredGridView(Context context, AttributeSet attrs, int defStyle) {
300 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
336 mActivePointerId + " - did StaggeredGridView receive an inconsistent "
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 63 import com.android.deskclock.widget.sgv.StaggeredGridView;
75 private StaggeredGridView mTimersList;
457 mTimersList = (StaggeredGridView) v.findViewById(R.id.timers_list);
557 // StaggeredGridView doesn't support a footer view, but GridAdapter does, so this
    [all...]

Completed in 1177 milliseconds