Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java246 InputBinding nu = new InputBinding(ic, binding); in bindInput() local
247 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_SET_INPUT_CONTEXT, nu)); in bindInput()
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java436 final ChildDrawable[] nu = new ChildDrawable[N + 10]; in addLayer() local
438 System.arraycopy(st.mChildren, 0, nu, 0, i); in addLayer()
441 st.mChildren = nu; in addLayer()