Package 

Class WindowDpSize

  • All Implemented Interfaces:

    
    public class WindowDpSize
    
                        

    Copyright 2022 Google LLC. SPDX-License-Identifier: Apache-2.0

    Breakpoints defines the screen size at which a layout will adapt to best fit content and conform to responsive layout requirements. A breakpoint range informs how a screen adjusts to fit its size and orientation.

    Design for large screens

    Compact: Most phones in portrait mode Medium: Most foldables and tablets in portrait mode Expanded: Most tablets in landscape mode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final DpSize windowSize
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final DpSize getWindowSize()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait