List of usage examples for android.view Display INVALID_DISPLAY
int INVALID_DISPLAY
To view the source code for android.view Display INVALID_DISPLAY.
Click Source Link
From source file:android.car.cluster.sample.NavigationFragment.java
private int getVirtualDisplayId() { return (mVirtualDisplay != null && mVirtualDisplay.getDisplay() != null) ? mVirtualDisplay.getDisplay().getDisplayId() : Display.INVALID_DISPLAY; }