Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java58 private LinearLayout mSystemIconArea; field in CollapsedStatusBarFragment
97 mSystemIconArea = mStatusBar.findViewById(R.id.system_icon_area); in onViewCreated()
209 animateHide(mSystemIconArea, animate); in hideSystemIconArea()
213 animateShow(mSystemIconArea, animate); in showSystemIconArea()