static <A extends Component> A recursiveFontSize(A c, float fontSize, IPred<Component> componentFilter default null) { ret setAllStandardFontSizesRecursively(c, fontSize, componentFilter); } static <A extends Component> A recursiveFontSize(float fontSize, A c) { ret recursiveFontSize(c, fontSize); }
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1036367 |
| Snippet name: | recursiveFontSize - synonym of setAllStandardFontSizesRecursively |
| Eternal ID of this version: | #1036367/2 |
| Text MD5: | 6a124cbb24da66a0e275246628deea20 |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-11-27 01:59:16 |
| Source code size: | 313 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 373 / 401 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |