Searched defs:setBounds (Results 1 - 18 of 18) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java843 mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds);
1091 mSearchHintIcon.setBounds(0, 0, textSize, textSize);
1759 setBounds(targetBounds, actualBounds);
1763 public void setBounds(Rect desiredBounds, Rect actualBounds) { method in class:SearchView.UpdatableTouchDelegate
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DViewBoundsCheck.java139 void setBounds(int rvStart, int rvEnd, int childStart, int childEnd) { method in class:ViewBoundsCheck.BoundFlags
224 mBoundFlags.setBounds(start, end, childStart, childEnd);
251 mBoundFlags.setBounds(mCallback.getParentStart(), mCallback.getParentEnd(),
/frameworks/support/wear/src/android/support/wear/widget/
H A DCircledImageView.java258 mIndeterminateDrawable.setBounds(mIndeterminateBounds);
402 mDrawable.setBounds(
651 mShadowPainter.setBounds(left, top, getWidth() - right, getHeight() - bottom);
659 mShadowPainter.setBounds(
694 mDrawable.setBounds(existingDrawable.getBounds());
761 void setBounds(@Px int left, @Px int top, @Px int right, @Px int bottom) { method in class:CircledImageView.OvalShadowPainter
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeProgressBar.java270 void setBounds(int left, int top, int right, int bottom) { method in class:SwipeProgressBar
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp67 void setBounds(float minX, float minY, float maxX, float maxY) { function in class:android::FakePointerController
2050 mFakePointerController->setBounds(1, 2, 800 - 1, 480 - 1);
2358 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
2646 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
2674 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3980 public void setBounds(int left, int top, int right, int bottom) { method in class:StatusBar.FastColorDrawable
3984 public void setBounds(Rect bounds) { method in class:StatusBar.FastColorDrawable
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java651 void setBounds(Rect bounds) { method in class:ActivityStack
4796 setBounds(bounds);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java601 mWindow.setBounds(mMagnificationRegion);
772 public void setBounds(Region bounds) { method in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
H A DDimLayer.java224 setBounds(mBounds);
228 void setBounds(Rect bounds) { method in class:DimLayer
H A DTask.java48 // Return value from {@link setBounds} indicating no change was made to the Task bounds.
50 // Return value from {@link setBounds} indicating the position of the Task bounds changed.
52 // Return value from {@link setBounds} indicating the size of the Task bounds changed.
114 setBounds(bounds, overrideConfig);
272 private int setBounds(Rect bounds, Configuration overrideConfig) { method in class:Task
370 int boundsChanged = setBounds(bounds, overrideConfig);
552 setBounds(null, Configuration.EMPTY);
568 setBounds(mTmpRect2, getOverrideConfiguration());
573 if (setBounds(mTmpRect2, getOverrideConfiguration()) != BOUNDS_CHANGE_NONE) {
H A DTaskStack.java181 boolean setBounds( method in class:TaskStack
184 setBounds(stackBounds);
250 private boolean setBounds(Rect bounds) { method in class:TaskStack
274 mAnimationBackgroundSurface.setBounds(bounds);
387 setBounds(bounds);
390 setBounds(null);
398 setBounds(mTmpRect2);
439 setBounds(null);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java217 public void setBounds(int left, int top, int right, int bottom) { method in class:BatteryMeterDrawableBase
218 super.setBounds(left, top, right, bottom);
/frameworks/base/libs/hwui/
H A DVectorDrawable.h611 void setBounds(const SkRect& bounds) { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
H A DVertexBuffer.h142 void setBounds(Rect bounds) { mBounds = bounds; } function in class:android::uirenderer::VertexBuffer
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java75 * <li> The {@link #setBounds} method <var>must</var> be called to tell the
207 * Draw in its bounds (set via setBounds) respecting optional effects such
218 public void setBounds(int left, int top, int right, int bottom) { method in class:Drawable
240 public void setBounds(@NonNull Rect bounds) { method in class:Drawable
241 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/base/core/java/android/widget/
H A DSearchView.java833 mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds);
1161 mSearchHintIcon.setBounds(0, 0, textSize, textSize);
1820 setBounds(targetBounds, actualBounds);
1824 public void setBounds(Rect desiredBounds, Rect actualBounds) { method in class:SearchView.UpdatableTouchDelegate
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java211 setBounds(0, 0, mWidth, mHeight);
228 public void setBounds(int left, int top, int right, int bottom) { method in class:WallpaperManager.FastBitmapDrawable

Completed in 543 milliseconds