Searched defs:outDisplayInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplay.java445 * @param outDisplayInfo The object to receive the copy of the display information.
449 public boolean getDisplayInfo(DisplayInfo outDisplayInfo) { argument
452 outDisplayInfo.copyFrom(mDisplayInfo);

Completed in 25 milliseconds