Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java108 private int mListBackgroundColor; field in ModeListView
1098 mListBackgroundColor = getResources().getColor(R.color.mode_list_background); in ModeListView()
1125 mListBackgroundColor = mListBackgroundColor & 0xFFFFFF; in setBackgroundAlpha()
1126 mListBackgroundColor = mListBackgroundColor | (alpha << 24); in setBackgroundAlpha()
1128 setBackgroundColor(mListBackgroundColor); in setBackgroundAlpha()