Home
last modified time | relevance | path

Searched defs:mData (Results 1 – 4 of 4) sorted by relevance

/development/apps/Development/src/com/android/development/
DDetails.java155 ArrayList<ColumnData> mData; field in Details
DPackageSummary.java61 private TextView mData; field in PackageSummary
/development/tools/a3dconvert/
DSimpleMesh.h29 std::vector<float> mData; member
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameView.java95 private final State[] mData = new State[9]; field in GameView