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

  /packages/apps/Gallery2/src/com/android/photos/views/
HeaderGridView.java 38 * See {@link HeaderGridView#addHeaderView(View, Object, boolean)}
40 public class HeaderGridView extends GridView {
41 private static final String TAG = "HeaderGridView";
63 public HeaderGridView(Context context) {
68 public HeaderGridView(Context context, AttributeSet attrs) {
73 public HeaderGridView(Context context, AttributeSet attrs, int defStyle) {
97 * NOTE: Call this before calling setAdapter. This is so HeaderGridView can wrap
133 * NOTE: Call this before calling setAdapter. This is so HeaderGridView can wrap
198 int targetWidth = HeaderGridView.this.getMeasuredWidth()
199 - HeaderGridView.this.getPaddingLeft(
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 39 import com.android.photos.views.HeaderGridView;
85 ((HeaderGridView) getGridView()).addHeaderView(mHeaderView, null, false);

Completed in 188 milliseconds