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

  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc 1045 HIRect viewBounds; // Placement and size for HIView
1071 HIViewGetBounds(_hiviewRef, &viewBounds);
1072 HIViewConvertRect(&viewBounds, _hiviewRef, NULL);
1081 _lastViewBounds.origin.x = viewBounds.origin.x;
1082 _lastViewBounds.origin.y = viewBounds.origin.y;
1083 _lastViewBounds.size.width = viewBounds.size.width;
1084 _lastViewBounds.size.height = viewBounds.size.height;
1098 if (_lastViewBounds.origin.x != viewBounds.origin.x ||
1099 _lastViewBounds.origin.y != viewBounds.origin.y ||
1100 _lastViewBounds.size.width != viewBounds.size.width |
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 86 private static final Property<ViewBounds, PointF> TOP_LEFT_PROPERTY =
87 new Property<ViewBounds, PointF>(PointF.class, "topLeft") {
89 public void set(ViewBounds viewBounds, PointF topLeft) {
90 viewBounds.setTopLeft(topLeft);
94 public PointF get(ViewBounds viewBounds) {
99 private static final Property<ViewBounds, PointF> BOTTOM_RIGHT_PROPERTY =
100 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
102 public void set(ViewBounds viewBounds, PointF bottomRight)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 72 milliseconds