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

  /system/core/include/utils/
VectorImpl.h 126 const size_t mItemSize;
  /system/core/libpixelflinger/codeflinger/tinyutils/
VectorImpl.h 129 const size_t mItemSize;
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 53 private int mItemSize;
77 mItemSize = context.getResources().getDimensionPixelSize(R.dimen.switcher_size);
155 content.addView(item, new LinearLayout.LayoutParams(mItemSize, mItemSize));
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 52 protected int mItemSize;
76 mItemSize = (int) activity.getResources().getDimension(R.dimen.qc_item_size);
252 view.setMinimumWidth(mItemSize);
253 view.setMinimumHeight(mItemSize);
255 LayoutParams lp = new LayoutParams(mItemSize, mItemSize);
271 LayoutParams lp = new LayoutParams(mItemSize, mItemSize);
  /packages/apps/Camera2/src/com/android/camera/ui/
ModuleSwitcher.java 74 private int mItemSize;
98 mItemSize = context.getResources().getDimensionPixelSize(R.dimen.switcher_size);
224 content.addView(item, new LinearLayout.LayoutParams(mItemSize, mItemSize));

Completed in 255 milliseconds