5 writes to _hingePx
Microsoft.Maui.Controls.Foldable (5)
Android\FoldableService.cs (5)
38 _hingePx = value; 163 _hingePx = _foldableInfo.FoldingFeatureBounds; // convert to DP? 221 _hingePx = Rect.Zero; 229 _hingePx = Rect.Zero; 234 _hingePx = new Rect((hinge.Left), (hinge.Top), (hinge.Width), (hinge.Height));
3 references to _hingePx
Microsoft.Maui.Controls.Foldable (3)
Android\FoldableService.cs (3)
32 global::Android.Util.Log.Debug("JWM2", $"DualScreenServiceImpl.getFoldingFeatureBounds _hingePx:{_hingePx}"); 33 return _hingePx; 269 public Rect GetHinge() => _hingePx;