Searched defs:mBounds (Results 1 - 23 of 23) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastThreadDumpState.h56 uint32_t mBounds; // bounds for mMonotonicNs, mThreadCpuNs, and mCpukHz member in struct:android::FastThreadDumpState
H A DFastThread.h72 uint32_t mBounds; member in class:android::FastThread
/frameworks/base/core/java/android/view/
H A DTouchDelegate.java46 private Rect mBounds; field in class:TouchDelegate
49 * mBounds inflated to include some slop. This rect is to track whether the motion events
55 * True if the delegate had been targeted on a down event (intersected mBounds).
91 mBounds = bounds;
115 Rect bounds = mBounds;
/frameworks/base/services/core/java/com/android/server/wm/
H A DFocusedStackFrame.java46 private final Rect mBounds = new Rect(); field in class:FocusedStackFrame
78 mLastBounds.set(mBounds);
81 if (DEBUG) Slog.i(TAG, "draw: mBounds=" + mBounds + " mLastBounds=" + mLastBounds);
96 c.drawRect(0, 0, mBounds.width(), mBounds.height(), mOuterPaint);
97 c.drawRect(THICKNESS, THICKNESS, mBounds.width() - THICKNESS, mBounds.height() - THICKNESS,
102 mLastBounds.set(mBounds);
113 mSurfaceControl.setPosition(mBounds
[all...]
H A DDimLayer.java45 Rect mBounds = new Rect(); field in class:DimLayer
149 dw = mBounds.width();
150 dh = mBounds.height();
151 xPos = mBounds.left;
152 yPos = mBounds.top;
168 mLastBounds.set(mBounds);
173 mBounds.set(bounds);
221 if (!mLastBounds.equals(mBounds)) {
310 pw.print(" mBounds="); pw.println(mBounds
[all...]
H A DTaskStack.java60 private Rect mBounds = new Rect(); field in class:TaskStack
62 /** Whether mBounds is fullscreen */
92 // The {@link #mBounds} before the stack was forced to fullscreen. Will be restored as the
96 // Device rotation as of the last time {@link #mBounds} was set.
106 EventLog.writeEvent(EventLogTags.WM_STACK_CREATED, stackId, mBounds.left, mBounds.top,
107 mBounds.right, mBounds.bottom);
160 if (mBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) {
166 mBounds
[all...]
H A DAccessibilityController.java633 private final Region mBounds = new Region(); field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
717 if (mBounds.equals(bounds)) {
720 mBounds.set(bounds);
757 mBounds.getBounds(mDirtyRect);
773 Slog.i(LOG_TAG, "Bounds: " + mBounds);
777 Path path = mBounds.getBoundaryPath();
/frameworks/minikin/include/minikin/
H A DLayout.h83 Layout() : mGlyphs(), mAdvances(), mCollection(0), mFaces(), mAdvance(0), mBounds() {
84 mBounds.setEmpty();
152 MinikinRect mBounds; member in class:android::Layout
/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java53 private final Rect mBounds; field in class:Face
102 mBounds = bounds;
148 return mBounds;
251 mBounds, mScore, mId, mLeftEye, mRightEye, mMouth);
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java43 private final Rect mBounds = new Rect(); field in class:SoftInputWindow
89 getWindow().getDecorView().getHitRect(mBounds);
91 if (ev.isWithinBoundsNoHistory(mBounds.left, mBounds.top,
92 mBounds.right - 1, mBounds.bottom - 1)) {
95 MotionEvent temp = ev.clampNoHistory(mBounds.left, mBounds.top,
96 mBounds.right - 1, mBounds
[all...]
/frameworks/base/libs/hwui/
H A DClipArea.h41 return mBounds;
45 Rect transformedBounds(transformAndCalculateBounds(mBounds, mTransform));
54 Rect mBounds; member in class:android::uirenderer::TransformedRectangle
H A DOutline.h37 mBounds.set(left, top, right, bottom);
52 mBounds.set(outline->getBounds());
96 outRect->set(mBounds);
119 Rect mBounds; member in class:android::uirenderer::Outline
H A DDeferredDisplayList.h56 Rect mBounds; member in class:android::uirenderer::DeferredDisplayState
85 mBounds(bounds), mAvoidOverdraw(avoidOverdraw) {
152 Rect mBounds; member in class:android::uirenderer::DeferredDisplayList
H A DFontRenderer.h179 Rect* mBounds; member in class:android::uirenderer::FontRenderer
H A DVertexBuffer.h110 mBounds.setEmpty();
119 mBounds.set(current->x, current->y, current->x, current->y);
121 mBounds.expandToCoverVertex(current->x, current->y);
127 const Rect& getBounds() const { return mBounds; }
142 void setBounds(Rect bounds) { mBounds = bounds; }
159 Rect mBounds; member in class:android::uirenderer::VertexBuffer
H A DDeferredDisplayList.cpp73 mBounds.unionWith(state->mBounds);
79 if (!rect.intersects(mBounds)) return false;
82 if (rect.intersects(mOps[i].state->mBounds)) {
85 mOps[i].state->mBounds.left, mOps[i].state->mBounds.top,
86 mOps[i].state->mBounds.right, mOps[i].state->mBounds.bottom);
110 const Rect& bounds = state->mBounds;
124 if (CC_LIKELY(!mAllOpsOpaque || !mBounds
140 Rect mBounds; // union of bounds of contained ops member in class:android::uirenderer::DrawBatch
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsResizeTaskDialog.java76 private Rect[] mBounds = {new Rect(), new Rect(), new Rect(), new Rect()}; field in class:RecentsResizeTaskDialog
126 for (int i = 0; i < mBounds.length; ++i) {
127 mBounds[i].set(rect);
135 mBounds[0].right = mBounds[0].centerX();
136 mBounds[1].left = mBounds[0].right;
140 mBounds[1].right = mBounds[1].centerX();
141 mBounds[
[all...]
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java107 private final Rect mBounds = new Rect(); field in class:EdgeEffect
148 mBounds.set(mBounds.left, mBounds.top, width, (int) Math.min(height, h));
224 Math.sqrt(Math.abs(mPullDistance) * mBounds.height()) - 0.3d) / 0.7d);
324 final float centerX = mBounds.centerX();
325 final float centerY = mBounds.height() - mRadius;
330 float translateX = mBounds.width() * displacement / 2;
332 canvas.clipRect(mBounds);
353 return (int) (mBounds
[all...]
H A DTabWidget.java62 private final Rect mBounds = new Rect(); field in class:TabWidget
346 final Rect bounds = mBounds;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java36 protected final Rect mBounds; field in class:RippleComponent
57 mBounds = bounds;
62 mTargetRadius = getTargetRadius(mBounds);
72 mTargetRadius = getTargetRadius(mBounds);
254 final float halfWidth = mBounds.width() / 2.0f;
255 final float halfHeight = mBounds.height() / 2.0f;
H A DDrawable.java136 private Rect mBounds = ZERO_BOUNDS_RECT; // lazily becomes a new Rect() field in class:Drawable
155 Rect oldBounds = mBounds;
158 oldBounds = mBounds = new Rect();
167 mBounds.set(left, top, right, bottom);
168 onBoundsChange(mBounds);
189 bounds.set(mBounds);
201 return new Rect(mBounds);
220 if (mBounds == ZERO_BOUNDS_RECT) {
221 mBounds = new Rect();
224 return mBounds;
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java67 private RectF mBounds; field in class:BidiRenderer
88 mBounds = new RectF();
99 mBounds = new RectF(x, y, x, y);
119 return mBounds;
147 return mBounds;
238 mGraphics.drawGlyphVector(gv, mBounds.right, mBaseline);
243 RectF bounds = awtRectToAndroidRect(awtBounds, mBounds.right, mBaseline);
246 if (Math.abs(mBounds.right - mBounds.left) == 0) {
247 mBounds
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeProgressBar.java68 private Rect mBounds = new Rect(); field in class:SwipeProgressBar
104 mParent, mBounds.left, mBounds.top, mBounds.right, mBounds.bottom);
139 final int width = mBounds.width();
140 final int height = mBounds.height();
145 canvas.clipRect(mBounds);
228 canvas.clipRect(mBounds);
233 mParent, mBounds
[all...]

Completed in 368 milliseconds