Home
last modified time | relevance | path

Searched refs:onscreen (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/flutter/packages/flutter/test/rendering/
Dindependent_layout_test.dart39 test('onscreen layout does not affect offscreen', () {
40 final TestLayout onscreen = TestLayout();
42 expect(onscreen.child.hasSize, isFalse);
43 expect(onscreen.painted, isFalse);
52 // Lay out the onscreen in the default binding
53 layout(onscreen.root, phase: EnginePhase.paint);
54 expect(onscreen.child.hasSize, isTrue);
55 expect(onscreen.painted, isTrue);
56 expect(onscreen.child.size, equals(const Size(800.0, 10.0)));
68 test('offscreen layout does not affect onscreen', () {
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dindependent_widget_layout_test.dart144 // Lay out the "onscreen" in the default test binding
146 // Only the "onscreen" widget should have built
160 // Pump the "onscreen" layout
162 // Only the "onscreen" widget should have rebuilt
178 // Pump the "onscreen" layout
Dscrollable_grid_test.dart69 // Child '0' is now back onscreen, but by less than `padding.top`.
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dtest_text_input.dart16 /// A testing stub for the system's onscreen keyboard.
101 /// Whether the onscreen keyboard is visible to the user.
171 /// Simulates the user hiding the onscreen keyboard.
Dwidget_tester.dart681 /// onscreen keyboard had appeared.
706 /// enter [text] as if it been provided by the onscreen keyboard.
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/
DREADME33onscreen keyboard visibility is toggled when the user taps the screen. If the user types ':)' a h…
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_gpu.h63 uint32_t onscreen; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitviewcontroller.m223 /* reveal onscreen virtual keyboard */
232 /* hide onscreen virtual keyboard */
/third_party/EGL/extensions/EXT/
DEGL_EXT_multiview_window.txt38 Adds support for creating an onscreen EGLSurface containing
DEGL_EXT_platform_base.txt184 eglCreatePlatformWindowSurfaceEXT creates an onscreen EGLSurface and
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_multiview_window.txt38 Adds support for creating an onscreen EGLSurface containing
DEGL_EXT_platform_base.txt184 eglCreatePlatformWindowSurfaceEXT creates an onscreen EGLSurface and
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-ios.md188 -- enables text events and reveals the onscreen keyboard.
191 -- disables text events and hides the onscreen keyboard.
194 -- returns whether or not text events are enabled (and the onscreen keyboard is visible)
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/
Dios_surface_gl.mm54 // The onscreen surface wraps a GL renderbuffer, which is extremely slow to read.
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Donscreen_logging.dart54 _logElement = html.Element.tag('flt-onscreen-log');
Dtext_editing.dart251 // Chrome on Android will hide the onscreen keyboard when you tap outside
/third_party/mesa3d/docs/relnotes/
D19.3.3.rst43 - T-Rex and Manhattan onscreen performance issue on Android
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dpage_scaffold.dart65 /// For example, if there is an onscreen keyboard displayed above the
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dsafe_area.dart78 /// For example, if there is an onscreen keyboard displayed above the
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dshader_warm_up.dart59 /// The exact size shouldn't matter much as long as all draws are onscreen.
/third_party/skia/site/docs/user/modules/
Dquickstart.md137 Upon flushing, Skia will batch and send WebGL commands, making visible changes appear onscreen.
/third_party/EGL/extensions/KHR/
DEGL_KHR_mutable_render_buffer.txt218 8) What guarantees of an onscreen update does this extension make?
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_mutable_render_buffer.txt218 8) What guarantees of an onscreen update does this extension make?
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_coord_conventions.txt654 adjusted for onscreen (in a window) vs offscreen rendering (FBOs
656 both onscreen and offscreen rendering is it the application's
/third_party/openGLES/extensions/ARB/
DARB_fragment_coord_conventions.txt664 adjusted for onscreen (in a window) vs offscreen rendering (FBOs
666 both onscreen and offscreen rendering is it the application's

12