HomeSort by relevance Sort by last modified time
    Searched defs:heightPx (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 91 int heightPx;
435 heightPx = hPx;
541 ? Math.max(widthPx, heightPx)
542 : Math.min(widthPx, heightPx);
567 heightPx - workspacePadding.bottom - insets.bottom);
572 heightPx - workspacePadding.bottom - insets.bottom);
575 int pageIndicatorTop = heightPx - insets.bottom - workspacePadding.bottom;
604 ? Math.max(widthPx, heightPx)
605 : Math.min(widthPx, heightPx);
607 ? Math.max(widthPx, heightPx)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]

Completed in 293 milliseconds