Home
last modified time | relevance | path

Searched refs:viewLocation (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/
H A DViewUtils.java167 int[] viewLocation = new int[2]; in getViewRectOnScreen() local
168 view.getLocationOnScreen(viewLocation); in getViewRectOnScreen()
170 return new Rect(viewLocation[0], viewLocation[1], viewLocation[0] + view.getWidth(), in getViewRectOnScreen()
171 viewLocation[1] + view.getHeight()); in getViewRectOnScreen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/feedactionmanager/
H A DFeedActionManagerImpl.java484 int[] viewLocation = new int[2];
485 view.getLocationOnScreen(viewLocation);
486 return new Rect(viewLocation[0], viewLocation[1], viewLocation[0] + view.getWidth(),
487 viewLocation[1] + view.getHeight());
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/sharedstream/contextmenumanager/
H A DContextMenuManagerImpl.java298 int[] viewLocation = new int[2]; in getYPosition() local
299 view.getLocationInWindow(viewLocation); in getYPosition()
301 return viewLocation[1]; in getYPosition()
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPSamplerImageView.m645 NSPoint viewLocation, imageLocation;
650 viewLocation = [self convertPoint: windowLocation fromView: nil];
652 if (!NSPointInRect(viewLocation, _imageDrawBounds))
658 NSMakePoint(floorf((viewLocation.x - _imageDrawBounds.origin.x) / horizontalScale),
659 floorf((viewLocation.y - _imageDrawBounds.origin.y) / verticalScale));
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DDefaultViewLocationCacheTest.cs49 …delegate { string viewLocation = viewLocationCache.GetViewLocation(null /* httpContext */, "foo");… in GetViewLocationThrowsWithNullHttpContext()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DEnvironment.java148 public void viewLocation(Location locn) { in viewLocation() method in Environment
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DEnvironment.java148 public void viewLocation(Location locn) { in viewLocation() method in Environment
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSView.java113 public void dragImage(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, N… in dragImage() argument
114 …event_pasteboard_source_slideBack_, anImage != null ? anImage.id : 0, viewLocation, initialOffset,… in dragImage()
/dports/www/ilias/ILIAS-5.4.25/Modules/IndividualAssessment/classes/
H A Dclass.ilIndividualAssessmentMembersTableGUI.php323 if (!$this->viewLocation($finalized, $examiner_id, $usr_id)) {
430 protected function viewLocation(bool $finalized, int $examiner_id = null, int $usr_id) : bool function in ilIndividualAssessmentMembersTableGUI
/dports/www/ilias6/ILIAS-6.14/Modules/IndividualAssessment/classes/
H A Dclass.ilIndividualAssessmentMembersTableGUI.php346 if (!$this->viewLocation($finalized, $examiner_id, $usr_id)) {
425 protected function viewLocation(bool $finalized, int $examiner_id = null, int $usr_id) : bool function in ilIndividualAssessmentMembersTableGUI
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/appmenu/internal/java/src/org/chromium/chrome/browser/ui/appmenu/
H A DAppMenuTest.java868 int[] viewLocation = new int[2]; in getViewLocationRect() local
869 anchor.getLocationOnScreen(viewLocation); in getViewLocationRect()
870 viewRect.left = viewLocation[0]; in getViewLocationRect()
871 viewRect.top = viewLocation[1]; in getViewLocationRect()
/dports/graphics/nanort/nanort-b1feea8/examples/common/OpenGLWindow/
H A DMacOpenGLWindow.mm968 … NSPoint viewLocation = [ m_internalData->m_myview convertPoint:windowLocation fromView: nil ];
971 //printf("view = %f, %f\n", viewLocation.x, viewLocation.y);
975 NSPoint center = viewLocation;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DWebContentsAccessibilityImpl.java1641 final int[] viewLocation = new int[2]; in convertWebRectToAndroidCoordinates() local
1642 mView.getLocationOnScreen(viewLocation); in convertWebRectToAndroidCoordinates()
1643 rect.offset(viewLocation[0], viewLocation[1]); in convertWebRectToAndroidCoordinates()
1646 int viewportRectTop = viewLocation[1] + (int) rc.getContentOffsetYPix(); in convertWebRectToAndroidCoordinates()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DText.java1162 NSPoint viewLocation = new NSPoint(); in getPosition() local
1163 viewLocation.x = x; in getPosition()
1164 viewLocation.y = y; in getPosition()
1165 return widget.characterIndexForInsertionAtPoint(viewLocation); in getPosition()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSView.h414 at: (NSPoint)viewLocation
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSView.inc701 …procedure dragImage_at_offset_event_pasteboard_source_slideBack (anImage: NSImage; viewLocation: N…
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSView.m3877 at: (NSPoint)viewLocation
3885 at: [self convertPoint: viewLocation toView: nil]