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

12 3 4 5 6 7 8 91011>>

  /packages/apps/EmergencyInfo/res/layout/
tabs.xml 18 android:elevation="@dimen/tab_elevation"
27 android:elevation="@dimen/tab_elevation" />
  /packages/apps/Launcher3/src/com/android/launcher3/util/
UiThreadCircularReveal.java 27 final float elevation = v.getElevation(); local
33 revealView.setTranslationZ(-elevation);
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 38 /* The current elevation of the floating view. */
41 /* The step in elevation when changing the Z value */
74 is being modified, not the elevation. */
89 Log.d(TAG, String.format(Locale.US, "Elevation: %.1f", mElevation));
103 Log.d(TAG, String.format(Locale.US, "Elevation: %.1f", mElevation));
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 38 /* The current elevation of the floating view. */
41 /* The step in elevation when changing the Z value */
74 is being modified, not the elevation. */
89 Log.d(TAG, String.format(Locale.US, "Elevation: %.1f", mElevation));
103 Log.d(TAG, String.format(Locale.US, "Elevation: %.1f", mElevation));
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
ElevationDragFragment.java 38 /* The current elevation of the floating view. */
41 /* The step in elevation when changing the Z value */
74 is being modified, not the elevation. */
89 Log.d(TAG, String.format(Locale.US, "Elevation: %.1f", mElevation));
103 Log.d(TAG, String.format(Locale.US, "Elevation: %.1f", mElevation));
  /frameworks/base/docs/html-intl/intl/ko/training/material/
shadows-clipping.jd 9 <li><a href="#Elevation">?? ????? ??</a></li>
39 <h2 id="Elevation">?? ????? ??</h2>
48 <p><code>Z = elevation + translationZ</code></p>
53 <p>???? ???? ?? ?????? ????? <code>android:elevation</code>
86 android:elevation="2dp"
  /frameworks/base/docs/html-intl/intl/ru/training/material/
shadows-clipping.jd 9 <li><a href="#Elevation">????????? ?????? ?????????????</a></li>
39 <h2 id="Elevation">????????? ?????? ?????????????</h2>
48 <p><code>Z = elevation + translationZ</code></p>
53 <p>????? ?????????? ?????? ????????????? ? ??????????? ??????, ??????????? ??????? <code>android:elevation</code>
86 android:elevation="2dp"
  /frameworks/base/docs/html-intl/intl/zh-cn/training/material/
shadows-clipping.jd 9 <li><a href="#Elevation">??????</a></li>
39 <h2 id="Elevation">??????</h2>
48 <p><code>Z = elevation + translationZ</code></p>
53 <p>???????????????????? <code>android:elevation</code>
86 android:elevation="2dp"
  /frameworks/base/docs/html-intl/intl/zh-tw/training/material/
