Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java61 private int mAppItemHeight; field in AppGridAdapter
137 mAppItemHeight = appItemHeight; in updateViewHolderDimensions()
192 mAppItemWidth, mAppItemHeight); in onCreateViewHolder()
202 mAppItemWidth, mAppItemHeight); in onBindViewHolder()
DAppItemViewHolder.java88 private int mAppItemHeight; field in AppItemViewHolder
342 mAppItemHeight = mAppItemView.getHeight(); in resetViewHolder()
493 && (iconTop + mIconScaledSize) < mAppItemHeight;
508 float verticalPosition = eventY / mAppItemHeight;