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::__anon1062
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.h133 int32_t inputFeatures; member in struct:android::InputWindowInfo
/frameworks/base/core/java/android/view/
H A DWindowManager.java1567 public int inputFeatures; field in class:WindowManager.LayoutParams
1682 out.writeInt(inputFeatures);
1732 inputFeatures = in.readInt();
1913 if (inputFeatures != o.inputFeatures) {
1914 inputFeatures = o.inputFeatures;
2039 if (inputFeatures != 0) {
2040 sb.append(" if=0x").append(Integer.toHexString(inputFeatures));

Completed in 928 milliseconds