Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/drawable/
DRotateDrawable.java243 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/core/java/com/android/server/wm/
DWindowContainerThumbnail.java75 WindowContainer container, GraphicBuffer thumbnailHeader, boolean relative) { in WindowContainerThumbnail() argument
76 this(t, container, thumbnailHeader, relative, surfaceFactory.get(), null); in WindowContainerThumbnail()
80 GraphicBuffer thumbnailHeader, boolean relative, Surface drawSurface, in WindowContainerThumbnail() argument
83 mRelative = relative; in WindowContainerThumbnail()
120 if (relative) { in WindowContainerThumbnail()
/frameworks/base/services/incremental/
Dpath.cpp79 auto relative = nested.substr(parent.size()); in relativize() local
80 while (relative.front() == '/') { in relativize()
81 relative.remove_prefix(1); in relativize()
83 return relative; in relativize()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1091 void Layer::removeZOrderRelative(const wp<Layer>& relative) { in removeZOrderRelative() argument
1092 mCurrentState.zOrderRelatives.remove(relative); in removeZOrderRelative()
1098 void Layer::addZOrderRelative(const wp<Layer>& relative) { in addZOrderRelative() argument
1099 mCurrentState.zOrderRelatives.add(relative); in addZOrderRelative()
1119 sp<Layer> relative = handle->owner.promote(); in setRelativeLayer() local
1120 if (relative == nullptr) { in setRelativeLayer()
1125 mCurrentState.zOrderRelativeOf == relative) { in setRelativeLayer()
1137 setZOrderRelativeOf(relative); in setRelativeLayer()
1138 relative->addZOrderRelative(this); in setRelativeLayer()
1959 const auto& relative = list[i]; in traverseInZOrder() local
[all …]
DLayer.h879 void addZOrderRelative(const wp<Layer>& relative);
880 void removeZOrderRelative(const wp<Layer>& relative);
/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp109 sp<SurfaceControl> relative = createLayer(String8("relativeTestSurface"), 10, 10, 0); in TEST_F() local
110 TransactionUtils::fillSurfaceRGBA8(relative, 10, 10, 10); in TEST_F()
114 .setRelativeLayer(relative, mFGSurfaceControl->getHandle(), 1) in TEST_F()
115 .setPosition(relative, 64, 64) in TEST_F()
131 Transaction{}.hide(relative).apply(); in TEST_F()
1070 sp<SurfaceControl> relative = createLayer(String8("Relative surface"), 128, 128, 0); in TEST_F() local
1071 TransactionUtils::fillSurfaceRGBA8(relative, 255, 255, 255); in TEST_F()
1074 t.setLayer(relative, INT32_MAX) in TEST_F()
1075 .setRelativeLayer(mChild, relative->getHandle(), 1) in TEST_F()
1407 sp<SurfaceControl> relative = createLayer(String8("Relative surface"), 10, 10, 0); in TEST_F() local
[all …]
/frameworks/native/services/surfaceflinger/layerproto/
DLayerProtoParser.cpp230 auto& relative = traverse[i]; in layerToString() local
231 if (relative->z >= 0) { in layerToString()
234 result.append(layerToString(relative)); in layerToString()
239 auto& relative = traverse[i]; in layerToString() local
240 result.append(layerToString(relative)); in layerToString()
Dlayers.proto37 // list of layers that are z order relative to this layer.
45 // The layer's z order. Can be z order in layer stack, relative to parent,
46 // or relative to another layer specified in zOrderRelative.
77 // The layer that this layer has a z order relative to. This value can be null.
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc54 "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/
DREADME.md8 The higher-levels parts related to AAudio use of the FIFO such as API, fds, relative
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
Dstylesheet-jdiff.css4 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/
Dstylesheet-jdiff.css4 div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
/frameworks/base/core/proto/android/server/
Dprotolog.proto31 /* log time, relative to the elapsed system time clock. */
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto87 * The file name, relative to the work directory where
/frameworks/base/core/java/android/widget/
DDateTimeView.java96 boolean relative = a.getBoolean(i, false); in DateTimeView()
97 setShowRelativeTime(relative); in DateTimeView()
/frameworks/native/docs/
DDoxyfile50 # 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/
DEGL_ANDROID_presentation_time.txt85 chosen relative to that of the first frame.
DEGL_ANDROID_get_frame_timestamps.txt242 - Use an absolute frameId rather than a relative framesAgo.
/frameworks/av/media/libaaudio/
DDoxyfile56 # 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 …]
DDoxyfile.orig56 # 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.
778 # Note that relative paths are relative to the directory from which doxygen is
1006 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1256 # the file name of the resulting .qch file. The path specified is relative to
1422 # When MathJax is enabled you need to specify the location relative to the HTML
[all …]
/frameworks/wilhelm/doc/
DDoxyfile36 # 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/
Ddoxygen.config56 # 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/
DDoxyfile56 # 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 …]
DDoxyfile.orig56 # 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 …]
/frameworks/base/core/proto/android/app/
Dappexit_enums.proto219 * The relative importance level that the system places on a process.

12