You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/search
Michael Comella 5ef6b49aa1
For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014)
This is functionally equivalent to the code before this patch but should
be slightly more performant in theory because ConstraintLayout is
expensive to inflate.

The elevation and layoutParams set dynamically appeared to have no effect
with the wrapping view but broke the view when used by itself so I had
to remove them. I also updated a few other unnecessary params.

Theoretically this may have some perf benefits but I didn't see anything
outside noise levels after I took the numbers (but I didn't try very
hard).
4 years ago
..
awesomebar for #10568 moved awesomebar and toolbar into fragment_search (#11744) 4 years ago
telemetry
toolbar For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014) 4 years ago
SearchController.kt For #11866 - Update back press logic for SearchFragment 4 years ago
SearchFragment.kt For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014) 4 years ago
SearchFragmentStore.kt
SearchInteractor.kt