Name Description Size Coverage
Activity.kt Attempts to call immersive mode using the View to hide the status bar and navigation buttons. We don't use the equivalent function from Android Components because the stable flag messes with the toolbar. See #1998 and #3272. 16975 -
AllowedDuringOnboardingIntent.kt Returns whether this intent is allowed to proceed during onboarding without onboarding being shown, namely a sandboxed custom tab or this build's sync-auth custom tab. @param packageName the running build's application id, used to match the sync-auth custom tab component across build flavors. 1357 -
AppState.kt Total count of content recommendations to show. This is an optimistic value taking into account that fewer than this stories may actually be available. 9456 -
AtomicInteger.kt Increases an AtomicInteger safely. 561 -
BookmarkNode.kt 436 -
BrowserIcons.kt 474 -
BrowserState.kt The time until which a tab is considered in-active (in days). 2784 -
Client.kt Given an image [url], fetches and returns a [Bitmap] if possible, otherwise null. @param url The image URL to fetch from. 1229 -
Configuration.kt Get custom Glean server URL if available. 1165 -
ConnectivityManager.kt Checks for availability of network and if there's internet flowing through it or not. 738 -
Context.kt Get the BrowserApplication object from a context. 7646 -
Dialog.kt Checks if activity's window has a FLAG_SECURE set and sets it to dialog 784 -
Drawable.kt 350 -
EditText.kt Places cursor at the end of an EditText. 405 -
Fragment.kt Get the requireComponents of this application. 12455 -
ImageButton.kt 595 -
NavController.kt Navigate from the fragment with [id] using the given [directions]. If the id doesn't match the current destination, an error is recorded. 2841 -
RecentTabs.kt Removes a [RecentTab.Tab] from a list of [RecentTab]. @param tab [RecentTab] to remove from the list 577 -
SearchEngine.kt Whether or not the search engine is a custom engine added by the user. 3121 -
SpannableString.kt 1210 -
String.kt Shortens URLs to be more user friendly, by applying [String.toShortUrl] and making sure it's equal or below the [MAX_URI_LENGTH]. 3116 -
TabCollection.kt Selects one of the predefined collection icon colors based on the id. 1676 -
TextView.kt Adds an underline effect to the text displayed in the TextView. 655 -
Toolbar.kt Adjust the colors of the [Toolbar] on the top of the screen. 1626 -
TopSite.kt Returns a sorted list of [TopSite] with the default Google top site always appearing as the first item. 883 -
Uri.kt Returns true if the url contains any query parameters specified by the [searchParameters]. @param searchParameters [String] of the following forms: - "" (empty) - Don't search for any params - "key" - Search param named "key" with any or no value - "key=" - Search param named "key" with no value - "key=value" - Search param named "key" with value "value" 1196 -
View.kt Increase tap area only vertically. @param extraDps the extra dps that's wanted to be added on top and bottom of the view 2520 -