Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java86 private CarSystemBarView mRightView; field in CarSystemBarController
340 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 …]
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutMarginTest.java31 private View mRightView; field in FrameLayoutMarginTest
49 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()
H A DFrameLayoutGravityTest.java30 private View mRightView; field in FrameLayoutGravityTest
53 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()