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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
SwapChain11.cpp 185 const int previousHeight = mHeight;
342 sourceBox.top = std::max(previousHeight - mHeight, 0);
343 sourceBox.bottom = previousHeight;
348 const int yoffset = std::max(mHeight - previousHeight, 0);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 87 * @param previousHeight The previous height of the view before its height was changed.
90 public void slideAndFadeIn(final ViewGroup target, final int previousHeight) {
98 final int offset = target.getHeight() - previousHeight;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp 248 LayoutUnit previousHeight = logicalHeight();
277 if (logicalHeight() != previousHeight)
    [all...]
RenderBlock.cpp     [all...]

Completed in 67 milliseconds