/frameworks/base/core/res/res/values/ |
dimens_material.xml | 102 <!-- Elevation when button is pressed -->
|
/frameworks/base/docs/html/design/material/ |
index.jd | 113 property. This new property represents the elevation of a view, which determines:</p>
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
GpsStatusTest.java | 202 getSatelliteAssertInfo(i, prn, "Elevation"),
|
/frameworks/base/packages/PrintSpooler/res/layout/ |
print_activity_controls.xml | 24 android:elevation="@dimen/preview_controls_elevation"
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ShadowOverlayContainer.java | 150 * Sets the shadow type to {@link #SHADOW_DYNAMIC} if supported and sets the elevation/Z
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_log.c | 257 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATION),
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_log.c | 257 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATION),
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_log.c | 257 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATION),
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_log.c | 257 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATION),
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_log.c | 257 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATION),
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Vector3D.java | 106 * @param delta elevation (δ) above (XY) plane, from -π/2 to +π/2 239 /** Get the elevation of the vector. 240 * @return elevation (δ) of the vector, between -π/2 and +π/2
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tuner.h | 380 STDMETHOD_(HRESULT,put_Elevation)(THIS_ __LONG32 Elevation) PURE; 416 #define IDVBSLocator_put_Elevation(This,Elevation) (This)->lpVtbl->put_Elevation(This,Elevation) 472 STDMETHOD_(HRESULT,put_Elevation)(THIS_ __LONG32 Elevation) PURE; 524 #define IDVBSLocator2_put_Elevation(This,Elevation) (This)->lpVtbl->put_Elevation(This,Elevation) [all...] |
/frameworks/base/core/java/android/app/ |
ActivityTransitionCoordinator.java | 133 protected static final String KEY_ELEVATION = "shared_element:elevation"; 444 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION); local 445 view.setElevation(elevation); [all...] |
/device/htc/flounder/gps/qct/lib/ |
libloc_core.so | |
/frameworks/opt/setupwizard/library/main/res/values/ |
styles.xml | 105 <item name="android:elevation" tools:ignore="NewApi">5dp</item>
|
/frameworks/support/v7/appcompat/res-public/values/ |
public_attrs.xml | 110 <public type="attr" name="elevation"/>
|
/packages/apps/Settings/src/com/android/settings/localepicker/ |
LocaleDragAndDropAdapter.java | 118 // We change the elevation if selection changed
|
/prebuilts/sdk/current/support/v7/appcompat/res-public/values/ |
public_attrs.xml | 111 <public type="attr" name="elevation"/>
|
/external/skia/src/gpu/ |
GrGpu.h | 480 GrGpu::DrawPreference elevation) { 486 *preference = SkTMax(*preference, elevation);
|
/frameworks/base/core/jni/ |
android_view_RenderNode.cpp | 274 jobject clazz, jlong renderNodePtr, float elevation) { 275 return SET_AND_DIRTY(setElevation, elevation, RenderNode::Z);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 676 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int 754 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 673 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int 751 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 676 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int 754 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 677 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int 755 (int)(0.5 + svStatus.sv_list[svNumber-1].elevation), //float to int
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 681 (int)(0.5 + svStatus.gnss_sv_list[svNumber-1].elevation), //float to int 756 (int)(0.5 + svStatus.gnss_sv_list[svNumber - 1].elevation), //float to int
|