/frameworks/av/media/libheadtracking/ |
D | README.md | 12 - Head pose, relative to some arbitrary world frame. 13 - Screen pose, relative to some arbitrary world frame. 20 - World-relative: both the head pose and stage pose are taken into account. 23 - Screen-relative: the head pose, screen pose and stage pose are all taken 25 perceived to be located at a fixed place relative to the screen. 30 - Stage pose, relative to the head. This aggregates all the inputs mentioned 119 physical world, relative to which we can measure the head pose and screen pose. 149 and estimates the pose of the head relative to the screen. Optionally, this 166 either static, world-relative or screen-relative. 171 - If the desired mode is world-relative: [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RotateDrawable.java | 243 public void setPivotXRelative(boolean relative) { in setPivotXRelative() argument 244 if (mState.mPivotXRel != relative) { in setPivotXRelative() 245 mState.mPivotXRel = relative; in setPivotXRelative() 295 public void setPivotYRelative(boolean relative) { in setPivotYRelative() argument 296 if (mState.mPivotYRel != relative) { in setPivotYRelative() 297 mState.mPivotYRel = relative; in setPivotYRelative()
|
/frameworks/base/services/incremental/ |
D | path.cpp | 80 auto relative = nested.substr(parent.size()); in relativize() local 81 while (relative.front() == '/') { in relativize() 82 relative.remove_prefix(1); in relativize() 84 return relative; in relativize()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 818 void Layer::removeZOrderRelative(const wp<Layer>& relative) { in removeZOrderRelative() argument 819 mDrawingState.zOrderRelatives.remove(relative); in removeZOrderRelative() 825 void Layer::addZOrderRelative(const wp<Layer>& relative) { in addZOrderRelative() argument 826 mDrawingState.zOrderRelatives.add(relative); in addZOrderRelative() 842 sp<Layer> relative = fromHandle(relativeToHandle).promote(); in setRelativeLayer() local 843 if (relative == nullptr) { in setRelativeLayer() 848 mDrawingState.zOrderRelativeOf == relative) { in setRelativeLayer() 852 if (CC_UNLIKELY(relative->usingRelativeZ(LayerVector::StateSet::Drawing)) && in setRelativeLayer() 853 (relative->mDrawingState.zOrderRelativeOf == this)) { in setRelativeLayer() 855 mName.c_str(), relative->mName.c_str()); in setRelativeLayer() [all …]
|
D | Layer.h | 956 void addZOrderRelative(const wp<Layer>& relative); 957 void removeZOrderRelative(const wp<Layer>& relative);
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layers.proto | 40 // list of layers that are z order relative to this layer. 48 // The layer's z order. Can be z order in layer stack, relative to parent, 49 // or relative to another layer specified in zOrderRelative. 80 // The layer that this layer has a z order relative to. This value can be null.
|
D | LayerProtoParser.cpp | 232 auto& relative = traverse[i]; in layerToString() local 233 if (relative->z >= 0) { in layerToString() 236 result.append(layerToString(relative)); in layerToString() 241 auto& relative = traverse[i]; in layerToString() local 242 result.append(layerToString(relative)); in layerToString()
|
/frameworks/base/core/java/android/text/format/ |
D | RelativeDateTimeFormatter.java | 143 boolean relative = true; in getRelativeTimeSpanString() 192 relative = false; in getRelativeTimeSpanString() 197 relative = false; in getRelativeTimeSpanString() 228 if (relative) { in getRelativeTimeSpanString()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | ScreenCapture_test.cpp | 277 sp<SurfaceControl> relative = createLayer(String8("Relative surface"), 10, 10, 0); in TEST_F() local 279 TransactionUtils::fillSurfaceRGBA8(relative, 100, 100, 100); in TEST_F() 284 .setRelativeLayer(relative, mFGSurfaceControl, 1) in TEST_F() 285 .show(relative) in TEST_F() 299 sp<SurfaceControl> relative = createSurface(mClient, "Relative surface", 10, 10, in TEST_F() local 302 TransactionUtils::fillSurfaceRGBA8(relative, 100, 100, 100); in TEST_F() 308 .setLayer(relative, -1) in TEST_F() 309 .setRelativeLayer(relative, child, 1) in TEST_F() 310 .show(relative) in TEST_F()
|
D | LayerUpdate_test.cpp | 562 sp<SurfaceControl> relative = createLayer(String8("Relative surface"), 128, 128, 0); in TEST_F() local 563 TransactionUtils::fillSurfaceRGBA8(relative, 255, 255, 255); in TEST_F() 566 t.setLayer(relative, INT32_MAX) in TEST_F() 567 .setRelativeLayer(mChild, relative, 1) in TEST_F()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 54 "RW static data addressing (SB-relative) conflicts the use of R9 " 56 "RW static data addressing (SB-relative) conflicts the use of R9 "
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | README.md | 8 The higher-levels parts related to AAudio use of the FIFO such as API, fds, relative
|
/frameworks/base/api/ |
D | dump_api_shas.sh | 41 | xargs realpath --relative-to=$(pwd) | xargs dirname | sort | uniq
|
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/ |
D | stylesheet-jdiff.css | 4 div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
|
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/ |
D | stylesheet-jdiff.css | 4 div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
|
/frameworks/base/core/proto/android/internal/ |
D | protolog.proto | 31 /* log time, relative to the elapsed system time clock. */
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 87 * The file name, relative to the work directory where
|
/frameworks/base/core/java/android/widget/ |
D | DateTimeView.java | 101 boolean relative = a.getBoolean(i, false); in DateTimeView() 102 setShowRelativeTime(relative); in DateTimeView()
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 9 …rce `SOURCE_MOUSE_RELATIVE`, and their `AXIS_X` and `AXIS_Y` will report relative position changes.
|
/frameworks/native/docs/ |
D | Doxyfile | 50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 52 # If a relative path is entered, it will be relative to the location 137 # the path. The tag can be used to show relative paths in the file list. 140 # relative paths, which will be relative from the directory where doxygen is 742 # Note that relative paths are relative to the directory from which doxygen is 923 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 1119 # The path specified is relative to the HTML output folder. 1250 # When MathJax is enabled you need to specify the location relative to the 1321 # of to a relative location where the documentation can be found. 1336 # If a relative path is entered the value of OUTPUT_DIRECTORY will be [all …]
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 85 chosen relative to that of the first frame.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 139 # part of the path. The tag can be used to show relative paths in the file list. 143 # Note that you can specify absolute paths here, but also relative paths, which 144 # will be relative from the directory where doxygen is started. 787 # Note that relative paths are relative to the directory from which doxygen is 1015 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 1265 # the file name of the resulting .qch file. The path specified is relative to 1431 # When MathJax is enabled you need to specify the location relative to the HTML [all …]
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 38 # If a relative path is entered, it will be relative to the location 113 # the path. The tag can be used to show relative paths in the file list. 780 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 947 # The path specified is relative to the HTML output folder. 1091 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 1178 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 1219 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 1248 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 1398 # where "loc1" and "loc2" can be relative or absolute paths or
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 157 # part of the path. The tag can be used to show relative paths in the file list. 161 # Note that you can specify absolute paths here, but also relative paths, which 162 # will be relative from the directory where doxygen is started. 823 # Note that relative paths are relative to the directory from which doxygen is 1078 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 1332 # the file name of the resulting .qch file. The path specified is relative to 1498 # When MathJax is enabled you need to specify the location relative to the HTML [all …]
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 157 # part of the path. The tag can be used to show relative paths in the file list. 161 # Note that you can specify absolute paths here, but also relative paths, which 162 # will be relative from the directory where doxygen is started. 873 # Note that relative paths are relative to the directory from which doxygen is 1128 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 1382 # the file name of the resulting .qch file. The path specified is relative to 1548 # When MathJax is enabled you need to specify the location relative to the HTML [all …]
|