Searched refs:RELAYOUT_RES_DRAG_RESIZING_FREEFORM (Results 1 – 3 of 3) sorted by relevance
85 public static final int RELAYOUT_RES_DRAG_RESIZING_FREEFORM = 0x10; field in WindowManagerGlobal
2036 & WindowManagerGlobal.RELAYOUT_RES_DRAG_RESIZING_FREEFORM) != 0; in performTraversals()
64 import static android.view.WindowManagerGlobal.RELAYOUT_RES_DRAG_RESIZING_FREEFORM;4409 result |= freeformResizing ? RELAYOUT_RES_DRAG_RESIZING_FREEFORM : 0; in relayoutVisibleWindow()