Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdbAutoPlayer/AdbAutoPlayer
/ functions
Functions
1,693 in github.com/AdbAutoPlayer/AdbAutoPlayer
⨍
Functions
1,693
◇
Types & classes
357
↳
Endpoints
51
Method
down
(self, duration: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:174
Method
down
Move the D-pad down.
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:24
Method
down
Move the stick down. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:75
Method
down_left
(self, duration: float = 1.0, magnitude: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:147
Method
down_left
Move the stick down-left. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (1
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:154
Method
down_right
(self, duration: float = 1.0, magnitude: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:155
Method
down_right
Move the stick down-right. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:163
Method
dpad
D-pad.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:220
Method
dpad
D-pad.
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:265
Method
emit
(self, record)
src-tauri/src-python/adb_auto_player/__main__.py:143
Method
emit
Emit a log message in colored text format. Args: record (logging.LogRecord): The log record to emit.
src-tauri/src-python/adb_auto_player/log/logging_setup.py:32
Method
emit
Emit a log message in text format with timestamp. Args: record (logging.LogRecord): The log record to emit.
src-tauri/src-python/adb_auto_player/log/logging_setup.py:61
Method
emit
(self, record)
src-tauri/src-python/adb_auto_player/util/execute.py:91
Method
entry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/fishing.py:82
Method
entry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/wondrous_tag.py:24
Method
entry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/devourer.py:38
Method
entry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/simple_gathering.py:28
Method
entrypoint
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/minigames/fishing.py:54
Method
extract_activeness_from_screenshot
Extract (name, activeness) pairs from a guild members activeness screen. Supplements RapidOCR for multilingual names (Korean, etc.).
src-tauri/src-python/adb_auto_player/ocr/qwen2vl_backend.py:329
Method
extract_text
Extract text from the given image crop using Qwen2-VL. If the model or dependencies are not available, falls back to the RapidOCR bac
src-tauri/src-python/adb_auto_player/ocr/qwen2vl_backend.py:562
Method
faction_lower
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/battle_state.py:47
Method
fast_timeout
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/base.py:73
Method
fast_timeout
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:72
Method
find_all_template_matches
Find all matches. Args: base_image (np.ndarray): Base image. template_image (np.ndarray): Template image.
src-tauri/src-python/adb_auto_player/template_matching/template_matcher.py:140
Method
find_best_template
()
src-tauri/src-python/adb_auto_player/game/_template_mixin.py:320
Method
find_template
()
src-tauri/src-python/adb_auto_player/game/_template_mixin.py:272
Method
force_stop_game
(self)
src-tauri/src-python/adb_auto_player/game/_base.py:221
Method
from
(err: serde_json::Error)
src-tauri/src/error.rs:31
Method
from_value
Get Enum from OEM int or string.
src-tauri/src-python/adb_auto_player/ocr/tesseract_oem.py:15
Method
from_value
Get Enum from PSM int or string.
src-tauri/src-python/adb_auto_player/ocr/tesseract_psm.py:25
Method
game_find_template_match
( self, template: str | Path, match_mode: MatchMode = MatchMode.BEST, threshol
src-tauri/src-python/adb_auto_player/game/_base.py:136
Method
game_find_template_match
(self, *args, **kwargs)
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/_guild_scan_setup.py:41
Method
game_find_template_match
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:103
Function
getAdbSettingsForm
( body: Commands["get_adb_settings_form"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:34
Function
getGameSettingsForm
( body: Commands["get_game_settings_form"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:41
Function
getProfileState
( body: Commands["get_profile_state"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:48
Function
get_adb_settings_form
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:376
Function
get_app_settings_form
( app_handle: tauri::AppHandle, state: State<'_, Mutex<AppSettings>>, )
src-tauri/src/settings.rs:415
Function
get_game_settings_form
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:389
Function
get_profile_state
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:455
Method
get_screenshot
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:91
Method
get_settings
(self)
src-tauri/src-python/adb_auto_player/games/zzz_config_example/main.py:50
Function
handleClick
(e: MouseEvent)
src/lib/utils/external-links.ts:30
Function
handleError
({ error, event, status, message, })
src/hooks.client.ts:4
Method
handle_duras_post_battle
Handle post battle actions for normal mode. Returns: True if the trial is complete, or False to continue pushing battles.
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/duras_trials.py:101
Method
handle_duras_pre_battle
Handle pre battle steps in normal mode. Returns: True to continue; False to abort.
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/duras_trials.py:82
Function
handler
(event: Event)
src-tauri/src-python/adb_auto_player/__main__.py:565
Method
hide_ui
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/blue_protocol_star_resonance.py:42
Method
hold
Finger down and hold.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_touch.py:45
Method
hold
Press and hold a key (do NOT release yet).
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_at_translated_set_2_keyboard.py:66
Method
hold
Hold the screen on the given coordinates.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:178
Method
hold_down
Hold the stick down (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:111
Method
hold_down_left
Hold the stick down-left (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:189
Method
hold_down_right
Hold the stick down-right (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:197
Method
hold_left
Hold the stick left (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:119
Method
hold_right
Hold the stick right (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:127
Method
hold_up
Hold the D-pad up (no automatic release).
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:37
Method
hold_up
Hold the stick up (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:103
Method
hold_up_left
Hold the stick up-left (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:173
Method
hold_up_right
Hold the stick up-right (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:181
Method
i_am_in_resonating_hall
()
src-tauri/src-python/adb_auto_player/games/afk_journey/navigation.py:207
Method
identifier
Device identifier.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:125
Function
init
(module: &Bound<'_, PyModule>)
src-tauri/src/lib.rs:33
Function
initPostHog
(version: string)
src/lib/utils/posthog.ts:6
Method
input_device_file
Input device file.
src-tauri/src-python/adb_auto_player/device/adb/adb_input_device.py:21
Method
is_afk_stages
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/battle_state.py:15
Method
is_controlling_emulator
Whether the controlled device is an emulator or not.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:199
Method
is_duras
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/battle_state.py:12
Method
is_increasing
Return True if the coordinate increases in the direction (DOWN or RIGHT).
src-tauri/src-python/adb_auto_player/game/_input_mixin.py:26
Method
is_landscape
Whether the resolution is landscape.
src-tauri/src-python/adb_auto_player/models/device/display.py:40
Method
is_linux
Return True if the OS is Linux.
src-tauri/src-python/adb_auto_player/util/runtime.py:85
Method
is_pixels
Check if value represents pixels. Returns: True if value is pixels, False if percentage
src-tauri/src-python/adb_auto_player/models/image_manipulation/crop_value.py:40
Method
is_portrait
Whether the resolution is portrait.
src-tauri/src-python/adb_auto_player/models/device/display.py:45
Method
is_square
Whether the resolution is square.
src-tauri/src-python/adb_auto_player/models/device/display.py:60
Method
is_vertical
Return True if the direction is vertical (UP or DOWN).
src-tauri/src-python/adb_auto_player/game/_input_mixin.py:21
Method
is_x86
Return True if the CPU architecture is x86 or AMD64.
src-tauri/src-python/adb_auto_player/util/runtime.py:63
Method
l_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:204
Method
l_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:249
Method
lang_string
Get language code as string.
src-tauri/src-python/adb_auto_player/ocr/tesseract_config.py:19
Method
left
(self, duration=1.0, magnitude=1.0)
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:94
Method
left
(self, duration=1.0)
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:145
Method
left
(self, duration: float = 1.0, magnitude: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:115
Method
left
(self, duration: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:179
Method
left
Get the left edge x-coordinate of the box.
src-tauri/src-python/adb_auto_player/models/geometry/box.py:35
Method
left
Move the D-pad left.
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:28
Method
left
Move the stick left. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:84
Method
left_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:199
Method
left_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:244
Method
load_from_file
(path: impl AsRef<Path>)
src-tauri/src/settings.rs:354
Function
logDebug
(message: string)
src/lib/log/log-events.ts:4
Function
logInfo
(message: string)
src/lib/log/log-events.ts:12
Function
logMessageToTextDisplayCardItem
( logMessage: LogMessage, )
src/lib/log/logHelper.ts:55
Function
logWarning
(message: string)
src/lib/log/log-events.ts:20
Function
main
()
src-tauri/build.rs:1
Function
main
()
src-tauri/src/main.rs:14
Method
match_result
(self, sample_box, sample_confidence)
src-tauri/src-python/tests/models/template_matching/test_match_result.py:17
Method
min_timeout
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/base.py:69
Method
min_timeout
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:76
Method
mixin_method
(self)
src-tauri/src-python/tests/utils/dummy_game.py:15
Method
mock_source_info
(self)
src-tauri/src-python/tests/utils/test_log_message_factory.py:14
← previous
next →
901–1,000 of 1,693, ranked by callers