Searched refs:addDisplay (Results 1 – 3 of 3) sorted by relevance
89 public void addDisplay() throws Exception { in addDisplay() method in ShadowDisplayManagerTest90 int displayId = ShadowDisplayManager.addDisplay("w100dp-h200dp"); in addDisplay()105 int displayId = ShadowDisplayManager.addDisplay("w100dp-h200dp"); in addDisplay_shouldNotifyListeners()149 int displayId = ShadowDisplayManager.addDisplay("w100dp-h200dp"); in changeAndRemoveDisplay_shouldNotifyListeners()170 int displayId = ShadowDisplayManager.addDisplay("w100dp-h200dp"); in changeDisplay_shouldAllowPartialChanges()
51 int addDisplay(DisplayInfo displayInfo) { in addDisplay() method in ShadowDisplayManagerGlobal54 return mDm.addDisplay(displayInfo); in addDisplay()98 synchronized private int addDisplay(DisplayInfo displayInfo) { in addDisplay() method in ShadowDisplayManagerGlobal.MyDisplayManager
35 public static int addDisplay(String qualifiersStr) { in addDisplay() method in ShadowDisplayManager36 return getShadowDisplayManagerGlobal().addDisplay(createDisplayInfo(qualifiersStr, null)); in addDisplay()46 shadowDisplayManagerGlobal.addDisplay(createDisplayInfo(configuration, displayMetrics)); in configureDefaultDisplay()