Home
last modified time | relevance | path

Searched refs:newAttributes (Results 1 – 4 of 4) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/
DImagePrintActivity.java221 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
224 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout()
229 mOnBitmapLoaded = () -> onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout()
235 mAttributes = newAttributes; in onLayout()
251 callback.onLayoutFinished(info, !newAttributes.equals(oldAttributes) || oldDpi != mDpi); in onLayout()
DPdfPrintActivity.java90 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
93 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java119 final RowAttributes newAttributes = new RowAttributes( in pushRowAttributes() local
121 mRowAttributesStack.push(newAttributes); in pushRowAttributes()
/packages/apps/Settings/tests/unit/src/com/android/settings/print/
DPrintJobSettingsActivityTest.java101 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in viewPrintJobSettings()