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

  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 282 View anchorView = findViewById(anchorViewId);
283 if (anchorView == null) {
288 mTimeZonePopup.setWidth(anchorView.getWidth());
289 mTimeZonePopup.setAnchorView(anchorView);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 174 View anchorView = view.findViewById(R.id.dropdown_popup_window);
176 assertTrue(anchorView.getTag() instanceof AutofillPopup);
177 final AutofillPopup popup = (AutofillPopup) anchorView.getTag();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java 87 * @param anchorView The anchor {@link View} of the {@link ListPopupWindow}.
93 void show(Context context, View anchorView, boolean isByHardwareButton, int screenRotation,
97 mPopup.setAnchorView(anchorView);
291 View anchorView = mPopup.getAnchorView();
293 anchorView.getLocationOnScreen(anchorViewLocation);
295 int anchorViewImpactHeight = mIsByHardwareButton ? anchorView.getHeight() : 0;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 159 View anchorView = this.getParent() instanceof View ?
161 mMediaController.setAnchorView(anchorView);
VideoDumpView.java 206 View anchorView = this.getParent() instanceof View ?
208 mMediaController.setAnchorView(anchorView);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java 460 View anchorView = new View(getContext());
461 addView(anchorView);
462 return anchorView;
471 public void releaseAnchorView(View anchorView) {
472 removeView(anchorView);
ContentViewCore.java 451 View anchorView = new View(mContext);
452 mContainerViewAtCreation.addView(anchorView);
453 return anchorView;
509 public void releaseAnchorView(View anchorView) {
510 mContainerViewAtCreation.removeView(anchorView);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 338 View anchorView = mActivity.findViewById(R.id.anchor_upper);
339 int avaliable = getDisplay().getHeight() - anchorView.getHeight();
340 int maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(anchorView);
343 int maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(anchorView, 2);
346 mPopupWindow.getMaxAvailableHeight(anchorView, maxAvailableHeight);
350 mPopupWindow.getMaxAvailableHeight(anchorView, maxAvailableHeight / 2 - 1);
353 maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(anchorView, -1);
357 anchorView = mActivity.findViewById(R.id.anchor_lower);
358 avaliable = getDisplay().getHeight() - anchorView.getHeight();
359 maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(anchorView);
    [all...]
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
VideoView.java 399 View anchorView = this.getParent() instanceof View ?
401 mMediaController.setAnchorView(anchorView);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 565 milliseconds