Lines Matching refs:can
3 …can change the behavior of SystemUI at runtime. This is done by creating a basic set of interface…
5 …de of master and only on the devices which need to use the prototype. You can distribute early pr…
9 Existing plugin hooks can be found [here](/packages/SystemUI/docs/plugin_hooks.md).
15 …face (entry point) for the plugin should extend the interface Plugin so that you can listen for it.
18 …r the Plugin. If a plugin makes use of the other versioned interface, they can use DependsOn to in…
107 …e onCreate callback. The pluginContext is pregenerated for the plugin and can be used to inflate …
121 A plugin can provide plugin-specific settings that will be surfaced as a gear button on the plugin …
144 …en APIs (which plugins should avoid anyway) and only uses Plugin APIs, you can be setup to build i…
148 … find one at http://go/plugin-keystore, you can copy it to the root directory of your project. Th…
177 …can grab a recent plugin lib from jmonk’s experimental directory. However if you recently changed…
187 Plugins are APKs that contain code and resources that can be dynamically loaded into SystemUI. The…
219 …anges can be avoided by adding defaults to the interfaces, and not requiring older plugins to impl…
221 …y classes they want without worrying about collisions with SysUI. Plugins can include SettingsLib…
227 …the package of the plugin APK, then the plugin is disabled. If no plugins can be identified as th…