Searched refs:INPUT_FEATURE_NO_INPUT_CHANNEL (Results 1 – 13 of 13) sorted by relevance
52 LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL,
27 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;717 INPUT_FEATURE_NO_INPUT_CHANNEL), in populateOverlayInputInfo()
2880 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;
67 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;1642 && (attrs.inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) == 0); in addWindow()
21 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;162 INPUT_FEATURE_NO_INPUT_CHANNEL, in DragResizeInputListener()292 INPUT_FEATURE_NO_INPUT_CHANNEL, in setGeometry() local
37 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;440 layoutParams.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParameters()
307 params.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParams()
4154 public static final int INPUT_FEATURE_NO_INPUT_CHANNEL = 1 << 0; field in WindowManager.LayoutParams4189 INPUT_FEATURE_NO_INPUT_CHANNEL,5693 if ((inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) != 0) { in inputFeaturesToString()5694 inputFeatures &= ~INPUT_FEATURE_NO_INPUT_CHANNEL; in inputFeaturesToString()
226 WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL) == 0)) { in addToDisplay()
1461 & WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL) == 0) {
434 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in showScreenNotificationOverlayViewMainThread()
3451 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in updateFocusEventDebugViewEnabled()
65189 Landroid/view/WindowManager$LayoutParams;->INPUT_FEATURE_NO_INPUT_CHANNEL:I