OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPreferredHeight
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java
28
private int
mPreferredHeight
;
41
mPreferredHeight
= height;
49
getLength(heightSpec,
mPreferredHeight
+ p.top + p.bottom));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java
92
private int
mPreferredHeight
= 0;
277
mPreferredHeight
= a.getDimensionPixelSize(
278
R.styleable.ContactListItemView_list_item_height,
mPreferredHeight
);
420
final int preferredHeight =
mPreferredHeight
;
[
all
...]
Completed in 475 milliseconds