HomeSort by relevance Sort by last modified time
    Searched refs:PopupWindow (Results 1 - 24 of 24) sorted by null

  /cts/tests/src/android/widget/cts/
MockPopupWindowStubActivity.java 23 import android.widget.PopupWindow;
26 * Stub activity for testing {@link PopupWindow}
32 setContentView(R.layout.popupwindow);
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 44 import android.widget.PopupWindow;
46 import android.widget.PopupWindow.OnDismissListener;
48 @TestTargetClass(PopupWindow.class)
54 private PopupWindow mPopupWindow;
78 method = "PopupWindow",
83 method = "PopupWindow",
88 method = "PopupWindow",
93 method = "PopupWindow",
98 method = "PopupWindow",
103 method = "PopupWindow",
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Tutorial.java 31 import android.widget.PopupWindow;
69 PopupWindow window;
87 window = new PopupWindow(context);
102 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv) {
CandidateView.java 34 import android.widget.PopupWindow;
60 private final PopupWindow mPreviewPopup;
105 mPreviewPopup = new PopupWindow(context);
LatinKeyboardBaseView.java 46 import android.widget.PopupWindow;
191 private PopupWindow mPreviewPopup;
205 private PopupWindow mMiniKeyboardPopup;
488 mPreviewPopup = new PopupWindow(context);
503 mMiniKeyboardPopup = new PopupWindow(context);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 52 import android.widget.PopupWindow;
90 PopupWindow window;
120 window = new PopupWindow(context);
137 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv) {
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 112 private PopupWindow mPopup;
161 mPopup = new PopupWindow(context, attrs,
693 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
708 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED);
    [all...]
PopupWindow.java 49 public class PopupWindow {
144 public PopupWindow(Context context) {
153 public PopupWindow(Context context, AttributeSet attrs) {
162 public PopupWindow(Context context, AttributeSet attrs, int defStyle) {
168 attrs, com.android.internal.R.styleable.PopupWindow, defStyle, 0);
222 public PopupWindow() {
235 public PopupWindow(View contentView) {
249 public PopupWindow(int width, int height) {
265 public PopupWindow(View contentView, int width, int height) {
281 public PopupWindow(View contentView, int width, int height, boolean focusable)
    [all...]
AbsListView.java 349 PopupWindow mPopup;
    [all...]
TextView.java     [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 30 import android.widget.PopupWindow;
33 * Subclass of PopupWindow used as the feedback when user presses on a soft key
36 public class BalloonHint extends PopupWindow {
48 * The padding information of the balloon. Because PopupWindow's background
50 * real background drawable to the content view, and make the PopupWindow's
94 setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED);
253 // will first MOVE the PopupWindow to the new position, and then
255 // PopupWindow if user presses a key and moves finger to next one whose
257 // PopupWindow will handle the updating issue in one go in the future,
SkbContainer.java 31 import android.widget.PopupWindow;
54 * If this member is true, PopupWindow is used to show on-key highlight
117 private PopupWindow mPopupSkb;
199 mPopupSkb = new PopupWindow(mContext);
PinyinIME.java 48 import android.widget.PopupWindow;
98 private PopupWindow mFloatingWindow;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 52 import android.widget.PopupWindow;
92 PopupWindow window;
122 window = new PopupWindow(context);
139 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv) {
  /packages/apps/Camera/src/com/android/camera/ui/
PopupWindow.java 29 class PopupWindow extends GLView {
41 public PopupWindow() {
HeadUpDisplay.java 73 private PopupWindow mPopupWindow;
275 mPopupWindow = new PopupWindow();
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 42 import android.widget.PopupWindow;
141 private PopupWindow mPreviewPopup;
147 private PopupWindow mPopupKeyboard;
333 mPreviewPopup = new PopupWindow(context);
345 mPopupKeyboard = new PopupWindow(context);
831 final PopupWindow previewPopup = mPreviewPopup;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 75 import android.widget.PopupWindow;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 53 import android.widget.PopupWindow;
117 private PopupWindow mPopup;
281 mPopup = new PopupWindow(activity);
    [all...]
CalendarView.java 65 import android.widget.PopupWindow;
209 private PopupWindow mPopup;
551 mPopup = new PopupWindow(context);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 1631 milliseconds