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

  /packages/apps/Camera/src/com/android/camera/ui/
NinePatchTexture.java 37 private int mLastHeight = -1;
53 if (mLastWidth != mWidth || mLastHeight != mHeight) {
57 mLastHeight = mHeight;
  /frameworks/base/core/java/android/widget/
PopupWindow.java 96 private int mLastHeight;
735 if (mHeightMode < 0) p.height = mLastHeight = mHeightMode;
848 p.height = mLastHeight = mHeight;
    [all...]

Completed in 1300 milliseconds