Meet custom folding regions, the IntelliJ IDEA (where Android Studio is derived from) way to customized code structure support (that is what jump bar serves in Xcode).
Keyboard shortcut ⌥⌘T or manual typing,
// region REGION_NAME
// YOUR CODE HERE
// endregion
Here is the missing gif demo (that people want in their official doc) showing how Android Studio behaves when two customized regions are added.