Searched refs:wlp (Results 1 – 2 of 2) sorted by relevance
154 WindowManager.LayoutParams wlp = w.getAttributes(); in setWindowSlippery() local156 wlp.flags |= FLAG_SLIPPERY; in setWindowSlippery()158 wlp.flags &= ~FLAG_SLIPPERY; in setWindowSlippery()160 w.setAttributes(wlp); in setWindowSlippery()
433 ViewGroup.LayoutParams wlp = mWidgetView.getLayoutParams();434 if (!(wlp instanceof CellLayoutLayoutParams)) {449 CellLayoutLayoutParams lp = (CellLayoutLayoutParams) wlp;