HomeSort by relevance Sort by last modified time
    Searched refs:anchorView (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHider.java 104 * @param anchorView The view on which
110 public static SystemUiHider getInstance(Activity activity, View anchorView, int flags) {
112 return new SystemUiHiderHoneycomb(activity, anchorView, flags);
114 return new SystemUiHiderBase(activity, anchorView, flags);
118 protected SystemUiHider(Activity activity, View anchorView, int flags) {
120 mAnchorView = anchorView;
SystemUiHiderBase.java 38 protected SystemUiHiderBase(Activity activity, View anchorView, int flags) {
39 super(activity, anchorView, flags);
SystemUiHiderHoneycomb.java 61 protected SystemUiHiderHoneycomb(Activity activity, View anchorView, int flags) {
62 super(activity, anchorView, flags);
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPopupMenuTest.java 23 View anchorView = new View(ApplicationProvider.getApplicationContext());
24 popupMenu = new PopupMenu(ApplicationProvider.getApplicationContext(), anchorView);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsTouchUtils.java 80 * @param anchorView the anchor view to determine the tap location on the screen
85 ActivityTestRule<?> activityTestRule, View anchorView,
87 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
90 anchorView.getLocationOnScreen(viewOnScreenXY);
126 * @param anchorView the anchor view to determine the tap location on the screen
131 ActivityTestRule<?> activityTestRule, View anchorView,
133 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
136 anchorView.getLocationOnScreen(viewOnScreenXY);
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
CtsTouchUtils.java 81 * @param anchorView the anchor view to determine the tap location on the screen
86 ActivityTestRule<?> activityTestRule, View anchorView,
88 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
91 anchorView.getLocationOnScreen(viewOnScreenXY);
127 * @param anchorView the anchor view to determine the tap location on the screen
132 ActivityTestRule<?> activityTestRule, View anchorView,
134 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
137 anchorView.getLocationOnScreen(viewOnScreenXY);

Completed in 127 milliseconds