Searched refs:newAttributes (Results 1 – 4 of 4) sorted by relevance
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | ImagePrintActivity.java | 223 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument 226 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout() 231 mOnBitmapLoaded = () -> onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout() 237 mAttributes = newAttributes; in onLayout() 253 callback.onLayoutFinished(info, !newAttributes.equals(oldAttributes) || oldDpi != mDpi); in onLayout()
|
D | PdfPrintActivity.java | 90 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/ |
D | KeyboardRow.java | 119 final RowAttributes newAttributes = new RowAttributes( in pushRowAttributes() local 121 mRowAttributesStack.push(newAttributes); in pushRowAttributes()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/print/ |
D | PrintJobSettingsActivityTest.java | 101 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in viewPrintJobSettings()
|