Searched refs:getDisplayHandler (Results 1 – 2 of 2) sorted by relevance
204 displayManager.getDisplayHandler().runWithScissors(() -> {}, 0 /* now */); in testCreateVirtualDisplay_sentToInputManager()270 displayManager.getDisplayHandler().runWithScissors(() -> {}, 0 /* now */); in testPhysicalViewports()384 Handler handler = displayManager.getDisplayHandler(); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()396 Handler handler = displayManager.getDisplayHandler(); in testStartVirtualDisplayWithDefDisplay_NoDefaultDisplay()767 Handler handler = displayManager.getDisplayHandler(); in testShouldNotifyDisplayAdded_WhenNewDisplayDeviceIsAdded()797 Handler handler = displayManager.getDisplayHandler(); in testShouldNotNotifyDisplayAdded_WhenClientIsNotSubscribed()828 Handler handler = displayManager.getDisplayHandler(); in testShouldNotifyDisplayRemoved_WhenDisplayDeviceIsRemoved()862 Handler handler = displayManager.getDisplayHandler(); in testShouldNotNotifyDisplayRemoved_WhenClientIsNotSubscribed()1061 Handler handler = displayManager.getDisplayHandler(); in updateDisplayDeviceInfo()1091 Handler handler = displayManager.getDisplayHandler(); in registerDisplayListenerCallback()[all …]
600 Handler getDisplayHandler() { in getDisplayHandler() method in DisplayManagerService