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.java62 private LinearLayout mSystemIconArea; field in CollapsedStatusBarFragment
106 mSystemIconArea = mStatusBar.findViewById(R.id.system_icon_area); in onViewCreated()
251 animateHide(mSystemIconArea, animate); in hideSystemIconArea()
255 animateShow(mSystemIconArea, animate); in showSystemIconArea()