Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppItemViewHolder.java69 private final LinearLayout mAppItemView; field in AppItemViewHolder
120 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 …]