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.java227 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
230 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout()
235 mOnBitmapLoaded = () -> onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout()
241 mAttributes = newAttributes; in onLayout()
257 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/legacy_unit/src/com/android/settings/print/
DPrintJobSettingsActivityTest.java101 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in viewPrintJobSettings()