OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSnippetTextViewHeight
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java
172
private int
mSnippetTextViewHeight
;
395
mSnippetTextViewHeight
= 0;
478
mSnippetTextViewHeight
= mSnippetView.getMeasuredHeight();
519
+
mSnippetTextViewHeight
651
+
mSnippetTextViewHeight
779
leftBound, textTopBound, rightBound, textTopBound +
mSnippetTextViewHeight
);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java
233
private int
mSnippetTextViewHeight
;
440
mSnippetTextViewHeight
= 0;
548
mSnippetTextViewHeight
= mSnippetView.getMeasuredHeight();
591
mSnippetTextViewHeight
+ mStatusTextViewHeight
759
mLabelAndDataViewMaxHeight +
mSnippetTextViewHeight
+ mStatusTextViewHeight;
[
all
...]
Completed in 191 milliseconds