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

  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 55 private int mItemWidth;
68 mItemWidth = (int) mResources.getDimension(R.dimen.project_picker_item_width);
201 new LoadPreviewBitmapTask(this, projectPath, imageView, mItemWidth, mItemHeight,
211 final Bitmap bitmap = Bitmap.createBitmap(mItemWidth, mItemHeight,
215 canvas.drawRect(0, 0, mItemWidth, mItemHeight, paint);
221 final int x = (mItemWidth - newProjectIcon.getWidth()) / 2;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 36 private int mItemWidth = ListView.LayoutParams.MATCH_PARENT;
66 mItemWidth = width;
99 int width = mItemWidth;
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 53 private int mItemWidth;
75 mItemWidth = (int) (ITEM_WIDTH_DPI * density + 0.5f);
81 mScrollRight = mItemWidth - mPageWidth;
526 final Rect newRect = new Rect(mItemWidth - orgRectSize, mItemHeight - orgRectSize,
527 mItemWidth, mItemHeight);

Completed in 126 milliseconds