OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mItemSize
(Results
1 - 3
of
3
) sorted by null
/system/core/libutils/
VectorImpl.cpp
47
: mStorage(0), mCount(0), mFlags(flags),
mItemSize
(itemSize)
53
mFlags(rhs.mFlags),
mItemSize
(rhs.
mItemSize
)
65
this, (int)(mCount*
mItemSize
));
71
LOG_ALWAYS_FATAL_IF(
mItemSize
!= rhs.
mItemSize
,
111
return SharedBuffer::bufferFromData(mStorage)->size() /
mItemSize
;
183
void* item = reinterpret_cast<char*>(array) +
mItemSize
*(i);
184
void* curr = reinterpret_cast<char*>(array) +
mItemSize
*(i-1);
191
temp = malloc(
mItemSize
);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
AutoSizingList.java
35
private final int
mItemSize
;
46
mItemSize
= a.getDimensionPixelSize(R.styleable.AutoSizingList_itemHeight, 0);
63
int count = Math.min(requestedHeight /
mItemSize
, getDesiredCount());
/system/core/include/utils/
VectorImpl.h
126
const size_t
mItemSize
;
Completed in 115 milliseconds