Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDialogFrameTests.java67 private Insets mContentInsets; field in DialogFrameTests
261 mContentInsets = Insets.of(insets.left, insets.top, insets.right, insets.bottom); in getActivitySystemInsets()
263 return mContentInsets; in getActivitySystemInsets()