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 272 Resolution oldResolution = getResolution();
274 oldResolution.getId(),
275 oldResolution.getLabel(),
276 oldResolution.getVerticalDpi(),
277 oldResolution.getHorizontalDpi());
310 Resolution oldResolution = getResolution();
312 oldResolution.getId(),
313 oldResolution.getLabel(),
314 oldResolution.getVerticalDpi(),
315 oldResolution.getHorizontalDpi())
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 863 Resolution oldResolution = currAttributes.getResolution();
865 if (!oldResolution.equals(newResolution)) {
    [all...]

Completed in 795 milliseconds