Home
last modified time | relevance | path

Searched refs:mLastFrame (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowFrames.java125 final Rect mLastFrame = new Rect(); field in WindowFrames
236 return (mLastFrame.width() != mFrame.width()) || (mLastFrame.height() != mFrame.height()); in didFrameSizeChange()
430 + " last=" + mLastFrame.toShortString(sTmpSB)); in dump()
DWindowState.java1020 if (!mWindowFrames.mFrame.equals(mWindowFrames.mLastFrame)) { in computeFrameLw()
1245 + " last=" + mWindowFrames.mLastFrame + " frame=" + mWindowFrames.mFrame); in updateResizingWindowIfNeeded()
1249 mWindowFrames.mLastFrame.set(mWindowFrames.mFrame); in updateResizingWindowIfNeeded()
1815 && (mWindowFrames.mFrame.top != mWindowFrames.mLastFrame.top in hasMoved()
1816 || mWindowFrames.mFrame.left != mWindowFrames.mLastFrame.left) in hasMoved()
4659 transformFrameToSurfacePosition(mWindowFrames.mLastFrame.left, mWindowFrames.mLastFrame.top, in startMoveAnimation()
/frameworks/av/include/media/
DVolumeShaper.h757 , mLastFrame(0) in VolumeHandler()
856 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
874 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
908 mLastFrame = trackFrameCount; in getVolume()
929 (void)getVolume(mLastFrame); // getVolume() will start the individual VolumeShapers. in setStarted()
941 ss << ", mLastFrame=" << mLastFrame; in toString()
968 mLastFrame = 0; in reset()
1019 int64_t mLastFrame; // logging purpose only, 0 on start variable
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp96 lastFrame = CameraMetadata(mLastFrame); in dump()
162 mLastFrame.acquire(result.mMetadata); in processNewFrames()
DFrameProcessorBase.h85 CameraMetadata mLastFrame; variable