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.java106 private TextView mCellInfo; field in RadioInfo
275 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
556 mCellInfo.setText(value.toString()); in updateCellInfoTv()
/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()