Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCallTemplateViewWrapper.kt44 private lateinit var expandBtn: View variable
55 expandBtn = requireViewById(com.android.internal.R.id.expand_button) in resolveViews()
78 expandBtn in updateTransformedTypes()
83 val isOnExpandButton = expandBtn.visibility == View.VISIBLE && in disallowSingleClick()
84 isOnView(expandBtn, x, y) in disallowSingleClick()
96 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded) in getMinLayoutHeight()
DNotificationCompactMessagingTemplateViewWrapper.kt34 private var expandBtn: View? = null variable
56 expandBtn = compactMessagingView.requireViewById(R.id.expand_button) in resolveViews()
70 expandBtn, in updateTransformedTypes()
DNotificationConversationTemplateViewWrapper.kt53 private lateinit var expandBtn: View in <lambda>() variable
75 expandBtn = requireViewById(com.android.internal.R.id.expand_button) in <lambda>()
109 expandBtn, in <lambda>()
152 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded) in <lambda>()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java103 final UiObject2 expandBtn = notification.findObject( in expandNotification() local
105 if (expandBtn.getContentDescription().equals("Collapse")) { in expandNotification()
108 expandBtn.click(); in expandNotification()