Searched refs:expandBtn (Results 1 – 4 of 4) sorted by relevance
44 private lateinit var expandBtn: View variable55 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()
34 private var expandBtn: View? = null variable56 expandBtn = compactMessagingView.requireViewById(R.id.expand_button) in resolveViews()70 expandBtn, in updateTransformedTypes()
53 private lateinit var expandBtn: View in <lambda>() variable75 expandBtn = requireViewById(com.android.internal.R.id.expand_button) in <lambda>()109 expandBtn, in <lambda>()152 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded) in <lambda>()
103 final UiObject2 expandBtn = notification.findObject( in expandNotification() local105 if (expandBtn.getContentDescription().equals("Collapse")) { in expandNotification()108 expandBtn.click(); in expandNotification()