Home
last modified time | relevance | path

Searched refs:MAX_X (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowLayout.java58 static final int MAX_X = 100000; field in WindowLayout
125 displayCutoutSafeExceptMaybeBars.right = MAX_X; in computeFrames()
141 displayCutoutSafeExceptMaybeBars.right = MAX_X; in computeFrames()
182 outDisplayFrame.right = MAX_X; in computeFrames()
DInsetsState.java549 WindowLayout.MIN_X, WindowLayout.MIN_Y, WindowLayout.MAX_X, WindowLayout.MAX_Y); in getDisplayCutoutSafe()