Home
last modified time | relevance | path

Searched refs:mLetterboxColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/window/
DBackNavigationInfo.java116 private final int mLetterboxColor; field in BackNavigationInfo
145 mLetterboxColor = letterboxColor; in BackNavigationInfo()
157 mLetterboxColor = in.readInt(); in BackNavigationInfo()
171 dest.writeInt(mLetterboxColor); in writeToParcel()
220 return mLetterboxColor; in getLetterboxColor()
435 private int mLetterboxColor = Color.TRANSPARENT; field in BackNavigationInfo.Builder
509 mLetterboxColor = color; in setLetterboxColor()
538 mLetterboxColor, in build()