Searched refs:onscreen (Results 1 – 25 of 34) sorted by relevance
12
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | independent_layout_test.dart | 39 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/ |
D | independent_widget_layout_test.dart | 144 // 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
|
D | scrollable_grid_test.dart | 69 // Child '0' is now back onscreen, but by less than `padding.top`.
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | test_text_input.dart | 16 /// 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.
|
D | widget_tester.dart | 681 /// 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/ |
D | README | 33 …onscreen keyboard visibility is toggled when the user taps the screen. If the user types ':)' a h…
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_gpu.h | 63 uint32_t onscreen; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitviewcontroller.m | 223 /* reveal onscreen virtual keyboard */ 232 /* hide onscreen virtual keyboard */
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_multiview_window.txt | 38 Adds support for creating an onscreen EGLSurface containing
|
D | EGL_EXT_platform_base.txt | 184 eglCreatePlatformWindowSurfaceEXT creates an onscreen EGLSurface and
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_multiview_window.txt | 38 Adds support for creating an onscreen EGLSurface containing
|
D | EGL_EXT_platform_base.txt | 184 eglCreatePlatformWindowSurfaceEXT creates an onscreen EGLSurface and
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-ios.md | 188 -- 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/ |
D | ios_surface_gl.mm | 54 // The onscreen surface wraps a GL renderbuffer, which is extremely slow to read.
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | onscreen_logging.dart | 54 _logElement = html.Element.tag('flt-onscreen-log');
|
D | text_editing.dart | 251 // Chrome on Android will hide the onscreen keyboard when you tap outside
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.3.rst | 43 - T-Rex and Manhattan onscreen performance issue on Android
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | page_scaffold.dart | 65 /// For example, if there is an onscreen keyboard displayed above the
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | safe_area.dart | 78 /// For example, if there is an onscreen keyboard displayed above the
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | shader_warm_up.dart | 59 /// The exact size shouldn't matter much as long as all draws are onscreen.
|
/third_party/skia/site/docs/user/modules/ |
D | quickstart.md | 137 Upon flushing, Skia will batch and send WebGL commands, making visible changes appear onscreen.
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_mutable_render_buffer.txt | 218 8) What guarantees of an onscreen update does this extension make?
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_mutable_render_buffer.txt | 218 8) What guarantees of an onscreen update does this extension make?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_fragment_coord_conventions.txt | 654 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/ |
D | ARB_fragment_coord_conventions.txt | 664 adjusted for onscreen (in a window) vs offscreen rendering (FBOs 666 both onscreen and offscreen rendering is it the application's
|
12