summaryrefslogtreecommitdiffstats
path: root/vr_ui.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-17Introduce VR recovery uiLuke Song1-21/+15
A version of screen ui with specific adjustments for vr device compatibility. (cherrypick of a44dba7f4e7296077f65fd571232e8a61aed9418 to AOSP) Bug: 37779982 Test: "adb reboot recovery" to view Change-Id: If6b0f26c1b587f8d0176060685b5efb6c67593b1
2017-02-11minui: Move graphics_{adf,drm,fbdev} into classes.Tao Bao1-0/+44
This CL defines minui_backend as an interface, and expresses the three backends (adf, drm and fbdev) as subclasses to the interface. Test: 'Run graphics test' on N9, Pixel C and N5X. Change-Id: I0e23951c7b2e2ff918957a8d9fc8b0085b6e5952