Searched defs:setBounds (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/
H A DVertexBuffer.h142 void setBounds(Rect bounds) { mBounds = bounds; } function in class:android::uirenderer::VertexBuffer
H A DVectorDrawable.h616 void setBounds(const SkRect& bounds) { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayer.java222 setBounds(mBounds);
226 void setBounds(Rect bounds) { method in class:DimLayer
H A DAccessibilityController.java563 mWindow.setBounds(mMagnificationRegion);
738 public void setBounds(Region bounds) { method in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
H A DTask.java49 // Return value from {@link setBounds} indicating no change was made to the Task bounds.
51 // Return value from {@link setBounds} indicating the position of the Task bounds changed.
53 // Return value from {@link setBounds} indicating the size of the Task bounds changed.
81 // stack specific operations. E.g. {@link #setBounds}.
104 setBounds(bounds, config);
210 private int setBounds(Rect bounds, Configuration config) { method in class:Task
304 int boundsChanged = setBounds(bounds, configuration);
407 // Normal setBounds() does not allow non-null bounds for fullscreen apps.
577 setBounds(null, Configuration.EMPTY);
593 setBounds(mTmpRect
[all...]
H A DTaskStack.java174 boolean setBounds( method in class:TaskStack
177 setBounds(stackBounds);
269 private boolean setBounds(Rect bounds) { method in class:TaskStack
293 mAnimationBackgroundSurface.setBounds(bounds);
359 setBounds(bounds);
362 setBounds(null);
370 setBounds(mTmpRect2);
396 setBounds(null);
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeProgressBar.java270 void setBounds(int left, int top, int right, int bottom) { method in class:SwipeProgressBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterDrawable.java260 public void setBounds(int left, int top, int right, int bottom) { method in class:BatteryMeterDrawable
261 super.setBounds(left, top, right, bottom);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java204 setBounds(0, 0, mWidth, mHeight);
221 public void setBounds(int left, int top, int right, int bottom) { method in class:WallpaperManager.FastBitmapDrawable
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java75 * <li> The {@link #setBounds} method <var>must</var> be called to tell the
189 * Draw in its bounds (set via setBounds) respecting optional effects such
200 public void setBounds(int left, int top, int right, int bottom) { method in class:Drawable
222 public void setBounds(@NonNull Rect bounds) { method in class:Drawable
223 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/base/core/java/android/widget/
H A DSearchView.java844 mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds);
1185 mSearchHintIcon.setBounds(0, 0, textSize, textSize);
1844 setBounds(targetBounds, actualBounds);
1848 public void setBounds(Rect desiredBounds, Rect actualBounds) { method in class:SearchView.UpdatableTouchDelegate
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java881 mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds);
1144 mSearchHintIcon.setBounds(0, 0, textSize, textSize);
1809 setBounds(targetBounds, actualBounds);
1813 public void setBounds(Rect desiredBounds, Rect actualBounds) { method in class:SearchView.UpdatableTouchDelegate
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java540 void setBounds(Rect bounds) { method in class:ActivityStack
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp63 void setBounds(float minX, float minY, float maxX, float maxY) { function in class:android::FakePointerController
2014 mFakePointerController->setBounds(1, 2, 800 - 1, 480 - 1);
2263 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
2439 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3718 public void setBounds(int left, int top, int right, int bottom) { method in class:PhoneStatusBar.FastColorDrawable
3722 public void setBounds(Rect bounds) { method in class:PhoneStatusBar.FastColorDrawable
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 344 milliseconds