Home
last modified time | relevance | path

Searched refs:PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java34 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME;
371 mWindow.mAttrs.privateFlags |= PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME; in layoutWindowLw_insetParentFrameByIme()
/frameworks/base/core/java/android/view/
DWindowManager.java2435 public static final int PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME = 0x40000000; field in WindowManager.LayoutParams
2492 PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME,
2597 mask = PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME,
2598 equals = PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME,
DViewRootImpl.java72 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME;
2285 inOutParams.privateFlags &= ~PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME; in adjustLayoutParamsForCompatibility()
2309 inOutParams.privateFlags |= PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME; in adjustLayoutParamsForCompatibility()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java64 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME;
1597 if ((pfl & PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME) != 0) {