Searched refs:mRightView (Results 1 – 3 of 3) sorted by relevance
86 private CarSystemBarView mRightView; field in CarSystemBarController340 return mRightView; in getRightBar()416 if (mRightView != null) { in registerRightBarTouchListener()434 if (mRightView != null) { in registerNotificationController()451 if (mRightView != null) { in registerHvacPanelController()469 if (mRightView != null) { in registerHvacPanelOverlayViewController()488 if (mRightView != null) { in showAllNavigationButtons()508 if (mRightView != null) { in showAllKeyguardButtons()528 if (mRightView != null) { in showAllOcclusionButtons()545 if (mRightView != null) { in toggleAllNotificationsUnseenIndicator()[all …]
31 private View mRightView; field in FrameLayoutMarginTest49 mRightView = activity.findViewById(R.id.right); in setUp()58 assertNotNull(mRightView); in testSetUpConditions()71 ViewAsserts.assertRightAligned(mParent, mRightView, in testRightMarginAligned()72 ((ViewGroup.MarginLayoutParams) mRightView.getLayoutParams()).rightMargin); in testRightMarginAligned()
30 private View mRightView; field in FrameLayoutGravityTest53 mRightView = activity.findViewById(R.id.right); in setUp()69 assertNotNull(mRightView); in testSetUpConditions()87 ViewAsserts.assertRightAligned(mParent, mRightView); in testRightTopAligned()88 ViewAsserts.assertTopAligned(mParent, mRightView); in testRightTopAligned()