HomeSort by relevance Sort by last modified time
    Searched refs:oldResolution (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/print/
PrintAttributes.java 202 Resolution oldResolution = getResolution();
204 oldResolution.getId(),
205 oldResolution.getLabel(),
206 oldResolution.getVerticalDpi(),
207 oldResolution.getHorizontalDpi());
239 Resolution oldResolution = getResolution();
241 oldResolution.getId(),
242 oldResolution.getLabel(),
243 oldResolution.getVerticalDpi(),
244 oldResolution.getHorizontalDpi())
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 739 Resolution oldResolution = currAttributes.getResolution();
741 if (!oldResolution.equals(newResolution)) {
    [all...]

Completed in 207 milliseconds