Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WangAnXin/poker
/ functions
Functions
621 in github.com/WangAnXin/poker
⨍
Functions
621
◇
Types & classes
115
↓ 2 callers
Method
Init_AfterTurn
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/entity/People.java:53
↓ 2 callers
Method
NextTwoStraightVoice
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:186
↓ 2 callers
Method
OutCard
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:302
↓ 2 callers
Method
PlaneVoice
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:176
↓ 2 callers
Method
Robort_Free_Remind
(List<Card> deck)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/ComputerRemindCard.java:29
↓ 2 callers
Method
SpecialRemind
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:311
↓ 2 callers
Method
callScore
根据所叫的分数,发给玩家,并判断是否进行状态转移
pokerServer/pokerServer/NetworkProcess/CallScoreProcess.cs:34
↓ 2 callers
Method
changeAlertType
(int alertType, boolean fromCreate)
Poker/library/src/main/java/cn/pedant/SweetAlert/SweetAlertDialog.java:202
↓ 2 callers
Method
changeOrder
(List<Card> deck, CardOrderMode orderMode)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/Operator/LandLord_GameMode.java:72
↓ 2 callers
Method
destroyLandlord
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:915
↓ 2 callers
Method
diplayUIOutCard
(int who)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/OutCard/OutCardProcess.java:152
↓ 2 callers
Method
endPanelScoreVisibility
(boolean b)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/ScoreSettleProcess.java:178
↓ 2 callers
Method
findFourGoust
(List<Card> deck)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/CrushPreCard.java:83
↓ 2 callers
Method
findMinOneTwo
(List<Card> deck, int cardNum)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/CrushPreCard.java:124
↓ 2 callers
Method
findMinOneTwo
找最小的单支,对子,可以任意拆
pokerServer/pokerServer/Landlord/OutCard/CrushPreCard.cs:120
↓ 2 callers
Method
firstDealReconnected
(JsonArray reconArray)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ProcessDeal/ReconnectDeal.java:33
↓ 2 callers
Method
freshOthersDeck
(int who)
Poker/app/src/main/java/wanganxin/com/poker/GameAnimation/PokeEffect/DeckOperator.java:33
↓ 2 callers
Method
freshPlayerDeck
()
Poker/app/src/main/java/wanganxin/com/poker/GameAnimation/PokeEffect/DeckOperator.java:22
↓ 2 callers
Method
getCardInfo
(JsonArray jsonArray, int startIndex, LandlordActivity game)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ProcessDeal/CardReceiveDeal.java:11
↓ 2 callers
Method
getDownPokePosition
(Context context, Display d, int num, Boolean isLeft)
Poker/app/src/main/java/wanganxin/com/poker/GameAnimation/GUI/CardPosition.java:34
↓ 2 callers
Method
getPlayerIndexInfo
(JsonArray jsonArray, int arrayIndex)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ProcessDeal/MatchDeal.java:86
↓ 2 callers
Method
getRandomName
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/utilities/RandomName.java:119
↓ 2 callers
Method
getRandomName
<summary> 获取随机姓名 </summary> <returns></returns>
pokerServer/pokerServer/Helper/RandomNameHelper.cs:123
↓ 2 callers
Method
getTime
获取已经过去了多少时间
pokerServer/pokerServer/NetworkProcess/GameProcess/GameProcessDeal.cs:410
↓ 2 callers
Method
getUnderPokeLayoutParams
(Context context)
Poker/app/src/main/java/wanganxin/com/poker/GameAnimation/GUI/CardPosition.java:24
↓ 2 callers
Method
hideActionBar
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:148
↓ 2 callers
Method
hideActionBarAndDecorView
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/GameStartActivity.java:71
↓ 2 callers
Method
init
()
Poker/library/src/main/java/cn/pedant/SweetAlert/SuccessTickView.java:37
↓ 2 callers
Method
initDealCardAnimator
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/DealCardProcess.java:42
↓ 2 callers
Method
initLandlordActivity
(LandlordActivity game)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ClientSendDeal.java:29
↓ 2 callers
Method
initSocket
(final int index)
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/SocketClient_NotUse.java:157
↓ 2 callers
Method
isBomb
判断是不是炸弹,返回炸弹的第一张牌
pokerServer/pokerServer/Landlord/OutCard/OutCardStyle.cs:152
↓ 2 callers
Method
isFourGhost
判断是不是四大天王
pokerServer/pokerServer/Landlord/OutCard/OutCardStyle.cs:161
↓ 2 callers
Method
isNextTwo
(List<Card> cards)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/OutCardStyle.java:61
↓ 2 callers
Method
isPlane
(List<Card> cards)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/OutCardStyle.java:95
↓ 2 callers
Method
isPlaneWithTwo
(List<Card> cards)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/OutCardStyle.java:112
↓ 2 callers
Method
isSpinning
()
Poker/library/src/main/java/cn/pedant/SweetAlert/ProgressHelper.java:81
↓ 2 callers
Method
isStraight
(List<Card> cards)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/OutCardStyle.java:78
↓ 2 callers
Method
leaveGame
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ProcessDeal/LoginRegisterDeal.java:45
↓ 2 callers
Method
onClick
(SweetAlertDialog sweetAlertDialog)
Poker/library/src/main/java/cn/pedant/SweetAlert/SweetAlertDialog.java:68
↓ 2 callers
Method
outCardManage
(int who)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/OutCard/OutCardProcess.java:165
↓ 2 callers
Method
parseValue
(TypedValue value)
Poker/library/src/main/java/cn/pedant/SweetAlert/Rotate3dAnimation.java:34
↓ 2 callers
Method
pause
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/BackgroundMusic.java:35
↓ 2 callers
Method
peopleEnter
(int playerIndex, Player player, Boolean isReady, LandlordActivity game)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ProcessDeal/PrepareGameDeal.java:178
↓ 2 callers
Method
peopleLeave
(int playerIndex, LandlordActivity game)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ProcessDeal/PrepareGameDeal.java:185
↓ 2 callers
Method
playAnimation
()
Poker/library/src/main/java/cn/pedant/SweetAlert/SweetAlertDialog.java:192
↓ 2 callers
Method
playerAIAutoOutCard
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/OutCard/NetOutCard.java:231
↓ 2 callers
Method
playerOutCardToServer
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/OutCard/OutCardProcess.java:272
↓ 2 callers
Method
playerRobot
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/OutCard/OutCardProcess.java:350
↓ 2 callers
Method
pokeClick
(View v)
Poker/app/src/main/java/wanganxin/com/poker/GameAnimation/PokeEffect/PokeOperator.java:179
↓ 2 callers
Method
prePlayerOutCard
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/OutCard/OutCardProcess.java:97
↓ 2 callers
Method
processReceiveUpdate
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ClientReceiveDeal.java:109
↓ 2 callers
Method
randomBackgroundMusciPlay
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/BackgroundMusic.java:59
↓ 2 callers
Method
reConnected
进行断线重连(叫分和出牌阶段)
pokerServer/pokerServer/NetworkProcess/Entity/Player.cs:168
↓ 2 callers
Method
receiveOutCardMsg
给玩家发消息的时候会把OutCard最后一个字符去掉,因为客户端发来的最后一个字符为\n
pokerServer/pokerServer/NetworkProcess/OutCardProcess.cs:15
↓ 2 callers
Method
refreshAllVariable
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:396
↓ 2 callers
Method
remindCard
(List<Card> deck, List<Card> prevCard)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/ComputerRemindCard.java:15
↓ 2 callers
Method
remindCard
(People people, List<Card> prevCard, boolean canOutBoom)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/PlayerRemindCard.java:13
↓ 2 callers
Method
removeAllPoke
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:737
↓ 2 callers
Method
restore
()
Poker/library/src/main/java/cn/pedant/SweetAlert/SweetAlertDialog.java:176
↓ 2 callers
Method
robot_Click
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:626
↓ 2 callers
Method
rotateChangePeopleImage
(final int who, int image)
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:846
↓ 2 callers
Method
sendMesToOtherPlayers
发送消息给除了playerIndex以外的所有的玩家
pokerServer/pokerServer/NetworkProcess/Entity/GameLobby.cs:236
↓ 2 callers
Method
setConversePokePicture
(int num, Boolean isDownPoke)
Poker/app/src/main/java/wanganxin/com/poker/GameAnimation/PokeEffect/PokeOperator.java:135
↓ 2 callers
Method
setImage
(int image)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/entity/People.java:87
↓ 2 callers
Method
setName
(String name)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/entity/People.java:103
↓ 2 callers
Method
setPlayerInfo
(Player player, boolean isReady)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/entity/People.java:211
↓ 2 callers
Method
setScore
(int score)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/entity/People.java:114
↓ 2 callers
Method
showAnimator_OverTurnDown
(final int i)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/DealCardProcess.java:296
↓ 2 callers
Method
showAnimator_OverTurnThreeDark
(final int who, final int i)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/ScoreSettleProcess.java:258
↓ 2 callers
Method
showSetRobotDialog
(final AppCompatActivity activity, final int who, final boolean isRobot, final LandlordActivity game)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/Operator/ShowDialog.java:84
↓ 2 callers
Method
showUnderCard
(final int curDownCardNum)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/DealCardProcess.java:350
↓ 2 callers
Method
show_DealCard
(final int[] fourCardNum)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/DealCardProcess.java:154
↓ 2 callers
Method
startLogin
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LoginActivity.java:112
↓ 2 callers
Method
start_button_Click
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:584
↓ 2 callers
Method
updateCardNum
更新人当前手牌中每个牌的数量(保证原来的排序)
pokerServer/pokerServer/Landlord/entity/PeopleOperator.cs:18
↓ 2 callers
Method
valueOf
(int value)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/ClientProcess/ProcessDeal/PrepareGameDeal.java:38
↓ 2 callers
Method
writeExistPlayerInfo
通过jsonWriter写入大厅里的玩家的信息
pokerServer/pokerServer/NetworkProcess/Entity/GameLobby.cs:92
↓ 1 callers
Method
AIOutCard
(List<Card>[] peoplesCard, int whosland, int whoOut, int nowPerson, List<Card> preCard)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/OutCard/ComputerRemindCard.java:70
↓ 1 callers
Method
AIOutCard
机器人(托管)出卡
pokerServer/pokerServer/Landlord/entity/PeopleOperator.cs:112
↓ 1 callers
Method
ConvertCard
将卡的编号转化为Card类型
pokerServer/pokerServer/Landlord/entity/Landlord_GameMode.cs:12
↓ 1 callers
Method
DealCard
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:316
↓ 1 callers
Method
GiveLandCard
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/DealLandlordCardProcess.java:53
↓ 1 callers
Method
InitEnd_Score_panel
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/StartGame/InitScorePanel.java:90
↓ 1 callers
Method
InitalPoke
()
Poker/app/src/main/java/wanganxin/com/poker/GameActivity/LandlordActivity.java:546
↓ 1 callers
Method
InitalScore_panel
()
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/StartGame/InitScorePanel.java:36
↓ 1 callers
Method
Listen
<summary> 等待客户端的连接 并且创建与之通信的Socket </summary> static Socket socketSend;
pokerServer/pokerServer/serverForm.cs:30
↓ 1 callers
Method
LoseGame
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:170
↓ 1 callers
Method
MultipleScore
()
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:275
↓ 1 callers
Method
NoCallScore_NoRobLandlord
(int integration, Boolean sex)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:335
↓ 1 callers
Method
OutCardMeth
(final int who)
Poker/app/src/main/java/wanganxin/com/poker/GameLogic/GameProcess/OutCard/OutCardProcess.java:94
↓ 1 callers
Method
OutCardRun
(final View fromView, final View toView, long duration, int who)
Poker/app/src/main/java/wanganxin/com/poker/GameAnimation/GUI/CardAnimator.java:207
↓ 1 callers
Method
Player_BrightCard_Voice
(Boolean sex)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:425
↓ 1 callers
Method
Player_CallLandlord_Voice
(Boolean sex)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:253
↓ 1 callers
Method
Player_EndGame_Voice
(final Boolean winFlag)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:409
↓ 1 callers
Method
Player_FollowOutCard_Voice
(Boolean sex)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:247
↓ 1 callers
Method
Player_NotRobLandlord_Voice
(Boolean sex)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:269
↓ 1 callers
Method
Player_NotScodeCall_Voice
(Boolean sex)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:264
↓ 1 callers
Method
Player_OutCard_Voice
(Boolean sex, List<Card> card)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:192
↓ 1 callers
Method
Player_OutorFollowCard_Voice
(int who_out, int nowPerson, List<Card> []toOutCard, Boolean sex)
Poker/app/src/main/java/wanganxin/com/poker/Sound/GameEffectPlay.java:375
← previous
next →
101–200 of 621, ranked by callers