Searched refs:onscreen (Results 1 – 3 of 3) sorted by relevance
63 std::string onscreen = "onscreen line " + stri; in createContent() local64 std::unique_ptr<uint16_t[]> ontext = TestUtils::asciiToUtf16(onscreen.c_str()); in createContent()65 canvas.drawText(ontext.get(), 0, onscreen.length(), onscreen.length(), bounds.fLeft, in createContent()
3 adb shell /data/benchmarktest/hwuimacro/hwuimacro shadowgrid2 --onscreen
1271 final float onscreen = ((LayoutParams) getChildAt(i).getLayoutParams()).onScreen; in computeScroll() local1272 scrimOpacity = Math.max(scrimOpacity, onscreen); in computeScroll()