Searched refs:mLastContentHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNativeActivity.java82 int mLastContentHeight; field in class:NativeActivity
303 || w != mLastContentWidth || h != mLastContentHeight) {
307 mLastContentHeight = h;
310 mLastContentY, mLastContentWidth, mLastContentHeight);
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java57 private int mLastContentHeight; field in class:BackdropFrameRenderer
276 mLastContentHeight = ySize - mLastCaptionHeight;
285 mLastYOffset + mLastCaptionHeight + mLastContentHeight);
328 mLastContentWidth == 0 || mLastContentHeight == 0) {

Completed in 481 milliseconds