/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/ |
D | GainmapMetadataEditor.kt | 96 metadataPopup!!.showAtLocation(view, Gravity.CENTER, 0, 0) in openEditor()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1310 public void showAtLocation(View parent, int gravity, int x, int y) { in showAtLocation() method in PopupWindow 1312 showAtLocation(parent.getWindowToken(), gravity, x, y); in showAtLocation() 1327 public void showAtLocation(IBinder token, int gravity, int x, int y) { in showAtLocation() method in PopupWindow
|
D | Editor.java | 3870 mPopupWindow.showAtLocation(mTextView, Gravity.NO_GRAVITY, in updatePosition() 5333 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY, pts[0], pts[1]); in updatePosition()
|
D | AbsListView.java | 6091 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, in positionPopup()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 994 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey() 1161 mPopupKeyboard.showAtLocation(this, Gravity.NO_GRAVITY, x, y); in onLongPress()
|
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
D | LocalFloatingToolbarPopup.java | 371 mPopupWindow.showAtLocation( in show()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1959 mPrimaryActionModePopup.showAtLocation( in createStandaloneActionMode()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 20104 HSPLandroid/widget/PopupWindow;->showAtLocation(Landroid/os/IBinder;III)V 20105 HSPLandroid/widget/PopupWindow;->showAtLocation(Landroid/view/View;III)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20168 HSPLandroid/widget/PopupWindow;->showAtLocation(Landroid/os/IBinder;III)V 20169 HSPLandroid/widget/PopupWindow;->showAtLocation(Landroid/view/View;III)V
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38018 method public void showAtLocation(android.view.View, int, int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 59961 method public void showAtLocation(android.view.View, int, int, int);
|