OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mItemWidth
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java
43
private int
mItemWidth
;
166
mItemWidth
= itemWidth;
183
x +
mItemWidth
,
190
x +=
mItemWidth
+ mItemHorizontalMargin;
/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
57
private int
mItemWidth
;
79
mItemWidth
= (int) (ITEM_WIDTH_DPI * density + 0.5f);
85
mScrollRight =
mItemWidth
- mPageWidth;
703
final Rect newRect = new Rect(
mItemWidth
- orgRectSize, mItemHeight - orgRectSize,
704
mItemWidth
, mItemHeight);
[
all
...]
Completed in 94 milliseconds