Home
last modified time | relevance | path

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

/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()