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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 34 public class PagedViewCellLayout extends ViewGroup implements Page {
35 static final String TAG = "PagedViewCellLayout";
50 public PagedViewCellLayout(Context context) {
54 public PagedViewCellLayout(Context context, AttributeSet attrs) {
58 public PagedViewCellLayout(Context context, AttributeSet attrs, int defStyle) {
102 PagedViewCellLayout.LayoutParams params) {
103 final PagedViewCellLayout.LayoutParams lp = params;
309 PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams();
375 return new PagedViewCellLayout.LayoutParams(getContext(), attrs)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 31 public class PagedViewCellLayout extends ViewGroup implements Page {
32 static final String TAG = "PagedViewCellLayout";
46 public PagedViewCellLayout(Context context) {
50 public PagedViewCellLayout(Context context, AttributeSet attrs) {
54 public PagedViewCellLayout(Context context, AttributeSet attrs, int defStyle) {
96 PagedViewCellLayout.LayoutParams params) {
97 final PagedViewCellLayout.LayoutParams lp = params;
303 PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams();
369 return new PagedViewCellLayout.LayoutParams(getContext(), attrs)
    [all...]

Completed in 62 milliseconds