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

1234

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java524 public int getWidth() { method in class:ListPopupWindow
647 widthSpec = getAnchorView().getWidth();
683 widthSpec = getAnchorView().getWidth();
1330 (x >= 0 && x < mPopup.getWidth() && y >= 0 && y < mPopup.getHeight())) {
/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/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java102 public int getWidth() { method in class:RsYuv
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRGBZ.java86 public int getWidth() { method in class:RGBZ
87 return bitmap.getWidth();
105 if (x < 0 || x > depthBitmap.getWidth() ||
127 int w = orig.getWidth();
/frameworks/rs/
H A DrsContext.h193 uint32_t getWidth() const {return mWidth;} function in class:android::renderscript::Context
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DIconInfo.java35 public int getWidth() { method in class:IconInfo
/frameworks/native/include/ui/
H A DGraphicBuffer.h89 uint32_t getWidth() const { return static_cast<uint32_t>(width); } function in class:android::GraphicBuffer
H A DRect.h81 return (getWidth() >= 0) && (getHeight() >= 0);
86 return (getWidth() <= 0) || (getHeight() <= 0);
90 inline int32_t getWidth() const { function in class:android::Rect
182 inline int32_t width() const { return getWidth(); }
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp878 uint32_t ScreenshotClient::getWidth() const { function in class:android::ScreenshotClient
/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/native/services/surfaceflinger/
H A DDisplayDevice.cpp195 int DisplayDevice::getWidth() const { function in class:DisplayDevice
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFloatRect.h38 inline float getWidth() const { return right - left; } function in class:android::FloatRect
H A DHWC2.h254 int32_t getWidth() const { return mWidth; } function in class:HWC2::Display::Config
H A DHWComposer_hwc1.cpp497 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/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. ...
/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/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java485 float getWidth() { method in class:WindowSurfaceController
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java431 dest.writeInt(getWidth());
440 public int getWidth() { method in class:VideoProfile.CameraCapabilities
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer2D.java21 public int getWidth() { method in class:FrameBuffer2D
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java115 public double getWidth() { method in class:RoundRectangle
150 double x1 = x0 + getWidth();
217 double x1 = x0 + getWidth();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java84 int navButtonWidth = getWidth(sw);
116 private static int getWidth(float sw) { method in class:NavigationBar
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DIconInfo.java34 public int getWidth() { method in class:IconInfo

Completed in 2186 milliseconds

1234