Searched refs:mAppItemView (Results 1 – 1 of 1) sorted by relevance
69 private final LinearLayout mAppItemView; field in AppItemViewHolder120 mAppItemView = view.findViewById(R.id.app_item); in AppItemViewHolder()121 mAppIcon = mAppItemView.findViewById(R.id.app_icon); in AppItemViewHolder()122 mAppName = mAppItemView.findViewById(R.id.app_name); in AppItemViewHolder()166 mAppItemView.setFocusable(true); in bind()177 mAppItemView.setBackground(mBackgroundHighlight); in bind()201 mAppItemView.setOnClickListener(appLaunchListener); in bind()259 mAppItemView.setOnClickListener(appLaunchListener); in bind()293 mAppItemView.setTranslationZ(.5f); in prepareForDropAnimation()302 mAppItemView.setTranslationZ(0.f); in resetTranslationZ()[all …]