Searched refs:FLAG_NOT_FOCUSABLE (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java79 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
83 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
H A DFakeApp.java119 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java166 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
168 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE |
/frameworks/base/services/java/com/android/server/am/
H A DLaunchWarningWindow.java35 getWindow().addFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
H A DActivityManagerService.java8809 lp.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java247 LayoutParams.FLAG_NOT_FOCUSABLE |
301 mContainerLayoutParams.flags &= ~LayoutParams.FLAG_NOT_FOCUSABLE;
303 mContainerLayoutParams.flags |= LayoutParams.FLAG_NOT_FOCUSABLE;
H A DToast.java351 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
H A DPopupWindow.java1066 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE |
1076 curFlags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
/frameworks/base/services/input/
H A DInputWindow.h41 FLAG_NOT_FOCUSABLE = 0x00000008, enumerator in enum:android::InputWindowInfo::__anon1178
H A DInputDispatcher.cpp481 bool isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE
1229 isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE
/frameworks/base/core/java/android/view/
H A DWindowManager.java597 public static final int FLAG_NOT_FOCUSABLE = 0x00000008; field in class:WindowManager.LayoutParams
603 * {@link #FLAG_NOT_FOCUSABLE} is not set), allow any pointer events
694 /** Window flag: invert the state of {@link #FLAG_NOT_FOCUSABLE} with
696 * is, if FLAG_NOT_FOCUSABLE is set and this flag is set, then the
698 * and thus be placed behind/away from it; if FLAG_NOT_FOCUSABLE is
922 * @see #FLAG_NOT_FOCUSABLE
952 @ViewDebug.FlagToString(mask = FLAG_NOT_FOCUSABLE, equals = FLAG_NOT_FOCUSABLE,
953 name = "FLAG_NOT_FOCUSABLE"),
1106 * {@link #FLAG_NOT_FOCUSABLE} an
[all...]
H A DSurfaceView.java474 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
477 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
H A DVolumePanel.java316 window.addFlags(LayoutParams.FLAG_NOT_FOCUSABLE | LayoutParams.FLAG_NOT_TOUCH_MODAL
/frameworks/base/core/java/android/app/
H A DDialogFragment.java402 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE |
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java299 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE |
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DLoadAverageService.java293 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE|
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java177 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
H A DPhoneWindowManager.java1195 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
1348 attrs.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
1624 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE|
1628 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE|
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayWindow.java204 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java828 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
850 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
1421 lp.flags &= ~WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
1434 lp.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
1707 lp.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
2255 WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java419 (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
H A DInputMonitor.java174 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE)) == 0;
H A DWindowState.java1069 && ((mAttrs.flags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) == 0);
H A DWindowManagerService.java1167 & (FLAG_NOT_FOCUSABLE|FLAG_ALT_FOCUSABLE_IM);
1168 if (fl == 0 || fl == (FLAG_NOT_FOCUSABLE|FLAG_ALT_FOCUSABLE_IM)
2829 boolean imMayMove = (flagChanges & (FLAG_ALT_FOCUSABLE_IM | FLAG_NOT_FOCUSABLE)) != 0;
2833 || ((flagChanges & FLAG_NOT_FOCUSABLE) != 0)
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java600 | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE

Completed in 3422 milliseconds