Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorationTests.java285 assertThat(relayoutParams.hasInputFeatureSpy()).isTrue(); in updateRelayoutParams_freeformAndTransparentAppearance_allowsInputFallthrough()
302 assertThat(relayoutParams.hasInputFeatureSpy()).isFalse(); in updateRelayoutParams_freeformButOpaqueAppearance_disallowsInputFallthrough()
318 assertThat(relayoutParams.hasInputFeatureSpy()).isFalse(); in updateRelayoutParams_fullscreen_disallowsInputFallthrough()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java354 if (params.hasInputFeatureSpy()) { in updateCaptionInsets()
368 if (params.hasInputFeatureSpy()) { in updateCaptionInsets()
697 boolean hasInputFeatureSpy() { in hasInputFeatureSpy() method in WindowDecoration.RelayoutParams