Home
last modified time | relevance | path

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

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