Back to Lawnchair

Pattern (one line description)

wmshell/src/com/android/wm/shell/docs/patterns/TEMPLATE.md

818672 B
Original Source

Pattern (one line description)

What this pattern solves

Give detailed information about the problem that this pattern addresses, include when it should/should not be used.

How it works

Give a high level overview of how this pattern works technically with sufficient links for the relevant dependencies for folks to read more.

Code examples

Explain how this pattern is used in code.

File.kt:

kotlin
fun someFunction() {
    // Use this code
}

Add relevant links to other files that implement this pattern, design docs, or other important info.

Link 1: More info
Link 2: More info