OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTENDED_FULLSCREEN
(Results
1 - 2
of
2
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java
58
public static final String
EXTENDED_FULLSCREEN
=
59
"com.example.android.threadsample.
EXTENDED_FULLSCREEN
";
DisplayActivity.java
147
outState.putBoolean(Constants.
EXTENDED_FULLSCREEN
, mFullScreen);
256
mFullScreen = stateBundle.getBoolean(Constants.
EXTENDED_FULLSCREEN
);
Completed in 45 milliseconds