OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:itemheight
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
rslist.rs
54
int
itemHeight
= 80;
55
int currentYPos =
itemHeight
+ textPos;
58
if (currentYPos -
itemHeight
> height) {
66
currentYPos +=
itemHeight
;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
rslist.rs
56
int
itemHeight
= 80;
57
int totalItemHeight =
itemHeight
* allocSize;
78
int currentYPos =
itemHeight
+ textPos;
81
if(currentYPos -
itemHeight
> height) {
103
currentYPos +=
itemHeight
;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
rslist.rs
56
int
itemHeight
= 80;
57
int totalItemHeight =
itemHeight
* allocSize;
78
int currentYPos =
itemHeight
+ textPos;
81
if(currentYPos -
itemHeight
> height) {
103
currentYPos +=
itemHeight
;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
rslist.rs
56
int
itemHeight
= 80;
57
int totalItemHeight =
itemHeight
* allocSize;
78
int currentYPos =
itemHeight
+ textPos;
81
if(currentYPos -
itemHeight
> height) {
103
currentYPos +=
itemHeight
;
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java
108
int
itemHeight
= 0;
119
itemHeight
= Math.max(
itemHeight
, v.getMeasuredHeight());
141
childHeightSpec = MeasureSpec.makeMeasureSpec(
itemHeight
, MeasureSpec.EXACTLY);
160
int totalHeight = firstColumnItems *
itemHeight
+ verticalMarginsTotalHeight +
167
mItemHeight =
itemHeight
;
/external/skia/gm/
tallstretchedbitmaps.cpp
85
int
itemHeight
= bmp.height() / fTallBmps[i].fItemCnt;
86
SkIRect subRect = SkIRect::MakeLTRB(0, startItem *
itemHeight
,
88
SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bmp.width()), 10.f *
itemHeight
);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
AdjacentListsWithAdjacentISVsInside.java
105
AdjacentISVAdapter(int
itemHeight
) {
106
mItemHeight =
itemHeight
;
/frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java
347
final float
itemHeight
= (menuHeight - mHorizontalDividerHeight * (numRows - 1))
362
MeasureSpec.makeMeasureSpec((int)
itemHeight
, MeasureSpec.EXACTLY));
369
childLayoutParams.bottom = (int) (itemTop +
itemHeight
);
379
(int) (itemTop +
itemHeight
)));
393
itemTop +=
itemHeight
;
/frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java
[
all
...]
/packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java
291
int
itemHeight
= (int) getResources().getDimension(R.dimen.fm_gridview_item_height);
294
int totalHeight = rownum *
itemHeight
+ rownum * itemPadding;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h
[
all
...]
Completed in 1733 milliseconds