Searched defs:bounds (Results 151 - 159 of 159) sorted by relevance

1234567

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1236 // Intersect with the bounds of the window to skip
1828 // If the activity was just relaunched, it might have unfrozen the task bounds (while
1830 // bounds.
2931 final Rect bounds = mAttachInfo.mTmpInvalRect;
2932 final boolean hasFocus = getAccessibilityFocusedRect(bounds);
2934 bounds.setEmpty();
2936 if (!bounds.equals(drawable.getBounds())) {
3130 final Rect bounds = mAttachInfo.mTmpInvalRect;
3131 if (getAccessibilityFocusedRect(bounds)) {
3134 drawable.setBounds(bounds);
3142 getAccessibilityFocusedRect(Rect bounds) argument
[all...]
H A DView.java469 * its current bounds.
501 * <li>If in the course of processing the event, the view's bounds may need
2140 * lie outside of this view's bounds.
3781 * Current clip bounds. to which all drawing of this view are constrained.
3862 * visible edges of this view its bounds.
5854 final Rect bounds = mScrollCache.mScrollBarBounds;
5856 getVerticalScrollBarBounds(bounds, touchBounds);
5860 final int thumbLength = ScrollBarUtils.getThumbLength(bounds.height(), bounds.width(),
5862 final int thumbOffset = ScrollBarUtils.getThumbOffset(bounds
16605 getVerticalScrollBarBounds(@ullable Rect bounds, @Nullable Rect touchBounds) argument
16613 getRoundVerticalScrollBarBounds(Rect bounds) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java1727 * within the layout bounds by using the default auto-size configuration.
1774 * within the layout bounds. If all the configuration params are valid the type of auto-size is
1823 * within the layout bounds. If at least one value from the <code>presetSizes</code> is valid
2878 * The Drawables' bounds will be set to their intrinsic bounds.
2906 * Drawable there. The Drawables' bounds will be set to their intrinsic
2907 * bounds.
3082 * Drawables' bounds will be set to their intrinsic bounds.
3111 * there. The Drawables' bounds wil
6967 getLineBounds(int line, Rect bounds) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3984 public void setBounds(Rect bounds) { argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2833 public void setDockedStackCreateState(int mode, Rect bounds) { argument
2835 setDockedStackCreateStateLocked(mode, bounds);
2839 void setDockedStackCreateStateLocked(int mode, Rect bounds) { argument
2841 mDockedStackCreateBounds = bounds;
2851 public void getStackBounds(int stackId, Rect bounds) { argument
2855 stack.getBounds(bounds);
2858 bounds.setEmpty();
5365 // Set some sort of reasonable bounds on the size of the display that we
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7938 // Adjust the source bounds by the insets for the transition down
9694 rti.bounds = new Rect(tr.mBounds);
10012 public void resizeTask(int taskId, Rect bounds, int resizeMode) { argument
10023 // the requested bounds.
10025 // - a null bounds on a freeform task moves that task to fullscreen
10026 // - a non-null bounds on a non-freeform (fullscreen OR docked) task moves
10033 if (bounds == null && stackId == FREEFORM_WORKSPACE_STACK_ID) {
10035 } else if (bounds != null && stackId != FREEFORM_WORKSPACE_STACK_ID ) {
10048 // After reparenting (which only resizes the task to the stack bounds), resize the
10049 // task to the actual bounds provide
10586 moveTopActivityToPinnedStack(int stackId, Rect bounds) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5093 milliseconds

1234567