Tile Adapter
class TileAdapter(tileImages: ArrayList<ImageButton>, tileWidth: Int, tileHeight: Int) : BaseAdapter
Content copied to clipboard
Adapter for GridViewGesture
that handles the tiles in the puzzle grid.
Parameters
tileImages
Images displayed on the tiles in the puzzle grid.
tileWidth
Width of each tile in the puzzle grid.
tileHeight
Height of each tile in the puzzle grid.
Constructors
TileAdapter
Link copied to clipboard
fun TileAdapter(tileImages: ArrayList<ImageButton>, tileWidth: Int, tileHeight: Int)
Content copied to clipboard
Images displayed on the tiles in the puzzle grid.
Properties
Functions
Inherited functions
areAllItemsEnabled
Link copied to clipboard
getAutofillOptions
Link copied to clipboard
getDropDownView
Link copied to clipboard
open override fun getDropDownView(p0: Int, p1: View, p2: ViewGroup): View
Content copied to clipboard
getItemViewType
Link copied to clipboard
getViewTypeCount
Link copied to clipboard
hasStableIds
Link copied to clipboard
notifyDataSetChanged
Link copied to clipboard
open fun notifyDataSetChanged()
Content copied to clipboard
notifyDataSetInvalidated
Link copied to clipboard
open fun notifyDataSetInvalidated()
Content copied to clipboard
registerDataSetObserver
Link copied to clipboard
setAutofillOptions
Link copied to clipboard
unregisterDataSetObserver
Link copied to clipboard