Searched defs:oldHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayer.cpp86 uint32_t oldHeight = getHeight(); local
96 setSize(oldWidth, oldHeight);
106 setSize(oldWidth, oldHeight);
/frameworks/base/core/java/android/view/
H A DView.java9987 int oldHeight = mBottom - mTop;
9994 sizeChange(width, mBottom - mTop, width, oldHeight);
10060 int oldHeight = mBottom - mTop;
10067 sizeChange(width, mBottom - mTop, width, oldHeight);
14879 int oldHeight = mBottom - mTop;
14882 boolean sizeChanged = (newWidth != oldWidth) || (newHeight != oldHeight);
14905 sizeChange(newWidth, newHeight, oldWidth, oldHeight);
14931 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { argument
14932 onSizeChanged(newWidth, newHeight, oldWidth, oldHeight);

Completed in 94 milliseconds