Searched refs:bounds (Results 151 - 161 of 161) sorted by relevance

1234567

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java306 // First measure the bounds of a sample text.
822 // Fit bitmap to bounds.
1023 Rect bounds;
1025 bounds = chip.getBounds();
1026 if (getWidth() > 0 && bounds.right - bounds.left >
/frameworks/base/core/java/android/view/
H A DView.java444 * its current bounds.
476 * <li>If in the course of processing the event, the view's bounds may need
1685 * lie outside of this view's bounds.
3004 * Current clip bounds. to which all drawing of this view are constrained.
3085 * visible edges of this view its bounds.
4642 * Add a listener that will be called when the bounds of the view change due to
4645 * @param listener The listener that will be called when layout bounds change.
4660 * @param listener The listener for layout bounds change.
4968 * Populates <code>outRect</code> with the hotspot bounds. By default,
4969 * the hotspot bounds ar
[all...]
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java1535 private void getBoundsForVirtualView(int virtualViewId, Rect bounds) { argument
1567 bounds.set((int) (xCenter - radius), (int) (yCenter - radius),
H A DAbsListView.java167 * Indicates the view is being flung outside of normal content bounds
772 * itself to modify the bounds of the selection shown for that item.
776 * Called to allow the list item to adjust the bounds shown for
779 * @param bounds On call, this contains the bounds the list has
780 * selected for the item (that is the bounds of the entire view). The
783 public void adjustListItemSelectionBounds(Rect bounds); argument
2523 final Rect bounds = mSelectorRect;
2524 final float x = bounds.exactCenterX();
2525 final float y = bounds
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp657 Rect bounds(drv->wndBuffer->width, drv->wndBuffer->height);
662 bounds, &dst);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java3406 // TODO: Update the bounds.
3414 mWindowManager.getStackBounds(stack.mStackId, info.bounds);
4050 void getBounds(Point bounds) { argument
4052 bounds.x = mDisplayInfo.appWidth;
4053 bounds.y = mDisplayInfo.appHeight;
H A DActivityManagerService.java8698 public void resizeStack(int stackBoxId, Rect bounds) { argument
8703 mWindowManager.resizeStack(stackBoxId, bounds);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java137 public void resizeStack(int stackId, Rect bounds) throws RemoteException; argument
/frameworks/native/opengl/libagl/
H A Darray.cpp334 this->bounds = count;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5247 public void resizeStack(int stackId, Rect bounds) { argument
5254 if (stack.setBounds(bounds)) {
5262 public void getStackBounds(int stackId, Rect bounds) { argument
5265 stack.getBounds(bounds);
5268 bounds.setEmpty();
6176 // Don't include wallpaper in bounds calculation
8258 // Set some sort of reasonable bounds on the size of the display that we
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3502 public void setBounds(Rect bounds) { argument

Completed in 444 milliseconds

1234567