Searched defs:scale (Results 101 - 113 of 113) sorted by relevance

12345

/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java230 * @param scale Set to true if there is no view at a higher z-order than
238 public void setProgressViewOffset(boolean scale, int start, int end) { argument
239 mScale = scale;
253 * @param scale Set to true if there is no view at a higher z-order than
259 public void setProgressViewEndTarget(boolean scale, int end) { argument
261 mScale = scale;
364 * Pre API 11, alpha is used to make the progress circle appear instead of scale.
378 // scale and show
398 // Pre API 11, alpha is used in place of scale up to show the
465 // Pre API 11, alpha is used in place of scale
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java561 * although it is not a linear scale. This value is of limited use.
1492 private static native void nativeScale(long nativePtr, float scale); argument
1788 * Applies a scale factor to all points within this event.
1793 * are also affected by the scale factor.
1795 * @param scale The scale factor to apply.
1798 public final void scale(float scale) { argument
1799 if (scale != 1.0f) {
1800 nativeScale(mNativePtr, scale);
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java364 * Subsequent calls to translate,scale,rotate,skew,concat or clipRect,
382 * Subsequent calls to translate,scale,rotate,skew,concat or clipRect,
562 * Preconcat the current matrix with the specified scale.
564 * @param sx The amount to scale in X
565 * @param sy The amount to scale in Y
567 public void scale(float sx, float sy) { method in class:Canvas
572 * Preconcat the current matrix with the specified scale.
574 * @param sx The amount to scale in X
575 * @param sy The amount to scale in Y
576 * @param px The x-coord for the pivot point (unchanged by the scale)
579 public final void scale(float sx, float sy, float px, float py) { method in class:Canvas
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2012 * Input is a non-perspective, scaling transform. Generate a scale-only transform,
2048 void OpenGLRenderer::scale(float sx, float sy) { function in class:android::uirenderer::OpenGLRenderer
2049 mState.scale(sx, sy);
2135 // matrix needs to take the scale factor into account.
2137 // the mesh is generated with the inverse transform (in the case of scale,
2138 // the mesh is generated at 1.0 / scale for instance.) This allows us to
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java476 private void updateClock(float alpha, float scale) { argument
480 mKeyguardStatusView.setScaleX(scale);
481 mKeyguardStatusView.setScaleY(scale);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java779 * magnification is not enabled (e.g. scale is 1)
780 * @param scale the new scale
785 float scale, float centerX, float centerY) {
787 notifyMagnificationChangedLocked(region, scale, centerX, centerY);
972 float scale, float centerX, float centerY) {
976 service.notifyMagnificationChangedLocked(region, scale, centerX, centerY);
2962 public boolean setMagnificationScaleAndCenter(float scale, float centerX, float centerY, argument
2979 .setScaleAndCenter(scale, centerX, centerY, animate, mId);
3228 float scale, floa
784 notifyMagnificationChanged(@onNull Region region, float scale, float centerX, float centerY) argument
971 notifyMagnificationChangedLocked(@onNull Region region, float scale, float centerX, float centerY) argument
3227 notifyMagnificationChangedLocked(@onNull Region region, float scale, float centerX, float centerY) argument
3241 notifyMagnificationChangedInternal(@onNull Region region, float scale, float centerX, float centerY) argument
3452 notifyMagnificationChangedLocked(@onNull Region region, float scale, float centerX, float centerY) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4821 * Sets a scale factor for the fling velocity. The initial scale
4824 * @param scale The scale factor to multiply the velocity by.
4826 public void setVelocityScale(float scale) { argument
4827 mVelocityScale = scale;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2394 // pick a density bucket and potentially scale it.
2396 // because the system will scale it. Scaling down
2632 // density always matches - we can scale it. See isBetterThan
4800 float scale; member in struct:android::unit_entry
4838 *outScale = cur->scale;
4977 float scale; local
4978 if (parse_unit(end, outValue, &scale, &end)) {
4979 f *= scale;
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java402 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale); argument
1853 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale) { argument
/frameworks/native/services/inputflinger/
H A DInputReader.cpp807 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
808 mConfig.pointerVelocityControlParameters.scale,
814 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
815 mConfig.wheelVelocityControlParameters.scale,
3760 out.haveSizeScale = in.tryGetProperty(String8("touch.size.scale"),
3783 out.havePressureScale = in.tryGetProperty(String8("touch.pressure.scale"),
3816 out.haveDistanceScale = in.tryGetProperty(String8("touch.distance.scale"),
3901 dump.appendFormat(INDENT4 "touch.size.scale: %0.3f\n",
3931 dump.appendFormat(INDENT4 "touch.pressure.scale: %0.3f\n",
3963 dump.appendFormat(INDENT4 "touch.distance.scale
4794 float scale = 1.0f + confidence / 16.0f; local
[all...]
H A DInputReader.h226 // to execute a scale gesture or similar.
1968 float scale; // scale factor from raw to normalized values member in struct:android::JoystickInputMapper::Axis
1970 float highScale; // scale factor from raw to normalized values of high split
1986 bool explicitlyMapped, float scale, float offset,
1992 this->scale = scale;
1985 initialize(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, bool explicitlyMapped, float scale, float offset, float highScale, float highOffset, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java341 // Enums for animation scale update types.
1011 // Get persisted window scale setting
2635 w.mGivenContentInsets.scale(w.mGlobalScale);
2636 w.mGivenVisibleInsets.scale(w.mGlobalScale);
2637 w.mGivenTouchableRegion.scale(w.mGlobalScale);
3689 // disregarding font scale, which should remain set to
5499 static float fixScale(float scale) { argument
5500 if (scale < 0) scale = 0;
5501 else if (scale > 2
5506 setAnimationScale(int which, float scale) argument
5547 setAnimatorDurationScale(float scale) argument
[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 465 milliseconds

12345