MCPcopy 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
29impl 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_infoMethod · 0.80

Calls 2

is_text_inputMethod · 0.80
is_read_onlyMethod · 0.45

Tested by

no test coverage detected