Home
last modified time | relevance | path

Searched refs:getView (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DVirtualDisplayController.java96 boolean isFocused = getView().isFocused(); in resize()
117 final View embeddedView = getView(); in resize()
153 PlatformView view = presentation.getView(); in dispose()
163 if (presentation == null || presentation.getView() == null) { in onInputConnectionLocked()
166 presentation.getView().onInputConnectionLocked(); in onInputConnectionLocked()
170 if (presentation == null || presentation.getView() == null) { in onInputConnectionUnlocked()
173 presentation.getView().onInputConnectionUnlocked(); in onInputConnectionUnlocked()
176 public View getView() { in getView() method in VirtualDisplayController
179 PlatformView platformView = presentation.getView(); in getView()
180 return platformView.getView(); in getView()
DPlatformViewsController.java119 View platformView = vdController.getView();
142 contextToPlatformView.remove(vdController.getView().getContext());
194 View view = vdControllers.get(touch.viewId).getView();
226 View view = vdControllers.get(viewId).getView();
237 View view = vdControllers.get(viewId).getView();
362 return controller.getView(); in getPlatformViewById()
DPlatformView.java17 View getView(); in getView() method
DSingleViewPresentation.java161 View embeddedView = state.platformView.getView(); in onCreate()
183 public PlatformView getView() { in getView() method in SingleViewPresentation
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXMetalView.hpp39 void* getView (void) const { return m_view; } in getView() function in tcu::osx::MetalView
DtcuOSXVulkanPlatform.cpp47 : vk::wsi::MacOSWindowInterface(view->getView()) in VulkanWindow()
/third_party/flutter/flutter/dev/integration_tests/android_views/android/app/src/main/java/io/flutter/integration/androidviews/
DSimplePlatformView.java34 public View getView() { in getView() method in SimplePlatformView
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
DAudioDeviceAdapter.java38 public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { in getView() method in AudioDeviceAdapter
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
DAudioDeviceAdapter.java40 public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { in getView() method in AudioDeviceAdapter
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DSnackbarHelper.java90 messageSnackbar.getView().setBackgroundColor(BACKGROUND_COLOR); in show()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DStateAdapter.java88 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in StateAdapter
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DStateAdapter.java88 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in StateAdapter
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java258 mLoadingMessageSnackbar.getView().setBackgroundColor(0xbf323232); in onResume()
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp636 const Texture2DView& getView (void) const { return m_view; } in getView() function in tcu::Texture2D
735 const TextureCubeView& getView (void) const { return m_view; } in getView() function in tcu::TextureCube
847 const Texture1DView& getView (void) const { return m_view; } in getView() function in tcu::Texture1D
DtcuTexture.cpp3597 , m_view (getNumLevels(), getLevels(), other.getView().isES2()) in Texture2D()
3610 m_view = Texture2DView(getNumLevels(), getLevels(), other.getView().isES2()); in operator =()
3752 m_view = TextureCubeView(numLevels, levels, other.getView().isES2()); in TextureCube()
3785 m_view = TextureCubeView(numLevels, levels, other.getView().isES2()); in operator =()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp222 VkImageView getView (void) const { return *m_view; } in getView() function in vkt::image::__anonbfe867240111::ut::StorageImage2D
921 …VkDescriptorImageInfo inputImageInfo = makeDescriptorImageInfo(DE_NULL, image.getView(), VK_IMA… in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h2598 angle::Result getView(ContextVk *contextVk,
DTextureVk.cpp2937 return mBufferViews.getView(contextVk, buffer, bufferOffset, *imageUniformFormat, viewOut); in getBufferViewAndRecordUse()
Dvk_helpers.cpp8488 angle::Result BufferViewHelper::getView(ContextVk *contextVk, in getView() function in rx::vk::BufferViewHelper
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch35739 + TouchCommon.singleClickView(mTab.getView());