[go: nahoru, domu]

Searched refs:elevation (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java121 // size calculation takes the shadow size into account. We set the elevation currently
740 // our shadow elevation.
2010 // element which owns the caption and has the elevation.
2102 * The elevation gets set for the first time and the framework needs to be informed that
2112 float elevation = 0;
2117 elevation = hasWindowFocus() ?
2124 elevation = DECOR_SHADOW_FOCUSED_HEIGHT_IN_DIP;
2126 // Convert the DP elevation into physical pixels.
2127 elevation = dipToPx(elevation);
[all...]
H A DPhoneWindow.java1344 final float elevation = a.getDimension(R.styleable.Window_windowElevation, 0);
1345 if (elevation != 0) {
1346 st.decorView.setElevation(elevation);
1429 public final void setElevation(float elevation) { argument
1430 mElevation = elevation;
1433 mDecor.setElevation(elevation);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java133 protected static final String KEY_ELEVATION = "shared_element:elevation";
444 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION);
445 view.setElevation(elevation);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp274 jobject clazz, jlong renderNodePtr, float elevation) {
275 return SET_AND_DIRTY(setElevation, elevation, RenderNode::Z);
273 android_view_RenderNode_setElevation(JNIEnv* env, jobject clazz, jlong renderNodePtr, float elevation) argument
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java515 * @deprecated target elevation is now deprecated. AppBarLayout's elevation is now
517 * elevation is set, either by this method or the {@code app:elevation} attibute,
518 * a new state list animator is created which uses the given {@code elevation} value.
523 public void setTargetElevation(float elevation) { argument
525 ViewUtilsLollipop.setDefaultAppBarLayoutStateListAnimator(this, elevation);
530 * @deprecated target elevation is now deprecated. AppBarLayout's elevation is now
1135 // Update the AppBarLayout's drawable state (for any elevation change
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp173 info.elevation = sv_status->sv_list[i].elevation;
747 elev[i] = info.elevation;
/frameworks/base/core/java/android/view/
H A DWindow.java1379 * Sets the window elevation.
1385 * @param elevation The window elevation.
1389 public void setElevation(float elevation) {} argument
1392 * Gets the window elevation.
H A DView.java4149 float elevation = 0;
4235 elevation = a.getDimensionPixelOffset(attr, 0);
4654 setElevation(elevation);
12691 * {@link #getElevation() elevation} property.
12703 * the x value passed in and the current {@link #getElevation() elevation} property.
12712 * The base elevation of this view relative to its parent, in pixels.
12722 * Sets the base elevation of this view, in pixels.
12726 public void setElevation(float elevation) { argument
12727 if (elevation != getElevation()) {
12729 mRenderNode.setElevation(elevation);
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java529 * @return the elevation for this popup window in pixels
538 * Specifies the elevation for this popup window.
540 * @param elevation the popup's elevation in pixels
544 public void setElevation(float elevation) { argument
545 mElevation = elevation;
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java184 /** Whether the drawer shadow comes from setting elevation on the drawer. */
407 * Sets the base elevation of the drawer(s) relative to the parent, in pixels. Note that the
408 * elevation change is only supported in API 21 and above.
410 * @param elevation The base depth position of the view, in pixels.
412 public void setDrawerElevation(float elevation) { argument
413 mDrawerElevation = elevation;
423 * The base elevation of the drawer(s) relative to the parent, in pixels. Note that the
424 * elevation change is only supported in API 21 and above. For unsupported API levels, 0 will
425 * be returned as the elevation.
450 * nonzero intrinsic width. For API 21 and above, an elevation wil
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1726 SLmillidegree elevation,
1779 SLmillidegree elevation,

Completed in 377 milliseconds

12