Searched refs:createSystemUiContext (Results 1 – 5 of 5) sorted by relevance
2493 static ContextImpl createSystemUiContext(ContextImpl systemContext, int displayId) { in createSystemUiContext() method in ContextImpl2507 static ContextImpl createSystemUiContext(ContextImpl systemContext) { in createSystemUiContext() method in ContextImpl2508 return createSystemUiContext(systemContext, Display.DEFAULT_DISPLAY); in createSystemUiContext()
2421 mSystemUiContext = ContextImpl.createSystemUiContext(getSystemContext()); in getSystemUiContext()2432 public ContextImpl createSystemUiContext(int displayId) { in createSystemUiContext() method in ActivityThread2433 return ContextImpl.createSystemUiContext(getSystemUiContext(), displayId); in createSystemUiContext()
4144 : currentThread.createSystemUiContext(displayId), in showInputMethodMenu()
1185 HSPLandroid/app/ContextImpl;->createSystemUiContext(Landroid/app/ContextImpl;I)Landroid/app/Context…
4654 Landroid/app/ContextImpl;->createSystemUiContext(Landroid/app/ContextImpl;)Landroid/app/ContextImpl;