OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBounds
(Results
251 - 275
of
486
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
135
inline const SkRect&
getBounds
() const { return mBounds; }
/frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java
205
final Rect bounds =
getBounds
();
InsetDrawable.java
225
onBoundsChange(
getBounds
());
/frameworks/base/libs/hwui/
Layer.h
71
const android::Rect& bounds = region.
getBounds
();
Snapshot.cpp
87
const SkIRect& bounds = clipRegion->
getBounds
();
/frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java
171
mOldBounds.set(icon.
getBounds
());
/libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java
161
assertEquals(Arrays.<Type>asList(bounds), Arrays.asList(actual.
getBounds
()));
/packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java
113
mIndicator.setBounds(getDrawable().
getBounds
());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java
166
public Rect
getBounds
() {
/packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java
157
sOldBounds.set(icon.
getBounds
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java
83
Rect bounds = mGrid.layout.
getBounds
();
281
if (columnX > mGrid.layout.
getBounds
().x) {
325
if (rowY > mGrid.layout.
getBounds
().y) {
475
Rect bounds = element.
getBounds
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java
69
Rect targetBounds = match.edge.node.
getBounds
();
97
Rect sourceBounds = sourceNode.
getBounds
();
98
Rect targetBounds = targetNode.
getBounds
();
127
Rect bounds = node.
getBounds
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java
134
Rectangle bounds = combo.
getBounds
();
DeviceMenuListener.java
192
Rectangle bounds = combo.
getBounds
();
OrientationMenuAction.java
88
Rectangle bounds = combo.
getBounds
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java
127
Rectangle rect = mCanvas.
getBounds
();
SelectionOverlay.java
196
Rect r = selectedNode.
getBounds
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java
74
assertEquals(new Rect(10, 5, 60, 40), e.
getBounds
());
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
429
SkRect clipBounds = SkRect::Make(clipRegion.
getBounds
());
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
429
SkRect clipBounds = SkRect::Make(clipRegion.
getBounds
());
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkDraw.cpp
152
SkIRect devBounds = fRC->
getBounds
();
346
const SkIRect& r = rec.fClip->
getBounds
();
361
const SkIRect& r = rec.fRC->
getBounds
();
382
const SkIRect& r = rec.fRC->
getBounds
();
698
SkRect cullRect = SkRect::Make(fRC->
getBounds
());
[
all
...]
/external/skia/src/core/
SkDraw.cpp
152
SkIRect devBounds = fRC->
getBounds
();
346
const SkIRect& r = rec.fClip->
getBounds
();
361
const SkIRect& r = rec.fRC->
getBounds
();
382
const SkIRect& r = rec.fRC->
getBounds
();
698
SkRect cullRect = SkRect::Make(fRC->
getBounds
());
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
326
Rect r = mockDrawable.
getBounds
();
333
r = mockDrawable.
getBounds
();
/external/chromium_org/chrome/renderer/resources/extensions/
app_window_custom_bindings.js
116
AppWindow.prototype.
getBounds
= function() {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp
87
return m_path.
getBounds
();
97
return boundingPath.
getBounds
();
Completed in 928 milliseconds
<<
11
12
13
14
15
16
17
18
19
20