HomeSort by relevance Sort by last modified time
    Searched defs:sSetTouchModalMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
MenuPopupWindow.java 58 private static Method sSetTouchModalMethod;
62 sSetTouchModalMethod = PopupWindow.class.getDeclaredMethod(
103 if (sSetTouchModalMethod != null) {
105 sSetTouchModalMethod.invoke(mPopup, touchModal);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 56 milliseconds