Searched refs:inputFeatures (Results 1 – 13 of 13) sorted by relevance
55 jfieldID inputFeatures; member157 mInfo->inputFeatures = env->GetIntField(obj, in updateInfo()158 gInputWindowHandleClassInfo.inputFeatures); in updateInfo()299 GET_FIELD_ID(gInputWindowHandleClassInfo.inputFeatures, clazz, in register_android_server_InputWindowHandle()
666 if (windowInfo && windowInfo->hasFocus && (windowInfo->inputFeatures in setInputWindows()
1523 public int inputFeatures; field in WindowManager.LayoutParams1625 out.writeInt(inputFeatures); in writeToParcel()1673 inputFeatures = in.readInt(); in LayoutParams()1846 if (inputFeatures != o.inputFeatures) { in copyFrom()1847 inputFeatures = o.inputFeatures; in copyFrom()1963 if (inputFeatures != 0) { in toString()1964 sb.append(" if=0x").append(Integer.toHexString(inputFeatures)); in toString()
519 if ((mWindowAttributes.inputFeatures in setView()
88 public int inputFeatures; field in InputWindowHandle
157 mLpChanged.inputFeatures |= in applyInputFeatures()160 mLpChanged.inputFeatures &= in applyInputFeatures()
133 int32_t inputFeatures; member
1722 if (info->inputFeatures & InputWindowInfo::INPUT_FEATURE_DISABLE_USER_ACTIVITY) { in pokeUserActivityLocked()3156 dump.appendFormat(", inputFeatures=0x%08x", windowInfo->inputFeatures); in dumpDispatchStateLocked()
74 mWindowHandle.inputFeatures = 0; in FakeWindowImpl()
197 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures; in addInputWindowHandleLw()
127 mDragWindowHandle.inputFeatures = 0; in register()
2442 if (outInputChannel != null && (attrs.inputFeatures in addWindow()
1603 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in enablePointerLocation()