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()
737 if (windowInfo && windowInfo->hasFocus && (windowInfo->inputFeatures in setInputWindows()
1872 public int inputFeatures; field in WindowManager.LayoutParams2079 out.writeInt(inputFeatures); in writeToParcel()2133 inputFeatures = in.readInt(); in LayoutParams()2324 if (inputFeatures != o.inputFeatures) { in copyFrom()2325 inputFeatures = o.inputFeatures; in copyFrom()2472 if (inputFeatures != 0) { in toString()2473 sb.append(" if=0x").append(Integer.toHexString(inputFeatures)); in toString()
716 if ((mWindowAttributes.inputFeatures in setView()
92 public int inputFeatures; field in InputWindowHandle
67 mWindowHandle.inputFeatures = 0; in InputConsumerImpl()
317 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures; in addInputWindowHandle()
167 mDragWindowHandle.inputFeatures = 0; in InputInterceptor()
289 mDragWindowHandle.inputFeatures = 0; in register()
1379 && (attrs.inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) == 0); in addWindow()
134 int32_t inputFeatures; member
1765 if (info->inputFeatures & InputWindowInfo::INPUT_FEATURE_DISABLE_USER_ACTIVITY) { in pokeUserActivityLocked()3213 dump.appendFormat(", inputFeatures=0x%08x", windowInfo->inputFeatures); in dumpDispatchStateLocked()
198 mLpChanged.inputFeatures |= in applyInputFeatures()201 mLpChanged.inputFeatures &= in applyInputFeatures()
2385 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in enablePointerLocation()