Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java86 private final boolean mIsDisabledWhileDriving; field in StatusIconPanelViewController
122 if (mIsDisabledWhileDriving
202 mIsDisabledWhileDriving = isDisabledWhileDriving; in StatusIconPanelViewController()
219 if (mIsDisabledWhileDriving && mCarUxRestrictionsUtil.getCurrentRestrictions() in onInit()
279 if (mIsDisabledWhileDriving) { in onViewAttached()
499 private boolean mIsDisabledWhileDriving = false; field in StatusIconPanelViewController.Builder
548 mIsDisabledWhileDriving = disabled; in setDisabledWhileDriving()
579 mYOffset, mGravity, mIsDisabledWhileDriving, mIsDisabledWhileUnprovisioned, in build()