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

  /development/apps/Development/src/com/android/development/
DataList.java 41 mDisplay = intent.getStringExtra("display");
42 if (mDisplay == null) {
43 mDisplay = "_id";
51 new String[] {mDisplay},
73 setTitle("Showing " + mDisplay);
106 int displayColumn = mCursor.getColumnIndex(mDisplay);
125 new String[] {mDisplay},
132 private String mDisplay;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionService.java 53 return new CubePresentation(ProjectionService.this, mDisplay.getDisplay());
56 return new WidgetPresentation(ProjectionService.this, mDisplay.getDisplay());
59 return new ListPresentation(ProjectionService.this, mDisplay.getDisplay());
62 return new VideoPresentation(ProjectionService.this, mDisplay.getDisplay());
65 return new TouchPresentation(ProjectionService.this, mDisplay.getDisplay());
68 return new OffscreenPresentation(ProjectionService.this, mDisplay.getDisplay());
85 mDisplay = manager.createVirtualDisplay(DISPLAY_NAME, width, height, density,
107 if (mDisplay != null) {
108 mDisplay.release();
109 mDisplay = null
    [all...]
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
ManifestLayoutTests.java 65 private Display mDisplay;
117 final int minWidth = dpToPx(MIN_WIDTH_DP, mDisplay.getDpi());
118 final int minHeight = dpToPx(MIN_HEIGHT_DP, mDisplay.getDpi());
144 final Rect appRect = mDisplay.getAppRect();
153 final int densityDpi = mDisplay.getDpi();
183 mDisplay = mAmWmState.getWmState().getDisplay(mWindowState.getDisplayId());
184 assertNotNull("Should be on a display", mDisplay);
  /development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
SampleWallpaper.java 51 private Display mDisplay;
218 mDisplay = wm.getDefaultDisplay();
256 if (mDisplay.getDisplayId() == displayId) {
  /device/generic/goldfish-opengl/system/hwc2/
EmuHWC2.h 240 : mDisplay(display),
245 return display.getId() == mDisplay.getId();
254 Display& mDisplay;
306 : mDisplay(display) {}
309 Display& mDisplay;
362 Display& getDisplay() const {return mDisplay;}
400 Display& mDisplay;
EmuHWC2.cpp     [all...]
  /developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 60 private Display mDisplay;
76 mDisplay = mWindowManager.getDefaultDisplay();
371 switch (mDisplay.getRotation()) {
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 56 private Display mDisplay;
72 mDisplay = mWindowManager.getDefaultDisplay();
390 switch (mDisplay.getRotation()) {
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 174 EGLDisplay mDisplay;
BootAnimation.cpp 318 mDisplay = display;
386 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
387 eglDestroyContext(mDisplay, mContext);
388 eglDestroySurface(mDisplay, mSurface);
391 eglTerminate(mDisplay);
412 eglSwapBuffers(mDisplay, mSurface);
449 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 524 private Display mDisplay;
527 mDisplay = display;
548 presentation[0] = new TestPresentation(getContext(), mDisplay, color);

Completed in 327 milliseconds