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

  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/teapot/
TeapotNativeActivity.java 84 PopupWindow _popupWindow;
89 if( _popupWindow != null )
101 _popupWindow = new PopupWindow(
112 _popupWindow.showAtLocation(mainLayout, Gravity.TOP | Gravity.LEFT, 10, 10);
113 _popupWindow.update();
123 if (_popupWindow != null) {
124 _popupWindow.dismiss();
125 _popupWindow = null;
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/moreteapots/
MoreTeapotsNativeActivity.java 76 if (_popupWindow != null) {
78 _popupWindow.dismiss();
79 _popupWindow = null;
95 PopupWindow _popupWindow;
100 if( _popupWindow != null )
112 _popupWindow = new PopupWindow(
123 _popupWindow.showAtLocation(mainLayout, Gravity.TOP | Gravity.LEFT, 10, 10);
124 _popupWindow.update();

Completed in 1247 milliseconds