Home
last modified time | relevance | path

Searched refs:getSafeInsetTop (Results 1 – 25 of 53) sorted by relevance

123

/core/core/src/main/java/androidx/core/view/
DDisplayCutoutCompat.java146 public int getSafeInsetTop() { in getSafeInsetTop() method in DisplayCutoutCompat
148 return Api28Impl.getSafeInsetTop(mDisplayCutout); in getSafeInsetTop()
274 static int getSafeInsetTop(DisplayCutout displayCutout) { in getSafeInsetTop() method in DisplayCutoutCompat.Api28Impl
275 return displayCutout.getSafeInsetTop(); in getSafeInsetTop()
DWindowInsetsCompat.java1022 return Insets.of(cutout.getSafeInsetLeft(), cutout.getSafeInsetTop(), in getInsetsForType()
/core/core/src/androidTest/java/androidx/core/view/
DDisplayCutoutCompatTest.java74 assertEquals("top", 10, mCutoutTopBottom.getSafeInsetTop()); in testSafeInsets()
79 assertEquals("top", 0, mCutoutTopBottom.getSafeInsetTop()); in testSafeInsets()
/core/core/api/
D1.1.0-rc01.txt1566 method public int getSafeInsetTop();
D1.1.0-beta02.txt1566 method public int getSafeInsetTop();
D1.1.0-beta01.txt1566 method public int getSafeInsetTop();
D1.2.0-beta01.txt1671 method public int getSafeInsetTop();
D1.3.0-beta01.txt1704 method public int getSafeInsetTop();
D1.2.0-beta02.txt1671 method public int getSafeInsetTop();
Drestricted_1.0.0.txt1842 method public int getSafeInsetTop();
D1.5.0-beta02.txt1958 method public int getSafeInsetTop();
D1.5.0-beta03.txt1957 method public int getSafeInsetTop();
Drestricted_1.1.0-beta01.txt1919 method public int getSafeInsetTop();
Drestricted_1.1.0-rc01.txt1919 method public int getSafeInsetTop();
D1.5.0-beta01.txt1958 method public int getSafeInsetTop();
D1.6.0-beta03.txt1998 method public int getSafeInsetTop();
D1.6.0-beta01.txt1992 method public int getSafeInsetTop();
D1.6.0-beta02.txt1992 method public int getSafeInsetTop();
Drestricted_1.3.0-beta01.txt2073 method public int getSafeInsetTop();
Drestricted_1.2.0-beta01.txt2040 method public int getSafeInsetTop();
D1.8.0-beta02.txt2179 method public int getSafeInsetTop();
Drestricted_1.2.0-beta02.txt2040 method public int getSafeInsetTop();
D1.7.0-beta03.txt2120 method public int getSafeInsetTop();
D1.7.0-beta01.txt2120 method public int getSafeInsetTop();
D1.7.0-beta02.txt2120 method public int getSafeInsetTop();

123