Based off this answer from Lucas Cerro I calculated the dimensions using the ratios in the Android docs, using the baseline in the answer. I hope this helps someone else coming to this post!
- xxxlarge (xxxhdpi): 1280x1920 (4.0x)
- xxlarge (xxhdpi): 960x1440 (3.0x)
- xlarge (xhdpi): 640x960 (2.0x)
- large (hdpi): 480x800 (1.5x)
- medium (mdpi): 320x480 (1.0x baseline)
- small (ldpi): 240x320 (0.75x)