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

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 55 private final int mPopupMaxWidth;
100 mPopupMaxWidth = Math.max(res.getDisplayMetrics().widthPixels / 2,
222 if (itemWidth >= mPopupMaxWidth) {
223 return mPopupMaxWidth;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java 58 private final int mPopupMaxWidth;
103 mPopupMaxWidth = Math.max(res.getDisplayMetrics().widthPixels / 2,
223 if (itemWidth >= mPopupMaxWidth) {
224 return mPopupMaxWidth;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 224 milliseconds