Searched refs:INPUT_FEATURE_NO_INPUT_CHANNEL (Results 1 – 16 of 16) sorted by relevance
50 LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL,
27 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;727 INPUT_FEATURE_NO_INPUT_CHANNEL), in populateOverlayInputInfo()
2996 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;
71 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;1755 && (attrs.inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) == 0); in addWindow()
20 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;152 INPUT_FEATURE_NO_INPUT_CHANNEL, in DragResizeInputListener()235 INPUT_FEATURE_NO_INPUT_CHANNEL, in updateSinkInputChannel() local
454 |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;
21 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;146 lp.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in inflate()
312 params.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParams()
38 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;455 layoutParams.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParameters()
4344 public static final int INPUT_FEATURE_NO_INPUT_CHANNEL = 1 << 0; field in WindowManager.LayoutParams4396 INPUT_FEATURE_NO_INPUT_CHANNEL,6044 if ((inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) != 0) { in inputFeaturesToString()6045 inputFeatures &= ~INPUT_FEATURE_NO_INPUT_CHANNEL; in inputFeaturesToString()
228 WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL) == 0)) { in addToDisplay()
1568 & WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL) == 0) {
513 return (params.mInputFeatures & WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL) in hasNoInputChannelFeature()
434 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in showScreenNotificationOverlayViewMainThread()
3322 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in updateFocusEventDebugViewEnabled()
64546 Landroid/view/WindowManager$LayoutParams;->INPUT_FEATURE_NO_INPUT_CHANNEL:I