| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
perf: make inset buffer creation lazy
|
View your CI Pipeline Execution ↗ for commit ad097d0
☁️ Nx Cloud last updated this comment at 2026-02-01 22:22:50 UTC |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Added new constants for cutout insets (INSET_CUTOUT_LEFT, INSET_CUTOUT_TOP, INSET_CUTOUT_RIGHT, INSET_CUTOUT_BOTTOM) and their "consumed" counterparts in both the TypeScript (index.android.ts) and Java (LayoutBase.java) layers. [1] [2]
Increased the buffer size from 40 to 72 bytes to accommodate the new cutout insets, updated the buffer initialization, and refactored buffer access methods to use the new size. [1] [2] [3] [4]