Searched refs:mIsAccessibilityEnabled (Results 1 – 1 of 1) sorted by relevance
647 private boolean mIsAccessibilityEnabled = false; field in DayView945 mIsAccessibilityEnabled = mAccessibilityMgr != null && mAccessibilityMgr.isEnabled(); in initAccessibilityVariables()1421 if (mIsAccessibilityEnabled) { in switchViews()1434 if (mIsAccessibilityEnabled) { in switchViews()1457 if (mIsAccessibilityEnabled) { in switchViews()1689 return mIsAccessibilityEnabled && mAccessibilityMgr.isTouchExplorationEnabled(); in isTouchExplorationEnabled()1693 if (!mIsAccessibilityEnabled) { in sendAccessibilityEventAsNeeded()3907 if (mIsAccessibilityEnabled) { in doSingleTapUp()