Home
last modified time | relevance | path

Searched refs:mainLooper (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityManager.java118 MyHandler(Looper mainLooper) { in MyHandler() argument
119 super(mainLooper); in MyHandler()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java59 public SystemSensorManager(Context context, Looper mainLooper) { in SystemSensorManager() argument
60 mMainLooper = mainLooper; in SystemSensorManager()
/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java81 public IInputConnectionWrapper(Looper mainLooper, InputConnection conn) { in IInputConnectionWrapper() argument
83 mMainLooper = mainLooper; in IInputConnectionWrapper()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java487 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() argument
489 super(mainLooper, conn); in ControlledInputConnectionWrapper()