You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sample] [Graphics] - Implementation of "Displaying UltraHDR (Glide)" (#65)
* initial draft implementation
* [Sample] [Graphic] - Implementation of "Displaying UltraHDR (Glide)"
* remove fresco for now
* remove fresco for now
* cleanup
* switch back to office
Copy file name to clipboardExpand all lines: samples/graphics/ultrahdr/src/main/java/com/example/platform/graphics/ultrahdr/common/ColorModeControls.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ class ColorModeControls : LinearLayout, WindowObserver {
43
43
* Android ViewBinding.
44
44
*/
45
45
privatevar_binding:ColorModeControlsBinding?=null
46
-
privateval binding get() =_binding!!
46
+
val binding get() =_binding!!
47
47
48
48
/**
49
49
* Reference to [Window]. This should come from the currently active activity.
0 commit comments