/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | PopupWindowTest.java | 905 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor() local 916 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_ignoringBottomDecoration() local 927 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_offset2() local 939 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_offset2_ignoringBottomDecoration() local 950 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_largeOffset() local 968 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration() local 988 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_maxOffset() local 1001 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_maxOffset_ignoringBottomDecoration() local 1015 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_negativeOffset() local 1028 final View anchorView = mActivity.findViewById(R.id.anchor_upper); in testGetMaxAvailableHeight_topAnchor_negativeOffset_ignoringBottomDecoration() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/ActionBarShadow/src/com/android/settingslib/widget/ |
H A D | ActionBarShadowController.java | 59 View anchorView, Lifecycle lifecycle, View scrollView) { in attachToView() 70 private ActionBarShadowController(View anchorView, Lifecycle lifecycle, View scrollView) { in ActionBarShadowController() 105 ScrollChangeWatcher(View anchorView) { in ScrollChangeWatcher()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 242 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() 247 View anchorView) { in animateViewIntoPosition() 306 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() 332 final int animationEndStyle, View anchorView) { in animateView()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/ActionBarShadow/SettingsLibActionBarShadow/android_common_apex33/javac/ |
D | SettingsLibActionBarShadow.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/ActionBarShadow/SettingsLibActionBarShadow/android_common/javac/ |
D | SettingsLibActionBarShadow.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/ActionBarShadow/SettingsLibActionBarShadow/android_common_apex30/javac/ |
D | SettingsLibActionBarShadow.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | MenuPopupHelper.java | 65 @NonNull View anchorView) { in MenuPopupHelper() 70 @NonNull View anchorView, in MenuPopupHelper() 76 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBar.java | 91 private Placement(@NonNull final View anchorView, final boolean anchorAbove) { in Placement() 108 public static Placement above(final View anchorView) { in above() 115 public static Placement below(final View anchorView) { in below()
|
D | SnackBarManager.java | 180 final View anchorView = placement.getAnchorView(); in show() local 378 final View anchorView = placement.getAnchorView(); in getRelativeOffset() local
|
/aosp_15_r20/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/ |
H A D | SystemUiHider.java | 110 public static SystemUiHider getInstance(Activity activity, View anchorView, int flags) { in getInstance() 118 protected SystemUiHider(Activity activity, View anchorView, int flags) { in SystemUiHider()
|
H A D | SystemUiHiderBase.java | 38 protected SystemUiHiderBase(Activity activity, View anchorView, int flags) { in SystemUiHiderBase()
|
H A D | SystemUiHiderHoneycomb.java | 61 protected SystemUiHiderHoneycomb(Activity activity, View anchorView, int flags) { in SystemUiHiderHoneycomb()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/ |
H A D | TooltipPopup.java | 63 public void show(View anchorView, int anchorX, int anchorY, boolean fromTouch, in show() 94 private void computePosition(View anchorView, int anchorX, int anchorY, boolean fromTouch, in computePosition()
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
H A D | SurfaceControlInputReceiverTests.java | 131 AnchorView anchorView = new AnchorView(mActivity.getApplicationContext(), sc); in testLocalSurfaceControlReceivesInput() local 187 AnchorView anchorView = new AnchorView(mActivity.getApplicationContext(), sc); in testRemoteSurfaceControlReceivesInput() local 267 AnchorView anchorView = new AnchorView(mActivity.getApplicationContext(), sc); in testNonBatchedSurfaceControlReceivesInput() local
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
D | StatusIconPanelViewController.java | 181 View anchorView, @LayoutRes int layoutRes, @DimenRes int widthRes, in StatusIconPanelViewController() 551 public StatusIconPanelViewController build(View anchorView, @LayoutRes int layoutRes, in build()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowPopupMenuTest.java | 22 View anchorView = new View(ApplicationProvider.getApplicationContext()); in setUp() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/ui/ |
D | ControlsPopupMenu.java | 58 private final void positionPopup(android.view.View anchorView) { in positionPopup()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/debug/ |
H A D | TouchpadSelectionView.java | 78 private void showPopupMenu(View anchorView, Context context, in showPopupMenu()
|
/aosp_15_r20/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/ |
D | WalletPopupMenu.java | 40 WalletPopupMenu(Context context, View anchorView) { in WalletPopupMenu()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/user/ui/binder/ |
D | UserSwitcherViewBinder.java | 49 …pMenu createAndShowPopupMenu(android.content.Context context, android.view.View anchorView, com.an… in createAndShowPopupMenu()
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | ActionMenuPresenter.java | 938 public OverflowPopup(Context context, MenuBuilder menu, View anchorView, in OverflowPopup() 958 public ActionButtonSubmenu(Context context, SubMenuBuilder subMenu, View anchorView) { in ActionButtonSubmenu()
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | PhotoActionPopup.java | 97 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu()
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | CtsTouchUtils.java | 107 ActivityTestRule<?> activityTestRule, View anchorView, in emulateTapOnView() 154 ActivityTestRule<?> activityTestRule, View anchorView, in emulateDoubleTapOnView()
|
/aosp_15_r20/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | RgbPlayerActivity.java | 159 View anchorView = this.getParent() instanceof View ? in attachMediaController() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PopupList.java | 69 public PopupList(Context context, View anchorView) { in PopupList()
|