Searched refs:endSideContent (Results 1 – 3 of 3) sorted by relevance
36 @Named(END_SIDE_CONTENT) private val endSideContent: View, in <lambda>() constant in com.android.systemui.statusbar.phone.StatusBarBoundsProvider44 BoundsPair(start = startSideContent.boundsOnScreen, end = endSideContent.boundsOnScreen) in <lambda>()57 endSideContent.addOnLayoutChangeListener(layoutListener) in <lambda>()62 endSideContent.removeOnLayoutChangeListener(layoutListener) in <lambda>()76 get() = endSideContent.boundsOnScreen in <lambda>()
54 private lateinit var endSideContent: View in <lambda>() variable in com.android.systemui.statusbar.phone.StatusBarBoundsProviderTest61 endSideContent = spy(FrameLayout(context)).apply { setBoundsOnScreen(END_SIDE_BOUNDS) } in <lambda>()64 StatusBarBoundsProvider(setOf(boundsChangeListener), startSideContent, endSideContent) in <lambda>()122 endSideContent.setBoundsOnScreen(newBounds) in <lambda>()131 endSideContent.setBoundsOnScreen(newBounds) in <lambda>()142 endSideContent.setBoundsOnScreen(newBounds) in <lambda>()152 endSideContent.layout(newBounds) in <lambda>()
81 static View endSideContent(@RootView PhoneStatusBarView view) { in endSideContent() method