HomeSort by relevance Sort by last modified time
    Searched refs:getDisplayId (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDisplay.java 112 public int getDisplayId() {
114 ? directlyOn(realObject, Display.class).getDisplayId()
183 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
198 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
213 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
251 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
266 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
283 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
300 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
317 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(),
    [all...]
  /cts/hostsidetests/incident/src/com/android/server/cts/
SystemPropertiesTest.java 37 assertFalse(properties.getRo().getBuild().getDisplayId().isEmpty());
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
HWC2OnFbAdapter.cpp 55 reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer)(callbackData, adapter.getDisplayId(),
92 if (adapter.getDisplayId() != display) {
108 if (adapter.getDisplayId() != display) {
118 if (adapter.getDisplayId() != display) {
130 if (adapter.getDisplayId() != display) {
140 if (adapter.getDisplayId() != display) {
150 if (adapter.getDisplayId() != display) {
161 if (adapter.getDisplayId() != display) {
179 if (adapter.getDisplayId() != display) {
192 if (adapter.getDisplayId() != display)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java 50 if (displayId == getDisplayId()) {
116 private int getDisplayId() {
117 return mDisplayContent.getDisplayId();
SplashScreenStartingData.java 58 mMergedOverrideConfiguration, atoken.getDisplayContent().getDisplayId());
WallpaperVisibilityListeners.java 57 final int displayId = displayContent.getDisplayId();
DisplayWindowController.java 39 mDisplayId = display.getDisplayId();
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
RotationWatcher.java 51 mContext.getDisplay().getDisplayId());
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
ClusterDisplayProvider.java 55 mClusterDisplayId = clusterDisplay.getDisplayId();
56 clusterDisplayListener.onDisplayAdded(clusterDisplay.getDisplayId());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarFacetButtonController.java 76 int displayId = getDisplayId();
116 private int getDisplayId() {
120 return display.getDisplayId();
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DisplayFacade.java 52 mDisplays.put(d.getDisplayId(), d);
63 results[i] = displays[i].getDisplayId();
  /frameworks/base/services/core/java/com/android/server/policy/
BurnInProtectionHelper.java 153 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(),
254 if (displayId == mDisplay.getDisplayId()) {
275 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), 0, 0);
291 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(),
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
RootWindowContainerTests.java 45 mDisplayContent.getDisplayId());
DisplayContentTests.java 201 assertEquals(dc.getDisplayId(), stack.getDisplayContent().getDisplayId());
214 assertEquals(mDisplayContent.getDisplayId(), stack.getDisplayContent().getDisplayId());
226 final int displayId = mDisplayContent.getDisplayId();
415 assertEquals(-1, orderedDisplayIds.indexOfValue(dc.getDisplayId()));
503 sWm.dontOverrideDisplayInfo(dc.getDisplayId());
507 .setDisplayInfoOverrideFromWindowManager(dc.getDisplayId(), null);
AppWindowContainerControllerTests.java 60 controller.removeContainer(mDisplayContent.getDisplayId());
76 controller.setOrientation(SCREEN_ORIENTATION_LANDSCAPE, mDisplayContent.getDisplayId(),
80 controller.removeContainer(mDisplayContent.getDisplayId());
StackWindowControllerTests.java 107 stack1Controller.reparent(dc.getDisplayId(), new Rect(), true /* onTop */);
WindowStateTests.java 345 app.mInputWindowHandle.displayId = mDisplayContent.getDisplayId() + 1;
348 assertThat(app.mInputWindowHandle.displayId, is(mDisplayContent.getDisplayId()));
349 assertThat(app.getDisplayId(), is(mDisplayContent.getDisplayId()));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 159 mSavedPresentationContents.get(display.getDisplayId());
200 final int displayId = display.getDisplayId();
218 final int displayId = display.getDisplayId();
235 final int displayId = display.getDisplayId();
284 R.string.presentation_alert_info_text, display.getDisplayId()))
355 int displayId = presentation.getDisplay().getDisplayId();
385 final int displayId = display.getDisplayId();
500 final int displayId = display.getDisplayId();
  /frameworks/base/core/java/android/app/
Presentation.java 346 if (displayId == mDisplay.getDisplayId()) {
353 if (displayId == mDisplay.getDisplayId()) {
ActivityView.java 220 options.setLaunchDisplayId(mVirtualDisplay.getDisplay().getDisplayId());
342 final int displayId = mVirtualDisplay.getDisplay().getDisplayId();
476 final int displayId = mVirtualDisplay.getDisplay().getDisplayId();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java 50 public int getDisplayId() {
  /frameworks/support/compat/src/main/java/androidx/core/hardware/display/
DisplayManagerCompat.java 90 if (display.getDisplayId() == displayId) {
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
HWC2OnFbAdapter.h 39 static hwc2_display_t getDisplayId();
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 167 if (display.getDisplayId() == Display.DEFAULT_DISPLAY) {
184 assertEquals(Display.DEFAULT_DISPLAY, mWindowManager.getDefaultDisplay().getDisplayId());
215 assertTrue(Display.DEFAULT_DISPLAY != display.getDisplayId());
340 if (displayId == display.getDisplayId()) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDisplayManagerTest.java 84 assertThat(display.getDisplayId()).isEqualTo(displayId);
124 ShadowDisplayManager.changeDisplay(display.getDisplayId(), "w310dp-h460dp");

Completed in 696 milliseconds

1 2 3 4 5 6