Home
last modified time | relevance | path

Searched refs:getDisplayId (Results 1 – 7 of 7) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplay.java112 protected int getDisplayId() { in getDisplayId() method in ShadowDisplay
114 ? directlyOn(realObject, Display.class).getDisplayId() in getDisplayId()
183 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setDensityDpi()
198 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setXdpi()
213 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setYdpi()
251 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setName()
266 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setFlags()
283 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setWidth()
300 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setHeight()
317 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), in setRealWidth()
[all …]
DShadowWindowManagerImpl.java51 views.put(realObject.getDefaultDisplay().getDisplayId(), view); in addView()
63 views.remove(realObject.getDefaultDisplay().getDisplayId(), view); in removeView()
69 return ImmutableList.copyOf(views.get(realObject.getDefaultDisplay().getDisplayId())); in getViews()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDisplayFacade.java52 mDisplays.put(d.getDisplayId(), d); in updateDisplays()
63 results[i] = displays[i].getDisplayId(); in displayGetDisplays()
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DInitialConfigurationProjectManagerListener.java47 NOTIFICATION_GROUP.getDisplayId(), in displayNewUserNotification()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDisplayManagerTest.java98 assertThat(display.getDisplayId()).isEqualTo(displayId); in addDisplay()
138 ShadowDisplayManager.changeDisplay(display.getDisplayId(), "w310dp-h460dp"); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRTransforms.java352 displayNameToId.put(directionInfo.getDisplayId(), directionInfo.toString()); in addDisplayNameToId()
748 public String getDisplayId() { in getDisplayId() method in CLDRTransforms.ParsedTransformID
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java2070 if (Util.SDK_INT <= 29 && display.getDisplayId() == Display.DEFAULT_DISPLAY && isTv(context)) { in getCurrentDisplayModeSize()