Searched refs:inputFeatures (Results 1 – 14 of 14) sorted by relevance
55 jfieldID inputFeatures; member157 mInfo->inputFeatures = env->GetIntField(obj, in updateInfo()158 gInputWindowHandleClassInfo.inputFeatures); in updateInfo()300 GET_FIELD_ID(gInputWindowHandleClassInfo.inputFeatures, clazz, in register_android_server_InputWindowHandle()
687 if (windowInfo && windowInfo->hasFocus && (windowInfo->inputFeatures in setInputWindows()
1703 public int inputFeatures; field in WindowManager.LayoutParams1869 out.writeInt(inputFeatures); in writeToParcel()1923 inputFeatures = in.readInt(); in LayoutParams()2113 if (inputFeatures != o.inputFeatures) { in copyFrom()2114 inputFeatures = o.inputFeatures; in copyFrom()2259 if (inputFeatures != 0) { in toString()2260 sb.append(" if=0x").append(Integer.toHexString(inputFeatures)); in toString()
629 if ((mWindowAttributes.inputFeatures in setView()
88 public int inputFeatures; field in InputWindowHandle
66 mWindowHandle.inputFeatures = 0; in InputConsumerImpl()
196 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures; in addInputWindowHandleLw()
272 mDragWindowHandle.inputFeatures = 0; in register()
171 mDragWindowHandle.inputFeatures = 0; in register()
2033 && (attrs.inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) == 0); in addWindow()
177 mLpChanged.inputFeatures |= in applyInputFeatures()180 mLpChanged.inputFeatures &= in applyInputFeatures()
134 int32_t inputFeatures; member
1764 if (info->inputFeatures & InputWindowInfo::INPUT_FEATURE_DISABLE_USER_ACTIVITY) { in pokeUserActivityLocked()3212 dump.appendFormat(", inputFeatures=0x%08x", windowInfo->inputFeatures); in dumpDispatchStateLocked()
2017 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in enablePointerLocation()