Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java171 private TextView mCellInfo; field in RadioInfo
361 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
362 mCellInfo.setTypeface(Typeface.MONOSPACE); in onCreate()
750 mCellInfo.setText(buildCellInfoString(arrayCi)); in updateCellInfo()
944 mCellInfo.setText(""); in updateAllCellInfo()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java79 private final CellInfo mCellInfo = new CellInfo(); field in CellLayout
708 mCellInfo.screen = ((ViewGroup) getParent()).indexOfChild(this); in onAttachedToWindow()
712 final CellInfo cellInfo = mCellInfo; in setTagToCellInfoForPoint()
787 final CellInfo cellInfo = mCellInfo; in clearTagCellInfo()