Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DList9.java52 private WindowManager mWindowManager; field in List9
62 mWindowManager = (WindowManager)getSystemService(Context.WINDOW_SERVICE); in onCreate()
86 mWindowManager.addView(mDialogText, lp); in onCreate()
107 mWindowManager.removeView(mDialogText); in onDestroy()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java104 private final WindowManager mWindowManager; field in OverlayDisplayWindow.LegacyImpl
113 mWindowManager = (WindowManager)context.getSystemService( in LegacyImpl()
122 Display display = mWindowManager.getDefaultDisplay(); in show()
145 mWindowManager.addView(mSurfaceView, params); in show()
159 mWindowManager.removeView(mSurfaceView); in dismiss()
179 private final WindowManager mWindowManager; field in OverlayDisplayWindow.JellybeanMr1Impl
207 mWindowManager = (WindowManager)context.getSystemService( in JellybeanMr1Impl()
210 mDefaultDisplay = mWindowManager.getDefaultDisplay(); in JellybeanMr1Impl()
227 mWindowManager.addView(mWindowContent, mWindowParams); in show()
236 mWindowManager.removeView(mWindowContent); in dismiss()
[all …]
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java55 private WindowManager mWindowManager; field in AccelerometerPlayActivity
71 mWindowManager = (WindowManager) getSystemService(WINDOW_SERVICE); in onCreate()
72 mDisplay = mWindowManager.getDefaultDisplay(); in onCreate()
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...