OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentPlayer
(Results
1 - 3
of
3
) sorted by null
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java
99
private State
mCurrentPlayer
= State.UNKNOWN;
169
if (mSelectedValue ==
mCurrentPlayer
) {
177
return
mCurrentPlayer
;
181
mCurrentPlayer
= player;
312
state = state == State.EMPTY ?
mCurrentPlayer
: State.EMPTY;
370
b.putInt("gv_curr_play",
mCurrentPlayer
.getValue());
406
mCurrentPlayer
= State.fromInt(b.getInt("gv_curr_play", State.EMPTY.getValue()));
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
33
:
mCurrentPlayer
(0),
564
mCurrentPlayer
= 0;
[
all
...]
VideoEditorPreviewController.h
85
int
mCurrentPlayer
; // player instance currently being used
Completed in 661 milliseconds