Searched defs:getWidth (Results 1 - 25 of 91) sorted by last modified time

1234

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java49 public int getWidth() { method in class:Card
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java49 public int getWidth() { method in class:Card
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java527 public int getWidth() { method in class:ListPopupWindow
662 widthSpec = getAnchorView().getWidth();
698 widthSpec = getAnchorView().getWidth();
1376 (x >= 0 && x < mPopup.getWidth() && y >= 0 && y < mPopup.getHeight())) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2188 EdgeEffectCompat.onPull(mLeftGlow, -overscrollX / getWidth(), 1f - y / getHeight());
2192 EdgeEffectCompat.onPull(mRightGlow, overscrollX / getWidth(), y / getHeight());
2198 EdgeEffectCompat.onPull(mTopGlow, -overscrollY / getHeight(), x / getWidth());
2202 EdgeEffectCompat.onPull(mBottomGlow, overscrollY / getHeight(), 1f - x / getWidth());
2483 mTempRect.set(0, 0, focused.getWidth(), focused.getHeight());
2484 mTempRect2.set(0, 0, next.getWidth(), next.getHeight());
2528 mTempRect.set(0, 0, rectView.getWidth(), rectView.getHeight());
3409 } else if (mAdapterHelper.hasUpdates() || mLayout.getWidth() != getWidth()
4012 final int width = getWidth();
8369 public int getWidth() { method in class:RecyclerView.LayoutManager
[all...]
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiMetadata.java146 public short getWidth() { method in class:EmojiMetadata
H A DEmojiSpan.java83 mWidth = (short) (mMetadata.getWidth() * mRatio);
109 final int getWidth() { method in class:EmojiSpan
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java102 public int getWidth() { method in class:RsYuv
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DPortableFloatMap.java94 int getWidth() { return mWidth; } method in class:PortableFloatMap
H A DRGBZ.java153 public int getWidth() { method in class:RGBZ
154 return bitmap.getWidth();
172 if (x < 0 || x > depthBitmap.getWidth() ||
194 int w = orig.getWidth();
/frameworks/rs/
H A DrsContext.h183 uint32_t getWidth() const {return mWidth;} function in class:android::renderscript::Context
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h63 uint32_t getWidth() const { return mWidth; } function in class:android::renderscript::rsov::RSoVAllocation
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DIconInfo.java37 public int getWidth() { method in class:IconInfo
/frameworks/native/include/ui/
H A DFloatRect.h27 float getWidth() const { return right - left; } function in class:android::FloatRect
H A DGraphicBuffer.h141 uint32_t getWidth() const { return static_cast<uint32_t>(width); } function in class:android::GraphicBuffer
H A DRect.h80 return (getWidth() >= 0) && (getHeight() >= 0);
85 return (getWidth() <= 0) || (getHeight() <= 0);
89 inline int32_t getWidth() const { function in class:android::Rect
180 inline int32_t width() const { return getWidth(); }
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1063 uint32_t ScreenshotClient::getWidth() const { function in class:android::ScreenshotClient
/frameworks/native/opengl/libagl/
H A Degl.cpp163 virtual EGLint getWidth() const = 0;
233 virtual EGLint getWidth() const { return width; } function in struct:android::egl_window_surface_v2_t
657 virtual EGLint getWidth() const { return nativePixmap.width; } function in struct:android::egl_pixmap_surface_t
727 virtual EGLint getWidth() const { return pbuffer.width; } function in struct:android::egl_pbuffer_surface_t
1651 *value = surface->getWidth();
1797 w = d->getWidth();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp214 int DisplayDevice::getWidth() const { function in class:DisplayDevice
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h194 int32_t getWidth() const { return mWidth; } function in class:HWC2::Display::Config
H A DHWComposer_hwc1.cpp499 uint32_t HWComposer::getWidth(int disp) const { function in class:android::HWComposer
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp71 size_t Texture::getWidth() const { function in class:android::Texture
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.h32 virtual int getWidth() const { function in class:FrameSequence_gif
H A DFrameSequence_webp.h34 virtual int getWidth() const { function in class:FrameSequence_webp
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java36 public int getWidth() { return mWidth; } method in class:FrameSequence
/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 394 milliseconds

1234