Home
last modified time | relevance | path

Searched refs:mWidget (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DCellLayoutBoard.java48 char[][] mWidget = new char[30][30]; field in CellLayoutBoard
61 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 …]
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionPreference.java41 private View mWidget; field in DeletionPreference
99 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()
DCollapsibleCheckboxPreferenceGroup.java49 private View mWidget; field in CollapsibleCheckboxPreferenceGroup
80 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()