Searched defs:height (Results 326 - 350 of 763) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileBaseView.java98 private void updateRippleSize(int width, int height) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java92 int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount,
98 mHeight = height;
105 public float getMinStackScrollerPadding(int height, int keyguardStatusHeight) { argument
106 return mClockYFractionMin * height + keyguardStatusHeight / 2
91 setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount, int clockBottom, float dark) argument
H A DStatusBarIconController.java152 protected void onIconExternal(int viewIndex, int height) { argument
156 setHeightAndCenter(imageView, height);
168 private void setHeightAndCenter(ImageView imageView, int height) { argument
170 params.height = height;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DExpandableViewState.java89 public int height; field in class:ExpandableViewState
120 height = svs.height;
141 int height = expandableView.getActualHeight();
142 int newHeight = this.height;
144 // apply height
145 if (height != newHeight) {
190 // start height animation
191 if (this.height != expandableView.getActualHeight()) {
237 int newEndValue = this.height;
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java78 public void setSize(int width, int height) { argument
80 mHeight = height;
82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0;
112 // Returns the height rounded to the next power of 2.
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java72 void requestShowFillUi(AutofillId id, int width, int height, argument
217 public void requestShowFillUi(int width, int height,
220 mCallback.requestShowFillUi(focusedId, width, height, windowPresenter);
/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchingTaskPositioner.java95 int height = mAvailableRect.height();
97 mDefaultFreeformStartY = mAvailableRect.top + height / MARGIN_SIZE_DENOMINATOR;
99 mDefaultFreeformHeight = height / WINDOW_SIZE_DENOMINATOR;
101 mDefaultFreeformStepVertical = Math.max(height / STEP_DENOMINATOR, MINIMAL_STEP);
125 int height = getFinalHeight(windowLayout);
130 positionTopRight(task, tasks, width, height);
132 positionTopLeft(task, tasks, width, height);
136 positionBottomRight(task, tasks, width, height);
138 positionBottomLeft(task, tasks, width, height);
171 positionBottomLeft(TaskRecord task, ArrayList<TaskRecord> tasks, int width, int height) argument
178 positionBottomRight(TaskRecord task, ArrayList<TaskRecord> tasks, int width, int height) argument
185 positionTopLeft(TaskRecord task, ArrayList<TaskRecord> tasks, int width, int height) argument
192 positionTopRight(TaskRecord task, ArrayList<TaskRecord> tasks, int width, int height) argument
199 positionCenter(TaskRecord task, ArrayList<TaskRecord> tasks, int width, int height) argument
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java155 * The height of the display in its natural orientation, in pixels.
158 public int height; field in class:DisplayDeviceInfo
274 public void setAssumedDensityForExternalDisplay(int width, int height) { argument
275 densityDpi = Math.min(width, height) * DisplayMetrics.DENSITY_XHIGH / 1080;
306 || height != other.height
338 height = other.height;
366 sb.append(width).append(" x ").append(height);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteService.java95 String name, int width, int height,
99 ", width: " + width + ", height: " + height + ", maxPointers: " + maxPointers);
111 UinputBridge inputBridge = new UinputBridge(token, name, width, height, maxPointers);
264 int width, int height, int maxPointers) {
268 ", height: " + height + ", maxPointers: " + maxPointers);
273 mService.openInputBridgeInternalLocked(provider, token, name, width, height,
94 openInputBridgeInternalLocked(TvRemoteProviderProxy provider, IBinder token, String name, int width, int height, int maxPointers) argument
263 openInputBridge(TvRemoteProviderProxy provider, IBinder token, String name, int width, int height, int maxPointers) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp104 int32_t width, int32_t height, int32_t maxPointerId);
128 int32_t width, int32_t height, int32_t maxPointers) {
130 "max pointers %d.", name, width, height, maxPointers);
189 jint width, jint height, jint maxPointers) {
194 width, height, maxPointers);
127 open(const char* name, const char* uniqueId, int32_t width, int32_t height, int32_t maxPointers) argument
187 nativeOpen(JNIEnv* env, jclass clazz, jstring nameStr, jstring uniqueIdStr, jint width, jint height, jint maxPointers) argument
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java345 * The height of the camera video in pixels.
363 * @param height The height of the camera video (in pixels).
365 public CameraCapabilities(int width, int height) { argument
366 this(width, height, false, 1.0f);
374 * @param height The height of the camera video (in pixels).
379 public CameraCapabilities(int width, int height, boolean zoomSupported, float maxZoom) { argument
381 mHeight = height;
400 int height
[all...]
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java88 final int height = content.getInt();
91 && height >= 0 && height <= 4096
93 handleSinkAvailable(width, height, densityDpi);
109 private void handleSinkAvailable(int width, int height, int densityDpi) { argument
110 if (mSinkAvailable && mSinkWidth == width && mSinkHeight == height
116 + "width=" + width + ", height=" + height
120 mSinkHeight = height;
181 public VirtualDisplayThread(int width, int height, in argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp57 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) {
61 const int size = width * height;
68 for (int y = 0; y < height; y += 2) {
96 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) {
100 for (int i = 0; i < width * height; ++i) {
111 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) {
117 for (int i = 0; i < width * height; ++i) {
154 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) {
159 for (int i = 0; i < width * height; ++i) {
56 nativeYuv420pToRgba8888( JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) argument
95 nativeArgb8888ToRgba8888( JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) argument
110 nativeRgba8888ToHsva8888( JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) argument
153 nativeRgba8888ToYcbcra8888( JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java73 * @param height the height of the rectangle
76 public static Quad fromRect(float x, float y, float width, float height) { argument
79 new PointF(x, y + height),
80 new PointF(x + width, y + height));
84 * Return a Quad that spans the specified points and height.
86 * The returned Quad has the specified top-left and top-right points, and the specified height
91 * @param height the height of the quad
92 * @return Quad that spans the specified points and height
94 fromLineAndHeight(PointF topLeft, PointF topRight, float height) argument
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java181 public void onSurfaceChanged(GL10 glUnused, int width, int height) { argument
184 GLES20.glViewport(0, 0, width, height);
185 float ratio = (float) width / height;
H A DGLTextureViewActivity.java91 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { argument
111 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { argument
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java219 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { argument
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { argument
140 super.onSurfaceChanged(holder, format, width, height);
204 final int height = frame.height();
213 c.drawRect(0, 0, width, height, paint);
217 width-mMainInsets.right, height-mMainInsets.bottom, paint);
221 width - mStableInsets.right, height - mStableInsets.bottom,
229 int y = height - mStableInsets.bottom - mPadding - ascdesc;
230 c.drawText("Surface Size: " + width + " x " + height,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java35 public double height; field in class:RoundRectangle
58 * the height of each corner in the following order: upper-left, upper-right, lower-right,
60 * is that the width and height of a corner correspond to the total width and height of the
63 public RoundRectangle(float x, float y, float width, float height, float[] cornerDimensions) { argument
70 this.height = height;
89 scale = Math.min(scale, height / leftCornerHeight);
90 scale = Math.min(scale, height / rightCornerHeight);
119 return height;
189 isInsideCorner(double x, double y, double width, double height) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java258 public ConfigGenerator setScreenHeight(int height) { argument
259 mScreenHeight = height;
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java52 private FrameSequence(long nativeFrameSequence, int width, int height, argument
56 mHeight = height;
/frameworks/native/include/private/gui/
H A DLayerState.h148 uint32_t width, height; member in struct:android::DisplayState
/frameworks/native/include/ui/
H A DGraphicBuffer.h121 uint32_t width, uint32_t height,
127 uint32_t width, uint32_t height,
130 : GraphicBuffer(handle, method, width, height, format, layerCount,
142 uint32_t getHeight() const { return static_cast<uint32_t>(height); }
147 Rect getBounds() const { return Rect(width, height); }
224 HandleWrapMethod method, uint32_t width, uint32_t height,
126 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint32_t usage, uint32_t stride) argument
H A DRect.h78 // a valid rectangle has a non negative width and height
83 // an empty rect has a zero width or height, or is invalid
93 // rectangle's height
170 // the origin and extending to (width, height). If the transform includes
172 // (height, width). Otherwise the output rectangle is in the same space as
174 Rect transform(uint32_t xform, int32_t width, int32_t height) const;
181 inline int32_t height() const { return getHeight(); } function in class:android::Rect
/frameworks/native/libs/gui/
H A DConsumerBase.cpp212 status_t ConsumerBase::setDefaultBufferSize(uint32_t width, uint32_t height) { argument
218 return mConsumer->setDefaultBufferSize(width, height);

Completed in 497 milliseconds

<<11121314151617181920>>