HomeSort by relevance Sort by last modified time
    Searched defs:elevation (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
array_util.h 87 // elevation: zero is horizontal, with positive angles in radians upwards.
91 SphericalPoint(T azimuth, T elevation, T radius) {
93 s[1] = elevation;
97 T elevation() const { return s[1]; } function in struct:webrtc::SphericalPoint
  /packages/apps/Launcher3/src/com/android/launcher3/anim/
RevealOutlineAnimation.java 26 /** Returns whether elevation should be removed for the duration of the reveal animation. */
34 final float elevation = revealView.getElevation(); local
47 revealView.setTranslationZ(-elevation);
  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchUIUtilImpl.java 56 final float elevation = child.getElevation(); local
57 if (elevation > max) {
58 max = elevation;
  /frameworks/support/cardview/src/main/java/androidx/cardview/widget/
CardViewApi21Impl.java 30 ColorStateList backgroundColor, float radius, float elevation, float maxElevation) {
36 view.setElevation(elevation);
77 public void setElevation(CardViewDelegate cardView, float elevation) {
78 cardView.getCardView().setElevation(elevation);
92 float elevation = getMaxElevation(cardView); local
95 .calculateHorizontalPadding(elevation, radius, cardView.getPreventCornerOverlap()));
97 .calculateVerticalPadding(elevation, radius, cardView.getPreventCornerOverlap()));
CardView.java 39 * CardView uses <code>elevation</code> property on Lollipop for shadows and falls back to a
61 * To change CardView's elevation in a backward compatible way, use
62 * {@link #setCardElevation(float)}. CardView will use elevation API on Lollipop and before
64 * shadow size is clamped by {@link #getMaxCardElevation()}. If you want to change elevation
142 float elevation = a.getDimension(R.styleable.CardView_cardElevation, 0); local
155 if (elevation > maxElevation) {
156 maxElevation = elevation;
163 elevation, maxElevation);
368 * Updates the backward compatible elevation of the CardView.
370 * @param elevation The backward compatible elevation in pixels
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ItemTouchUIUtilImpl.java 60 final float elevation = ViewCompat.getElevation(child); local
61 if (elevation > max) {
62 max = elevation;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowRenderNode.java 14 private float elevation; field in class:ShadowRenderNode
63 elevation = lift;
69 return elevation;
  /frameworks/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java 68 float elevation = getElevation(child, parent); local
70 RectShadowPainter.paintShadow(outline, elevation, canvas, child.getAlpha());
75 shadow = getPathShadow(outline, canvas, elevation, child.getAlpha());
85 newBounds.inset((int)-elevation, (int)-elevation);
95 private static BufferedImage getPathShadow(Outline outline, Canvas canvas, float elevation,
106 return ShadowPainter.createDropShadow(image, (int) elevation, alpha);
  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
ViewGroupItemVerticalExplodeAnimation.java 139 final int elevation = resources.getDimensionPixelSize( local
161 ViewCompat.setElevation(expandLayer, elevation);
171 ViewCompat.setElevation(mSnapshot, elevation);
  /frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
WearableDrawerView.java 472 int elevation = typedArray local
475 setElevation(elevation);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
ToolbarActionBar.java 135 public void setElevation(float elevation) {
136 ViewCompat.setElevation(mDecorToolbar.getViewGroup(), elevation); local
WindowDecorActionBar.java 229 final int elevation = a.getDimensionPixelSize(R.styleable.ActionBar_elevation, 0); local
230 if (elevation != 0) {
231 setElevation(elevation);
248 public void setElevation(float elevation) {
249 ViewCompat.setElevation(mContainerView, elevation);
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 503 Property elevation = new Property( external variable declarations
505 builder.put("elevation", elevation);
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewTest.java 655 public void elevation() { method in class:ShadowViewTest
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 137 protected static final String KEY_ELEVATION = "shared_element:elevation";
510 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION); local
511 view.setElevation(elevation);
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 841 * Per-satellite elevation.
844 public final float[] elevation; field in class:CarSensorEvent.GpsSatelliteData
849 boolean[] usedInFix, int[] prn, float[] snr, float[] azimuth, float[] elevation) {
885 float[] elevation = null; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 229 final int elevation = a.getDimensionPixelSize(R.styleable.ActionBar_elevation, 0); local
230 if (elevation != 0) {
231 setElevation(elevation);
248 public void setElevation(float elevation) {
249 mContainerView.setElevation(elevation);
251 mSplitView.setElevation(elevation);
    [all...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 2116 float elevation = node.getElevation(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 1364 final float elevation = a.getDimension(R.styleable.Window_windowElevation, 0); local
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 386 /** Elevation of SV in degrees. */
387 float elevation; member in struct:__anon48181
426 /** Elevation of SV in degrees. */
427 float elevation; member in struct:__anon48182
    [all...]
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_gps.h 575 /** Elevation of SV in degrees. */
576 float elevation; member in struct:__anon50546
615 /** Elevation of SV in degrees. */
616 float elevation; member in struct:__anon50547
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 503 float elevation; // elevation of SV (in degrees) member in struct:__anon50834
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_gps.h 571 /** Elevation of SV in degrees. */
572 float elevation; member in struct:__anon50888
611 /** Elevation of SV in degrees. */
612 float elevation; member in struct:__anon50889
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 145 float elevation; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 139 float elevation; member in struct:rpc_loc_sv_info_s_type
    [all...]

Completed in 3696 milliseconds

1 2 3 4 5 6 7 8