Home
last modified time | relevance | path

Searched refs:InternalPopupWindow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DMagnifier.java84 private InternalPopupWindow mWindow;
275 mWindow = new InternalPopupWindow(mView.getContext(), mView.getDisplay(), in show()
287 final InternalPopupWindow currentWindowInstance = mWindow; in show()
682 final InternalPopupWindow currentWindowInstance = mWindow; in performPixelCopy()
782 private static class InternalPopupWindow { class in Magnifier
839 InternalPopupWindow(final Context context, final Display display, in InternalPopupWindow() method in Magnifier.InternalPopupWindow