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()
999 public void setTouchModal(boolean touchModal) { in setTouchModal() argument1000 mNotTouchModal = !touchModal; in setTouchModal()
99 public void setTouchModal(final boolean touchModal) { in setTouchModal() argument102 sSetTouchModalMethod.invoke(mPopup, touchModal); in setTouchModal()