Searched refs:touchModal (Results 1 – 3 of 3) sorted by relevance
72 public void setTouchModal(boolean touchModal) { in setTouchModal() argument73 mPopup.setTouchModal(touchModal); in setTouchModal()
969 public void setTouchModal(boolean touchModal) { in setTouchModal() argument970 mNotTouchModal = !touchModal; in setTouchModal()
98 public void setTouchModal(final boolean touchModal) { in setTouchModal() argument101 sSetTouchModalMethod.invoke(mPopup, touchModal); in setTouchModal()