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

  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 276 View anchorView = findViewById(anchorViewId);
277 if (anchorView == null) {
282 mTimeZonePopup.setWidth(anchorView.getWidth());
283 mTimeZonePopup.setAnchorView(anchorView);
  /cts/tests/tests/widget/src/android/widget/cts/
ListPopupWindowTest.java 209 View anchorView = mActivity.findViewById(R.id.anchor_upper);
210 mPopupWindow.setAnchorView(anchorView);
PopupWindowTest.java 373 View anchorView = mActivity.findViewById(R.id.anchor_upper);
374 int avaliable = getDisplay().getHeight() - anchorView.getHeight();
375 int maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(anchorView);
378 int maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(anchorView, 2);
381 mPopupWindow.getMaxAvailableHeight(anchorView, maxAvailableHeight);
385 mPopupWindow.getMaxAvailableHeight(anchorView, maxAvailableHeight / 2 - 1);
388 maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(anchorView, -1);
392 anchorView = mActivity.findViewById(R.id.anchor_lower);
397 mActivity.findViewById(android.R.id.content).getHeight()) - anchorView.getHeight();
398 maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(anchorView);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarManager.java 162 final View anchorView = placement.getAnchorView();
170 mPopupWindow.update(anchorView, 0, getRelativeOffset(snackBar),
171 anchorView.getWidth(), LayoutParams.WRAP_CONTENT);
174 anchorView.getViewTreeObserver().addOnGlobalLayoutListener(listener);
178 anchorView.getViewTreeObserver().removeOnGlobalLayoutListener(listener);
181 mPopupWindow.showAsDropDown(anchorView, 0, getRelativeOffset(snackBar));
357 final View anchorView = placement.getAnchorView();
359 return -snackBar.getRootView().getMeasuredHeight() - anchorView.getHeight();
  /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);
  /frameworks/base/core/java/android/widget/
VideoView.java 393 View anchorView = this.getParent() instanceof View ?
395 mMediaController.setAnchorView(anchorView);
    [all...]
ListPopupWindow.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 456 final View anchorView = editor.findViewById(R.id.account_selector_container);
460 anchorView.setVisibility(View.VISIBLE);
468 popup.setWidth(anchorView.getWidth());
469 popup.setAnchorView(anchorView);
ContactEditorBaseFragment.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 518 milliseconds