HomeSort by relevance Sort by last modified time
    Searched full:elevation (Results 251 - 275 of 641) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/current/support/v17/leanback/res/layout/
lb_details_overview.xml 37 android:elevation="@dimen/lb_details_overview_z"
lb_fullwidth_details_overview.xml 38 android:elevation="@dimen/lb_details_overview_z"
  /frameworks/base/docs/html-intl/intl/es/training/material/
get-started.jd 99 <code>android:elevation</code> en tus diseños:</p>
108 android:elevation="5dp" />
  /frameworks/base/docs/html-intl/intl/in/training/material/
get-started.jd 99 atribut <code>android:elevation</code> dalam layout:</p>
108 android:elevation="5dp" />
  /frameworks/base/docs/html-intl/intl/pt-br/training/material/
get-started.jd 99 <code>android:elevation</code> nos layouts:</p>
108 android:elevation="5dp" />
  /frameworks/support/compat/api21/android/support/v4/view/
ViewCompatLollipop.java 48 public static void setElevation(View view, float elevation) {
49 view.setElevation(elevation);
  /packages/apps/Launcher3/res/values/
dimens.xml 142 <!-- Elevation for the drag view. It should be larger than elevation of all other drag sources
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java 532 * @deprecated target elevation is now deprecated. AppBarLayout's elevation is now
534 * elevation is set, either by this method or the {@code app:elevation} attribute,
535 * a new state list animator is created which uses the given {@code elevation} value.
540 public void setTargetElevation(float elevation) {
542 ViewUtilsLollipop.setDefaultAppBarLayoutStateListAnimator(this, elevation);
547 * @deprecated target elevation is now deprecated. AppBarLayout's elevation is now
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java     [all...]
  /frameworks/base/location/java/android/location/
GpsMeasurement.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 121 // size calculation takes the shadow size into account. We set the elevation currently
742 // our shadow elevation.
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Virtualizer.java 209 byte[] result = new byte[nbChannels * 4/*int to byte*/ * 3/*for mask, azimuth, elevation*/];
229 // write the elevation
380 * Queries the virtual speaker angles (azimuth and elevation) for a combination of a channel
384 * definition of each virtual speaker and its azimuth and elevation angles relative to the
400 * <li>the element at index <code>3*i+2</code> contains its corresponding elevation angle
  /frameworks/support/core-ui/java/android/support/v4/widget/
DrawerLayout.java 183 /** Whether the drawer shadow comes from setting elevation on the drawer. */
414 * Sets the base elevation of the drawer(s) relative to the parent, in pixels. Note that the
415 * elevation change is only supported in API 21 and above.
417 * @param elevation The base depth position of the view, in pixels.
419 public void setDrawerElevation(float elevation) {
420 mDrawerElevation = elevation;
430 * The base elevation of the drawer(s) relative to the parent, in pixels. Note that the
431 * elevation change is only supported in API 21 and above. For unsupported API levels, 0 will
432 * be returned as the elevation.
457 * nonzero intrinsic width. For API 21 and above, an elevation will be set on the drawe
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 232 final int elevation = a.getDimensionPixelSize(R.styleable.ActionBar_elevation, 0); local
233 if (elevation != 0) {
234 setElevation(elevation);
251 public void setElevation(float elevation) {
252 mContainerView.setElevation(elevation);
254 mSplitView.setElevation(elevation);
    [all...]
ToolbarActionBar.java 139 public void setElevation(float elevation) {
140 mDecorToolbar.getViewGroup().setElevation(elevation);
  /frameworks/support/design/res/values/
attrs.xml 35 <!-- Elevation value for the FAB -->
36 <attr name="elevation"/>
58 <attr name="elevation"/>
276 <attr name="elevation"/>
281 <!-- Deprecated. Elevation is now controlled via a state list animator. -->
282 <attr name="elevation" />
  /prebuilts/sdk/current/support/design/res/values/
attrs.xml 35 <!-- Elevation value for the FAB -->
36 <attr name="elevation"/>
58 <attr name="elevation"/>
276 <attr name="elevation"/>
281 <!-- Deprecated. Elevation is now controlled via a state list animator. -->
282 <attr name="elevation" />
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 807 * Returns the visual elevation of the view, used for shadowing and other visual
1386 float elevation = node.getElevation(); local
    [all...]
  /frameworks/base/core/java/android/view/
ViewStructure.java 60 * Set the visual elevation (shadow) of the view, as per
65 public abstract void setElevation(float elevation);
  /frameworks/base/docs/html-intl/intl/vi/training/material/
get-started.jd 99 <code>android:elevation</code> trong b? trí c?a b?n:</p>
108 android:elevation="5dp" />
  /frameworks/support/samples/Support7Demos/res/values/
strings.xml 158 <string name="card_view_elevation">Elevation</string>
159 <string name="card_view_max_elevation">Max Elevation</string>
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/res/layout/
activity_main.xml 44 android:elevation="4dp"
  /developers/samples/android/security/FingerprintDialog/Application/src/main/res/layout/
activity_main.xml 44 android:elevation="4dp"
  /development/samples/browseable/FingerprintDialog/res/layout/
activity_main.xml 44 android:elevation="4dp"
  /external/ImageMagick/ImageMagick/api/
effect.html 540 <p>ShadeImage() shines a distant light on an image to create a three-dimensional effect. You control the positioning of the light with azimuth and elevation; azimuth is measured in degrees off the x axis and elevation is measured in pixels above the Z axis.</p>
546 const double azimuth,const double elevation,ExceptionInfo *exception)
564 <dt>azimuth, elevation</dt>

Completed in 659 milliseconds

<<11121314151617181920>>