Searched refs:widthHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeTest.java98 final int widthHeight = 600;
109 granularityTextView.setWidth(widthHeight);
110 granularityTextView.setHeight(widthHeight);
113 presetTextView.setWidth(widthHeight);
114 presetTextView.setHeight(widthHeight);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp804 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, argument
810 width = strtol(widthHeight, &end, 10);
811 if (end == widthHeight || *end != 'x' || *(end+1) == '\0') {

Completed in 97 milliseconds