Home
last modified time | relevance | path

Searched defs:systemNavigationBarColor (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DPlatformChannel.java304 Integer systemNavigationBarColor = null; in decodeSystemChromeStyle() local
562 public final Integer systemNavigationBarColor; field in PlatformChannel.SystemChromeStyle
572 @Nullable Integer systemNavigationBarColor, in SystemChromeStyle()