Home | History | Annotate | Download | only in android

Lines Matching defs:cmd

214         SkinKeyCommand  cmd;
216 for (cmd = SKIN_KEY_COMMAND_NONE+1; cmd < SKIN_KEY_COMMAND_MAX; cmd++)
222 count = skin_keyset_get_bindings( android_keyset, cmd, bindings );
236 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );