Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowLayout.java59 static final int MAX_X = 100000; field in WindowLayout
118 displayCutoutSafeExceptMaybeBars.right = MAX_X; in computeFrames()
134 displayCutoutSafeExceptMaybeBars.right = MAX_X; in computeFrames()
174 outDisplayFrame.right = MAX_X; in computeFrames()
DInsetsState.java484 WindowLayout.MIN_X, WindowLayout.MIN_Y, WindowLayout.MAX_X, WindowLayout.MAX_Y); in getDisplayCutoutSafe()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6698 constexpr float MAX_X = 479.5; in TEST_P() local
6702 EXPECT_EQ(xRange->max, displayRotated ? MAX_Y : MAX_X); in TEST_P()
6703 EXPECT_EQ(yRange->max, displayRotated ? MAX_X : MAX_Y); in TEST_P()