Searched refs:mWidget (Results 1 – 3 of 3) sorted by relevance
48 char[][] mWidget = new char[30][30]; field in CellLayoutBoard61 for (int x = 0; x < mWidget.length; x++) { in CellLayoutBoard()62 for (int y = 0; y < mWidget[0].length; y++) { in CellLayoutBoard()63 mWidget[x][y] = CellType.EMPTY; in CellLayoutBoard()69 mWidget = new char[width][height]; in CellLayoutBoard()72 for (int x = 0; x < mWidget.length; x++) { in CellLayoutBoard()73 for (int y = 0; y < mWidget[0].length; y++) { in CellLayoutBoard()74 mWidget[x][y] = CellType.EMPTY; in CellLayoutBoard()122 mWidget[xi][yi] = '-'; in removeWidgetFromBoard()141 mWidget[x][y] = '-'; in removeOverlappingItems()[all …]
41 private View mWidget; field in DeletionPreference99 if (mWidget != null) { in onFreeableChanged()100 mWidget.setVisibility(View.VISIBLE); in onFreeableChanged()114 mWidget = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder()115 mWidget.setVisibility(mLoaded ? View.VISIBLE : View.GONE); in onBindViewHolder()
49 private View mWidget; field in CollapsibleCheckboxPreferenceGroup80 mWidget = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder()81 mWidget.setVisibility(mLoaded ? View.VISIBLE : View.GONE); in onBindViewHolder()239 if (mWidget != null) { in switchSpinnerToCheckboxOrDisablePreference()240 mWidget.setVisibility(View.VISIBLE); in switchSpinnerToCheckboxOrDisablePreference()