Searched refs:inputFeatures (Results 1 – 12 of 12) sorted by relevance
1144 public int inputFeatures; field in WindowManager.LayoutParams1229 out.writeInt(inputFeatures); in writeToParcel()1269 inputFeatures = in.readInt(); in LayoutParams()1412 if (inputFeatures != o.inputFeatures) { in copyFrom()1413 inputFeatures = o.inputFeatures; in copyFrom()1506 if (inputFeatures != 0) { in toString()1507 sb.append(" if=0x").append(Integer.toHexString(inputFeatures)); in toString()
543 if ((mWindowAttributes.inputFeatures in setView()
54 jfieldID inputFeatures; member152 mInfo->inputFeatures = env->GetIntField(obj, in updateInfo()153 gInputWindowHandleClassInfo.inputFeatures); in updateInfo()292 GET_FIELD_ID(gInputWindowHandleClassInfo.inputFeatures, clazz, in register_android_server_InputWindowHandle()
695 if (windowInfo && windowInfo->hasFocus && (windowInfo->inputFeatures in setInputWindows()
88 public int inputFeatures; field in InputWindowHandle
75 mWindowHandle.inputFeatures = 0; in FakeWindowImpl()
225 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures; in updateInputWindowsLw()
119 mDragWindowHandle.inputFeatures = 0; in register()
2269 if (outInputChannel != null && (attrs.inputFeatures in addWindow()
134 int32_t inputFeatures; member
3078 dump.appendFormat(", inputFeatures=0x%08x", windowInfo->inputFeatures); in dumpDispatchStateLocked()
1177 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in enablePointerLocation()