Searched refs:mTouchInterceptor (Results 1 – 5 of 5) sorted by relevance
186 final View mTouchInterceptor; field in CarUiListItemAdapter.ListItemViewHolder207 mTouchInterceptor = requireViewByRefId(itemView, in ListItemViewHolder()256 if (mTouchInterceptor instanceof SecureView) { in bind()293 mTouchInterceptor.setVisibility(View.VISIBLE); in bind()294 mTouchInterceptor.setOnClickListener(v -> { in bind()317 mTouchInterceptor.setVisibility(View.VISIBLE); in bind()318 mTouchInterceptor.setOnClickListener(v -> { in bind()339 mTouchInterceptor.setOnClickListener(v -> { in bind()397 mTouchInterceptor.setVisibility(View.VISIBLE); in bindCompoundButton()398 mTouchInterceptor.setOnClickListener(v -> { in bindCompoundButton()[all …]
261 final SecureView mTouchInterceptor; field in ListItemAdapter.ListItemViewHolder281 mTouchInterceptor = itemView.requireViewById( in ListItemViewHolder()302 mTouchInterceptor.setSecure(item.isSecure()); in bind()348 mTouchInterceptor.setVisibility(View.VISIBLE); in bind()349 mTouchInterceptor.setOnClickListener(v -> { in bind()372 mTouchInterceptor.setVisibility(View.VISIBLE); in bind()373 mTouchInterceptor.setOnClickListener(v -> { in bind()394 mTouchInterceptor.setOnClickListener(v -> { in bind()452 mTouchInterceptor.setVisibility(View.VISIBLE); in bindCompoundButton()453 mTouchInterceptor.setOnClickListener(v -> { in bindCompoundButton()[all …]
192 private OnTouchListener mTouchInterceptor; field in PopupWindow706 mTouchInterceptor = l; in setTouchInterceptor()2550 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
106 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow717 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
71444 Landroid/widget/ListPopupWindow;->mTouchInterceptor:Landroid/widget/ListPopupWindow$PopupTouchInter…