Searched defs:im (Results 1 – 8 of 8) sorted by relevance
1017 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj, in nativeInit() local1024 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeStart() local1037 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeSetDisplayViewport() local1057 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeGetScanCodeState() local1065 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeGetKeyCodeState() local1073 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeGetSwitchState() local1081 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeHasKeys() local1110 NativeInputManager* im = static_cast<NativeInputManager*>(data); in handleInputChannelDisposed() local1119 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeRegisterInputChannel() local1148 NativeInputManager* im = reinterpret_cast<NativeInputManager*>(ptr); in nativeUnregisterInputChannel() local[all …]
134 KeyListener im = getKeyListener(event); in onKeyDown() local142 KeyListener im = getKeyListener(event); in onKeyUp() local149 KeyListener im = getKeyListener(event); in onKeyOther() local
130 final ImageView im = new ImageView(this); in onAttachedToWindow() local
125 IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager in setDummyIme() local
124 int ip = 0, im = 0; in matchPattern() local
176 private InputManager(IInputManager im) { in InputManager()
333 final InputManager im = InputManager.getInstance(); in load() local
790 final InputManagerService im, in main()