OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumPlayers
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLandActivity.java
44
final int N = mLand.
getNumPlayers
();
MLand.java
356
if (
getNumPlayers
() == MAX_PLAYERS) return;
360
public int
getNumPlayers
() {
365
if (
getNumPlayers
() == MIN_PLAYERS) return;
835
int playerIndex = (int) (
getNumPlayers
() * (x / getWidth()));
836
if (mFlipped) playerIndex =
getNumPlayers
() - 1 - playerIndex;
[
all
...]
Completed in 96 milliseconds