OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mItemHeight
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/listview/
AdjacentListsWithAdjacentISVsInside.java
103
private final int
mItemHeight
;
106
mItemHeight
= itemHeight;
124
isvLeft.setDesiredHeight(
mItemHeight
);
127
isvRight.setDesiredHeight(
mItemHeight
);
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java
45
private int
mItemHeight
;
167
mItemHeight
= itemHeight;
184
y +
mItemHeight
);
194
y +=
mItemHeight
+ mItemVerticalMargin;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java
34
private int
mItemHeight
;
45
mItemHeight
= (int) (context.getResources().getDisplayMetrics().density * 100);
62
mItemHeight
= height;
100
int height =
mItemHeight
;
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java
218
private int
mItemHeight
= 0;
300
if (imageView.getLayoutParams().height !=
mItemHeight
) {
318
if (height ==
mItemHeight
) {
321
mItemHeight
= height;
323
new GridView.LayoutParams(LayoutParams.MATCH_PARENT,
mItemHeight
);
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java
218
private int
mItemHeight
= 0;
300
if (imageView.getLayoutParams().height !=
mItemHeight
) {
318
if (height ==
mItemHeight
) {
321
mItemHeight
= height;
323
new GridView.LayoutParams(LayoutParams.MATCH_PARENT,
mItemHeight
);
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridFragment.java
218
private int
mItemHeight
= 0;
300
if (imageView.getLayoutParams().height !=
mItemHeight
) {
318
if (height ==
mItemHeight
) {
321
mItemHeight
= height;
323
new GridView.LayoutParams(LayoutParams.MATCH_PARENT,
mItemHeight
);
/packages/apps/TV/src/com/android/tv/ui/
KeypadChannelSwitchView.java
95
private final int
mItemHeight
;
123
mItemHeight
= resources.getDimensionPixelSize(R.dimen.keypad_channel_switch_item_height);
307
int itemListHeight =
mItemHeight
* Math.min(MAX_CHANNEL_ITEM, mAdapter.getCount());
/cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java
58
private int
mItemHeight
;
80
mItemHeight
= (int) (ITEM_HEIGHT_DPI * density + 0.5f);
84
mScrollBottom =
mItemHeight
* ITEM_COUNT - mPageHeight;
667
assertEquals(
mItemHeight
* ITEM_COUNT,
703
final Rect newRect = new Rect(mItemWidth - orgRectSize,
mItemHeight
- orgRectSize,
704
mItemWidth,
mItemHeight
);
[
all
...]
Completed in 2987 milliseconds