Searched defs:inputFeatures (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java88 public int inputFeatures; field in class:InputWindowHandle
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp55 jfieldID inputFeatures; member in struct:android::__anon1119
157 mInfo->inputFeatures = env->GetIntField(obj,
158 gInputWindowHandleClassInfo.inputFeatures);
300 GET_FIELD_ID(gInputWindowHandleClassInfo.inputFeatures, clazz,
301 "inputFeatures", "I");
/frameworks/native/services/inputflinger/
H A DInputWindow.h134 int32_t inputFeatures; member in struct:android::InputWindowInfo
/frameworks/base/core/java/android/view/
H A DWindowManager.java1703 public int inputFeatures; field in class:WindowManager.LayoutParams
1869 out.writeInt(inputFeatures);
1923 inputFeatures = in.readInt();
2113 if (inputFeatures != o.inputFeatures) {
2114 inputFeatures = o.inputFeatures;
2259 if (inputFeatures != 0) {
2260 sb.append(" if=0x").append(Integer.toHexString(inputFeatures));

Completed in 1073 milliseconds