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

  /frameworks/base/core/java/com/android/internal/view/menu/
CascadingMenuPopup.java 312 final int[] screenLocation = new int[2];
313 lastListView.getLocationOnScreen(screenLocation);
319 final int right = screenLocation[0] + lastListView.getWidth() + nextMenuWidth;
325 final int left = screenLocation[0] - nextMenuWidth;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
CascadingMenuPopup.java 328 final int[] screenLocation = new int[2];
329 lastListView.getLocationOnScreen(screenLocation);
335 final int right = screenLocation[0] + lastListView.getWidth() + nextMenuWidth;
341 final int left = screenLocation[0] - nextMenuWidth;
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 547 milliseconds