Searched refs:inputFeatures (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java88 public int inputFeatures; field in class:InputWindowHandle
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp54 jfieldID inputFeatures; member in struct:android::__anon1141
153 mInfo->inputFeatures = env->GetIntField(obj,
154 gInputWindowHandleClassInfo.inputFeatures);
295 GET_FIELD_ID(gInputWindowHandleClassInfo.inputFeatures, clazz,
296 "inputFeatures", "I");
H A Dcom_android_server_input_InputManagerService.cpp648 if (windowInfo && windowInfo->hasFocus && (windowInfo->inputFeatures
/frameworks/base/core/java/android/view/
H A DWindowManager.java1264 public int inputFeatures; field in class:WindowManager.LayoutParams
1364 out.writeInt(inputFeatures);
1405 inputFeatures = in.readInt();
1551 if (inputFeatures != o.inputFeatures) {
1552 inputFeatures = o.inputFeatures;
1650 if (inputFeatures != 0) {
1651 sb.append(" if=0x").append(Integer.toHexString(inputFeatures));
H A DViewRootImpl.java526 if ((mWindowAttributes.inputFeatures
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java76 mWindowHandle.inputFeatures = 0;
H A DInputMonitor.java181 inputWindowHandle.inputFeatures = child.mAttrs.inputFeatures;
H A DDragState.java127 mDragWindowHandle.inputFeatures = 0;
H A DWindowManagerService.java2213 if (outInputChannel != null && (attrs.inputFeatures
/frameworks/base/services/input/
H A DInputWindow.h136 int32_t inputFeatures; member in struct:android::InputWindowInfo
H A DInputDispatcher.cpp1731 if (info->inputFeatures & InputWindowInfo::INPUT_FEATURE_DISABLE_USER_ACTIVITY) {
3141 dump.appendFormat(", inputFeatures=0x%08x", windowInfo->inputFeatures);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewManager.java197 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1139 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;

Completed in 1134 milliseconds