Home
last modified time | relevance | path

Searched defs:fillsParent (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperWindowToken.java221 boolean fillsParent() { in fillsParent() method in WallpaperWindowToken
H A DDisplayArea.java259 boolean fillsParent() { in fillsParent() method in DisplayArea
H A DTaskFragment.java2391 boolean fillsParent() { in fillsParent() method in TaskFragment
H A DWindowContainer.java1372 boolean fillsParent() { in fillsParent() method in WindowContainer
H A DWindowState.java6175 boolean fillsParent() { in fillsParent() method in WindowState
H A DDisplayContent.java2593 boolean fillsParent() { in fillsParent() method in DisplayContent
H A DActivityRecord.java2643 boolean fillsParent() { in fillsParent() method in ActivityRecord
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSyncEngineTests.java386 boolean fillsParent() { in fillsParent() method in SyncEngineTests.TestWindowContainer
H A DWindowContainerTests.java1326 boolean fillsParent() { in fillsParent() method in WindowContainerTests.TestWindowContainer
1330 void setFillsParent(boolean fillsParent) { in setFillsParent()