HomeSort by relevance Sort by last modified time
    Searched defs:mItemSize (Results 1 - 4 of 4) 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 53 protected int mItemSize;
77 mItemSize = (int) activity.getResources().getDimension(R.dimen.qc_item_size);
258 view.setMinimumWidth(mItemSize);
259 view.setMinimumHeight(mItemSize);
261 LayoutParams lp = new LayoutParams(mItemSize, mItemSize);
277 LayoutParams lp = new LayoutParams(mItemSize, mItemSize);

Completed in 68 milliseconds