OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mClipPathHeight
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java
76
private int
mClipPathHeight
;
306
if (mClipPathWidth != currentWidth ||
mClipPathHeight
!= currentHeight) {
312
mClipPathHeight
= currentHeight;
AsyncImageView.java
81
private int
mClipPathHeight
;
378
if (mClipPathWidth != currentWidth ||
mClipPathHeight
!= currentHeight) {
384
mClipPathHeight
= currentHeight;
Completed in 2411 milliseconds