Searched refs:mAppItemWidth (Results 1 – 2 of 2) sorted by relevance
60 private int mAppItemWidth; field in AppGridAdapter136 mAppItemWidth = appItemWidth; in updateViewHolderDimensions()192 mAppItemWidth, mAppItemHeight); in onCreateViewHolder()202 mAppItemWidth, mAppItemHeight); in onBindViewHolder()
87 private int mAppItemWidth; field in AppItemViewHolder341 mAppItemWidth = mAppItemView.getWidth(); in resetViewHolder()492 return iconLeft >= 0 && iconTop >= 0 && (iconLeft + mIconScaledSize) < mAppItemWidth500 float horizontalPosition = eventX / mAppItemWidth;