Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java446 lp.inputFeatures = params.mInputFeatures; in updateViewHost()
672 int mInputFeatures; field in WindowDecoration.RelayoutParams
687 mInputFeatures = 0; in reset()
698 return (mInputFeatures & WindowManager.LayoutParams.INPUT_FEATURE_SPY) != 0; in hasInputFeatureSpy()
DDesktopModeWindowDecoration.java434 relayoutParams.mInputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_SPY;
453 relayoutParams.mInputFeatures
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorationTests.java513 return (params.mInputFeatures & WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL) in hasNoInputChannelFeature()