OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phototop
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java
656
final int
photoTop
= topBound + (bottomBound - topBound - mCheckBoxHeight) / 2;
659
photoTop
,
661
photoTop
+ mCheckBoxHeight);
664
photoTop
,
666
photoTop
+ mCheckBoxHeight);
671
final int
photoTop
= topBound + (bottomBound - topBound - mDeleteImageButtonHeight) / 2;
676
photoTop
,
678
photoTop
+ mDeleteImageButtonSize);
682
photoTop
,
684
photoTop
+ mDeleteImageButtonSize)
[
all
...]
/packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java
595
final int
photoTop
= topBound + (height - topBound - mPhotoViewHeight) / 2;
597
leftBound,
photoTop
, leftBound + mPhotoViewWidth,
photoTop
+ mPhotoViewHeight);
607
final int
photoTop
= topBound + (height - topBound - mPhotoViewHeight) / 2;
609
rightBound - mPhotoViewWidth,
photoTop
, rightBound,
photoTop
+ mPhotoViewHeight);
[
all
...]
Completed in 1572 milliseconds