Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java60 private int mAppItemWidth; field in AppGridAdapter
136 mAppItemWidth = appItemWidth; in updateViewHolderDimensions()
192 mAppItemWidth, mAppItemHeight); in onCreateViewHolder()
202 mAppItemWidth, mAppItemHeight); in onBindViewHolder()
DAppItemViewHolder.java87 private int mAppItemWidth; field in AppItemViewHolder
341 mAppItemWidth = mAppItemView.getWidth(); in resetViewHolder()
492 return iconLeft >= 0 && iconTop >= 0 && (iconLeft + mIconScaledSize) < mAppItemWidth
500 float horizontalPosition = eventX / mAppItemWidth;