Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ is_editable
Method
is_editable
platforms/android/src/node.rs:30–32 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
29
impl NodeWrapper<'_> {
30
fn is_editable(&self) -> bool {
31
self.0.is_text_input() && !self.0.is_read_only()
32
}
33
34
fn is_enabled(&self) -> bool {
35
!self.0.is_disabled()
Callers
1
populate_node_info
Method · 0.80
Calls
2
is_text_input
Method · 0.80
is_read_only
Method · 0.45
Tested by
no test coverage detected