Searched defs:getWidth (Results 76 - 83 of 83) sorted by relevance

1234

/frameworks/base/libs/hwui/
H A DRenderProperties.h511 int getWidth() const { function in class:android::uirenderer::RenderProperties
551 outRect->set(0, 0, getWidth(), getHeight());
/frameworks/native/opengl/libagl/
H A Degl.cpp161 virtual EGLint getWidth() const = 0;
231 virtual EGLint getWidth() const { return width; } function in struct:android::egl_window_surface_v2_t
666 virtual EGLint getWidth() const { return nativePixmap.width; } function in struct:android::egl_pixmap_surface_t
736 virtual EGLint getWidth() const { return pbuffer.width; } function in struct:android::egl_pbuffer_surface_t
1638 *value = surface->getWidth();
1784 w = d->getWidth();
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java465 public int getWidth() { method in class:AssistStructure.WindowNode
786 public int getWidth() { method in class:AssistStructure.ViewNode
1356 + " " + node.getWidth() + "x" + node.getHeight() + "]" + " " + node.getTitle());
1363 + " " + node.getWidth() + "x" + node.getHeight() + "]" + " " + node.getClassName());
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java234 public int getWidth() { method in class:Canvas
1374 right = bitmap.getWidth();
1421 right = bitmap.getWidth();
1947 if (picture.getWidth() > 0 && picture.getHeight() > 0) {
1948 scale(dst.width() / picture.getWidth(), dst.height() / picture.getHeight());
1960 if (picture.getWidth() > 0 && picture.getHeight() > 0) {
1961 scale((float) dst.width() / picture.getWidth(),
/frameworks/base/media/java/android/media/
H A DMediaCodec.java3445 public int getWidth() { method in class:MediaCodec.MediaImage
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1949 if (mLeftGlow.onPull(-overscrollX / getWidth(), 1f - y / getHeight())) {
1954 if (mRightGlow.onPull(overscrollX / getWidth(), y / getHeight())) {
1961 if (mTopGlow.onPull(-overscrollY / getHeight(), x / getWidth())) {
1966 if (mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth())) {
2211 mTempRect.set(0, 0, focused.getWidth(), focused.getHeight());
2212 mTempRect2.set(0, 0, next.getWidth(), next.getHeight());
2239 mTempRect.set(0, 0, focused.getWidth(), focused.getHeight());
3070 } else if (mAdapterHelper.hasUpdates() || mLayout.getWidth() != getWidth() ||
3570 final int width = getWidth();
7428 public int getWidth() { method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DView.java348 * is similar to the following computation: <code>getLeft() + getWidth()</code>
373 * {@link #getWidth()} and {@link #getHeight()}.
6584 position.right = Math.min(position.right, parentView.getWidth());
10530 final float x = getWidth() / 2f;
11025 final int width = getWidth();
11696 public final int getWidth() { method in class:View
11713 * getWidth(), and getHeight(). These bounds do not account for any
11742 * {@link #getWidth()} to see how wide a view is after layout.
13025 tmpRect.set(0, 0, getWidth(), getHeight());
14491 return getWidth();
[all...]
/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 306 milliseconds

1234