OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:heightPx
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
86
int
heightPx
;
380
heightPx
= hPx;
468
? Math.max(widthPx,
heightPx
)
469
: Math.min(widthPx,
heightPx
);
494
heightPx
- workspacePadding.bottom - insets.bottom);
499
heightPx
- workspacePadding.bottom - insets.bottom);
502
int pageIndicatorTop =
heightPx
- insets.bottom - workspacePadding.bottom;
531
? Math.max(widthPx,
heightPx
)
532
: Math.min(widthPx,
heightPx
);
534
? Math.max(widthPx,
heightPx
)
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java
[
all
...]
Completed in 38 milliseconds