Searched refs:inputFeatures (Results 1 – 12 of 12) sorted by relevance
1118 public int inputFeatures; field in WindowManager.LayoutParams1203 out.writeInt(inputFeatures); in writeToParcel()1243 inputFeatures = in.readInt(); in LayoutParams()1386 if (inputFeatures != o.inputFeatures) { in copyFrom()1387 inputFeatures = o.inputFeatures; in copyFrom()1480 if (inputFeatures != 0) { in toString()1481 sb.append(" if=0x").append(Integer.toHexString(inputFeatures)); in toString()
477 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()
629 if (windowInfo && windowInfo->hasFocus && (windowInfo->inputFeatures in setInputWindows()
89 public int inputFeatures; field in InputWindowHandle
214 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures; in updateInputWindowsLw()
68 mWindowHandle.inputFeatures = 0; in FakeWindowImpl()
116 mDragWindowHandle.inputFeatures = 0; in register()
2075 if (outInputChannel != null && (attrs.inputFeatures in addWindow()
134 int32_t inputFeatures; member
3592 dump.appendFormat(", inputFeatures=0x%08x", windowInfo->inputFeatures); in dumpDispatchStateLocked()
933 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;