Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java280 InputBinding nu = new InputBinding(ic, binding); in bindInput() local
281 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_SET_INPUT_CONTEXT, nu)); in bindInput()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test2.proto58 optional string nested_field = 2 [default = "nu"];
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java443 final ChildDrawable[] nu = new ChildDrawable[N + 10]; in addLayer() local
445 System.arraycopy(st.mChildren, 0, nu, 0, i); in addLayer()
448 st.mChildren = nu; in addLayer()