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

  /external/chromium_org/ui/gfx/
transform_util_unittest.cc 41 bool snapped = SnapTransform(&result, transform, viewport); local
43 EXPECT_TRUE(snapped) << "Viewport should snap for this rotation.";
54 bool snapped = SnapTransform(&result, transform, viewport); local
56 EXPECT_FALSE(snapped) << "Distant viewport shouldn't snap by more than 1px.";
67 bool snapped = SnapTransform(&result, transform, viewport); local
69 EXPECT_FALSE(snapped) << "Viewport should not snap for this rotation.";
82 bool snapped = SnapTransform(&result, transform, viewport); local
84 EXPECT_TRUE(snapped) << "Viewport should snap for this translation.";
96 bool snapped = SnapTransform(&result, transform, viewport); local
98 EXPECT_TRUE(snapped)
110 bool snapped = SnapTransform(&result, transform, viewport); local
122 bool snapped = SnapTransform(&result, transform, viewport); local
139 bool snapped = SnapTransform(&result, transform, viewport); local
175 bool snapped = SnapTransform(&result, transform, viewport); local
    [all...]
transform_util.cc 164 // Create snapped rotation.
258 const Transform& snapped) {
265 Transform combined = snapped * original_inv;
463 Transform snapped = local
468 CheckTransformsMapsIntViewportWithinOnePixel(viewport, transform, snapped);
470 *out = snapped;
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 426 bool snapped = false;
446 snapped = true;
450 if (!snapped) {
452 // Keep the window snapped if the user resizes the window such that the
453 // window has valid bounds for a snapped window. Always unsnap the window
470 // The window was not snapped and is not snapped. This is a user
738 // If we snapped to a window then check it first. That way we don't bounce
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 2397 aura::Window* snapped = NULL; local
    [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 212 // can be touching 36 degrees but have the selection snapped to 30 degrees; however, this
263 * multiples of 30), where the input will be "snapped" to the closest visible degrees.
1401 final int snapped = getMinuteForDegrees(snapDegrees); local
    [all...]

Completed in 2039 milliseconds