shadows-clipping.jd 9 <li><a href="#Elevation">???????</a></li>
39 <h2 id="Elevation">???????</h2>
48 <p><code>Z = elevation + translationZ</code></p>
53 <p>????????????????????? <code>android:elevation</code> ???
86 android:elevation="2dp"
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 36 * CardView uses <code>elevation</code> property on Lollipop for shadows and falls back to a
58 * To change CardView's elevation in a backward compatible way, use
59 * {@link #setCardElevation(float)}. CardView will use elevation API on Lollipop and before
61 * shadow size is clamped by {@link #getMaxCardElevation()}. If you want to change elevation
235 float elevation = a.getDimension(R.styleable.CardView_cardElevation, 0); local
248 if (elevation > maxElevation) {
249 maxElevation = elevation;
256 elevation, maxElevation);
358 * Updates the backward compatible elevation of the CardView.
360 * @param elevation The backward compatible elevation in pixels
    [all...]
  /docs/source.android.com/src/security/bulletin/
2015-09-01.jd 69 <td>Elevation of Privilege Vulnerability in Kernel</td>
74 <td>Elevation of Privilege Vulnerability in Binder</td>
80 <td>Elevation of Privilege Vulnerability in Keystore </td>
85 <td>Elevation of Privilege Vulnerability in Region</td>
90 <td>Elevation of Privilege vulnerability in SMS enables notification bypass.</td>
95 <td>Elevation of Privilege Vulnerability in Lockscreen</td>
190 <h3 id=elevation_privilege_vulnerability_in_kernel>Elevation Privilege Vulnerability in Kernel</h3>
193 <p>An elevation of privilege vulnerability in the Linux kernel's handling of ping
221 <h3 id=elevation_of_privilege_vulnerability_in_binder>Elevation of Privilege Vulnerability in Binder </h3>
224 <p>An elevation of privilege vulnerability in Binder could allow a maliciou
    [all...]
  /external/opencv3/doc/tutorials/highgui/raster-gdal/
raster_io_gdal.markdown 5 Photogrammetry. Raster data typically can represent imagery and Digital Elevation Models (DEM). The
17 - How to use OpenCV [imread](@ref imread) to load SRTM Digital Elevation Models
18 - Given the corner coordinates of both the image and DEM, correllate the elevation data to the
23 To implement these goals, the following code takes a Digital Elevation Model as well as a GeoTiff
41 When loading digital elevation models, the actual numeric value of each pixel is essential and
44 value of 255. With terrain data, the pixel value represents the elevation in meters. In order to
51 can provide the input types for various elevation models. The major types, SRTM and DTED, are both
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java 66 float elevation = getElevation(child, parent); local
68 RectShadowPainter.paintShadow(outline, elevation, canvas);
73 shadow = getPathShadow(outline, canvas, elevation);
82 newBounds.inset((int)-elevation, (int)-elevation);
92 private static BufferedImage getPathShadow(Outline outline, Canvas canvas, float elevation) {
102 return ShadowPainter.createDropShadow(image, (int) elevation);
  /frameworks/base/docs/html/training/material/
get-started.jd 11 <li><a href="#Depth">Specify Elevation in Your Views</a></li>
34 Specify the <strong>elevation</strong> of your views to cast shadows.</li>
96 <h2 id="Depth">Specify Elevation in Your Views</h2>
98 <p>Views can cast shadows, and the elevation value of a view
99 determines the size of its shadow and its drawing order. To set the elevation of a view, use the
100 <code>android:elevation</code> attribute in your layouts:</p>
109 android:elevation="5dp" />
113 changes in the elevation of a view. Elevation changes can be useful when
  /frameworks/base/location/java/android/location/
GpsSatellite.java 79 * Returns the elevation of the satellite in degrees.
80 * The elevation can vary between 0 and 90.
82 * @return the elevation in degrees
  /developers/build/prebuilts/gradle/ElevationBasic/
README.md 13 has a fixed elevation, which is defined in XML. The second view, the square,
14 changes its elevation using [setTranslationZ()][1] when a user touches it:
37 The elevation reverts back once the touch is removed.
39 [1]: https://developer.android.com/training/material/shadows-clipping.html#Elevation
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates a drag and drop action on different shapes. Elevation and
  /developers/samples/android/ui/views/Elevation/ElevationBasic/
README.md 13 has a fixed elevation, which is defined in XML. The second view, the square,
14 changes its elevation using [setTranslationZ()][1] when a user touches it:
37 The elevation reverts back once the touch is removed.
39 [1]: https://developer.android.com/training/material/shadows-clipping.html#Elevation
  /development/samples/browseable/ElevationDrag/res/values/
base-strings.xml 24 This sample demonstrates a drag and drop action on different shapes. Elevation and
  /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
  /frameworks/support/v7/recyclerview/res/values/
ids.xml 17 <!-- ItemTouchHelper uses this id to save a View's original elevation. -->
  /packages/inputmethods/LatinIME/java/res/values-v21/
themes-lxx.xml 26 <item name="android:elevation">8dp</item>
  /prebuilts/sdk/current/support/v7/recyclerview/res/values/
ids.xml 17 <!-- ItemTouchHelper uses this id to save a View's original elevation. -->
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/GDAL_IO/
gdal-image.cpp 75 cv::Vec3b get_dem_color( const double& elevation ){
77 // if the elevation is below the minimum, return the minimum
78 if( elevation < color_range[0].second ){
81 // if the elevation is above the maximum, return the maximum
82 if( elevation > color_range.back().second ){
91 // if the current elevation is below the next item, then use the current
93 if( elevation < color_range[x+1].second ){
95 t = (color_range[x+1].second - elevation)/
182 // Pair format ( Color, elevation ); Push from low to high
191 // define a minimum elevation
    [all...]
  /cts/tests/tests/assist/res/layout/
test_app.xml 36 android:elevation="3dp">
45 android:elevation="3dp"/>

Completed in 1096 milliseconds

12 3 4 5 6 7 8 91011>>