Searched refs:createSystemUiContext (Results 1 – 5 of 5) sorted by relevance
2630 static ContextImpl createSystemUiContext(ContextImpl systemContext, int displayId) { in createSystemUiContext() method in ContextImpl2645 static ContextImpl createSystemUiContext(ContextImpl systemContext) { in createSystemUiContext() method in ContextImpl2646 return createSystemUiContext(systemContext, Display.DEFAULT_DISPLAY); in createSystemUiContext()
2461 mSystemUiContext = ContextImpl.createSystemUiContext(getSystemContext()); in getSystemUiContext()2472 public ContextImpl createSystemUiContext(int displayId) { in createSystemUiContext() method in ActivityThread2473 return ContextImpl.createSystemUiContext(getSystemUiContext(), displayId); in createSystemUiContext()
464 .createSystemUiContext(displayContent.getDisplayId()); in DisplayPolicy()
4705 : currentThread.createSystemUiContext(displayId), in showInputMethodMenu()
1696 HSPLandroid/app/ContextImpl;->createSystemUiContext(Landroid/app/ContextImpl;)Landroid/app/ContextI…1697 HSPLandroid/app/ContextImpl;->createSystemUiContext(Landroid/app/ContextImpl;I)Landroid/app/Context…