1 #ifndef HARDWARE_TEST_KEYBOARD_VIEW_H     2 #define HARDWARE_TEST_KEYBOARD_VIEW_H    16   constexpr 
static int k_margin = 4;
    17   constexpr 
static int k_smallSquareSize = 8;
    18   constexpr 
static int k_bigSquareSize = 14;
    19   constexpr 
static int k_smallRectHeight = 8;
    20   constexpr 
static int k_smallRectWidth = 16;
    21   constexpr 
static int k_bigRectHeight = 14;
    22   constexpr 
static int k_bigRectWidth = 20;
 int testedKeyIndex() const
 
void drawRect(KDContext *ctx, KDRect rect) const override
 
void setTestedKeyIndex(int i)