Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputWindow_test.cpp63 i.inputFeatures = 29; in TEST()
95 ASSERT_EQ(i.inputFeatures, i2.inputFeatures); in TEST()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp64 jfieldID inputFeatures; member
158 mInfo.inputFeatures = env->GetIntField(obj, in updateInfo()
159 gInputWindowHandleClassInfo.inputFeatures); in updateInfo()
338 GET_FIELD_ID(gInputWindowHandleClassInfo.inputFeatures, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/libs/input/
DInputWindow.cpp97 output.writeInt32(inputFeatures); in write()
135 ret.inputFeatures = from.readInt32(); in read()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java90 public int inputFeatures; field in InputWindowHandle
DWindowManager.java2745 public int inputFeatures; field in WindowManager.LayoutParams
3114 out.writeInt(inputFeatures); in writeToParcel()
3181 inputFeatures = in.readInt(); in LayoutParams()
3389 if (inputFeatures != o.inputFeatures) { in copyFrom()
3390 inputFeatures = o.inputFeatures; in copyFrom()
3575 if (inputFeatures != 0) { in toString()
3576 sb.append(" if=").append(inputFeatureToString(inputFeatures)); in toString()
3677 proto.write(INPUT_FEATURE_FLAGS, inputFeatures); in dumpDebug()
DWindowlessWindowManager.java143 if (((attrs.inputFeatures & in addToDisplay()
DViewRootImpl.java1017 if ((mWindowAttributes.inputFeatures
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java272 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures; in populateInputWindowHandle()
574 inputWindowHandle.inputFeatures = INPUT_FEATURE_NO_INPUT_CHANNEL; in populateOverlayInputInfo()
DInputConsumerImpl.java89 mWindowHandle.inputFeatures = 0; in InputConsumerImpl()
DTaskPositioner.java251 mDragWindowHandle.inputFeatures = 0; in register()
DDragState.java292 mDragWindowHandle.inputFeatures = 0; in InputInterceptor()
DWindowManagerService.java1574 && (attrs.inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) == 0); in addWindow()
8100 h.inputFeatures = 0; in updateInputChannel()
DDisplayPolicy.java3972 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;
/frameworks/native/include/input/
DInputWindow.h168 int32_t inputFeatures = 0; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java360 mLpChanged.inputFeatures |= in applyInputFeatures()
363 mLpChanged.inputFeatures &= in applyInputFeatures()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp181 mInfo.inputFeatures = 0; in updateInfo()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp204 mInputInfo.inputFeatures = 0; in populateInputInfo()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2164 if (info->inputFeatures & InputWindowInfo::INPUT_FEATURE_DISABLE_USER_ACTIVITY) { in pokeUserActivityLocked()
3641 info->inputFeatures & InputWindowInfo::INPUT_FEATURE_NO_INPUT_CHANNEL; in updateWindowHandlesForDisplayLocked()
4153 dump += StringPrintf(", inputFeatures=0x%08x", windowInfo->inputFeatures); in dumpDispatchStateLocked()
/frameworks/native/services/surfaceflinger/
DLayer.cpp2366 mDrawingState.inputInfo.inputFeatures = in fillInputInfo()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp785 mInfo.inputFeatures = 0; in FakeWindowHandle()