OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
);
/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/
ListPopupWindow.java
[
all
...]
VideoView.java
395
View
anchorView
= this.getParent() instanceof View ?
397
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
390
final View
anchorView
= editor.findViewById(R.id.account_selector_container);
394
anchorView
.setVisibility(View.VISIBLE);
402
popup.setWidth(
anchorView
.getWidth());
403
popup.setAnchorView(
anchorView
);
ContactEditorBaseFragment.java
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
665
View
anchorView
= mActivity.findViewById(R.id.anchor_upper);
666
int avaliable = getDisplay().getHeight() -
anchorView
.getHeight();
667
int maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(
anchorView
);
670
int maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(
anchorView
, 2);
673
mPopupWindow.getMaxAvailableHeight(
anchorView
, maxAvailableHeight);
677
mPopupWindow.getMaxAvailableHeight(
anchorView
, maxAvailableHeight / 2 - 1);
680
maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(
anchorView
, -1);
684
anchorView
= mActivity.findViewById(R.id.anchor_lower);
689
mActivity.findViewById(android.R.id.content).getHeight()) -
anchorView
.getHeight();
690
maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(
anchorView
);
[
all
...]
/packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 435 milliseconds