Searched refs:createSystemUiContext (Results 1 – 3 of 3) sorted by relevance
2434 static ContextImpl createSystemUiContext(ContextImpl systemContext, int displayId) { in createSystemUiContext() method in ContextImpl2448 static ContextImpl createSystemUiContext(ContextImpl systemContext) { in createSystemUiContext() method in ContextImpl2449 return createSystemUiContext(systemContext, Display.DEFAULT_DISPLAY); in createSystemUiContext()
2402 mSystemUiContext = ContextImpl.createSystemUiContext(getSystemContext()); in getSystemUiContext()2413 public ContextImpl createSystemUiContext(int displayId) { in createSystemUiContext() method in ActivityThread2414 return ContextImpl.createSystemUiContext(getSystemUiContext(), displayId); in createSystemUiContext()
4144 : currentThread.createSystemUiContext(displayId), in showInputMethodMenu()