Home
last modified time | relevance | path

Searched defs:createWindowContext (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DSandboxApplication.kt137 override fun createWindowContext(type: Int, options: Bundle?): Context { in createWindowContext() method
141 override fun createWindowContext(display: Display, type: Int, options: Bundle?): Context { in createWindowContext() method
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIApplication.java104 public Context createWindowContext(@WindowManager.LayoutParams.WindowType int type, in createWindowContext() method in CarSystemUIApplication
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarManager.java1584 private @Nullable Context createWindowContext(int displayId) { in createWindowContext() method in TaskbarManager