Searched defs:frame (Results 101 - 103 of 103) sorted by relevance

12345

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp20 //#define LOG_NNDEBUG 0 // Per-frame verbose logging
1647 ALOGW("%s: Camera %s: No frame in %" PRId64 " ns: %s (%d)",
1655 status_t Camera3Device::getNextResult(CaptureResult *frame) { argument
1663 if (frame == NULL) {
1669 frame->mResultExtras = result.mResultExtras;
1670 frame->mMetadata.acquire(result.mMetadata);
2377 ATRACE_ASYNC_END("frame capture", frameNumber);
2384 ") for frame %d doesn't match shutter timestamp (%" PRId64 ")",
2396 ALOGVV("%s: removed frame %d from InFlightMap", __FUNCTION__, frameNumber);
2421 SET_ERR("Failed to set frame numbe
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java319 * This is the given touchable area relative to the window frame, or null if none.
326 * NOT touchable, so we must use those to adjust the frame during hit
338 // "Real" frame that the application sees, in display coordinate space.
354 // The region of the display frame that the display type supports displaying content on. This
360 // The display frame minus the stable insets. This value is always constant regardless of if
365 // bars are visible, the decor frame is equal to the stable frame.
368 // Equal to the decor frame if the IME (e.g. keyboard) is not present. Equal to the decor frame
372 // Legacy stuff. Generally equal to the content frame expec
700 subtractInsets(Rect frame, Rect layoutFrame, Rect insetFrame, Rect displayFrame) argument
2925 applyInsets(Region outRegion, Rect frame, Rect inset) argument
3075 getBackdropFrame(Rect frame) argument
3100 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfiguration, boolean reportOrientation, int displayId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java375 final Rect mWinFrame; // frame given by window manager.
1344 * Notifies the HardwareRenderer that a new frame will be coming soon.
1628 Rect frame = mWinFrame;
1664 desiredWindowWidth = frame.width();
1665 desiredWindowHeight = frame.height();
1667 if (DEBUG_ORIENTATION) Log.v(mTag, "View " + host + " resized to: " + frame);
1823 frame.width() < desiredWindowWidth && frame.width() != mWidth)
1825 frame.height() < desiredWindowHeight && frame
2363 maybeHandleWindowMove(Rect frame) argument
6388 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfiguration, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar, int displayId) argument
7439 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfiguration, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar, int displayId) argument
[all...]

Completed in 65 milliseconds

12345