HomeSort by relevance Sort by last modified time
    Searched refs:viewBounds (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 1036 HIRect viewBounds; // Placement and size for HIView
1062 HIViewGetBounds(_hiviewRef, &viewBounds);
1063 HIViewConvertRect(&viewBounds, _hiviewRef, NULL);
1072 _lastViewBounds.origin.x = viewBounds.origin.x;
1073 _lastViewBounds.origin.y = viewBounds.origin.y;
1074 _lastViewBounds.size.width = viewBounds.size.width;
1075 _lastViewBounds.size.height = viewBounds.size.height;
1089 if (_lastViewBounds.origin.x != viewBounds.origin.x ||
1090 _lastViewBounds.origin.y != viewBounds.origin.y ||
1091 _lastViewBounds.size.width != viewBounds.size.width |
    [all...]
  /external/setupdesign/main/src/com/google/android/setupdesign/view/
Illustration.java 49 private final Rect viewBounds = new Rect();
157 viewBounds.set(0, 0, layoutWidth, layoutHeight);
167 viewBounds,

Completed in 636 milliseconds