Searched refs:relative (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/jni/
H A DAndroid.mk9 # NDK recommends using this kind of relative path instead of an absolute path.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java208 * If the X pivot is relative (as specified by
237 * @param relative true if the X pivot represents a fraction of the drawable
241 public void setPivotXRelative(boolean relative) { argument
242 if (mState.mPivotXRel != relative) {
243 mState.mPivotXRel = relative;
260 * If the Y pivot is relative (as specified by
289 * @param relative True if the Y pivot represents a fraction of the drawable
293 public void setPivotYRelative(boolean relative) { argument
294 if (mState.mPivotYRel != relative) {
295 mState.mPivotYRel = relative;
[all...]
/frameworks/av/media/libaaudio/examples/input_monitor/jni/
H A DAndroid.mk11 # NDK recommends using this kind of relative path instead of an absolute path.
/frameworks/av/media/libaaudio/examples/write_sine/jni/
H A DAndroid.mk11 # NDK recommends using this kind of relative path instead of an absolute path.
/frameworks/av/media/libaaudio/examples/write_sine/static/
H A DAndroid.mk11 # NDK recommends using this kind of relative path instead of an absolute path.
/frameworks/support/
H A DAndroid.mk25 # $(1): the base dir, relative to the root of the source tree.
29 # Returns: a list of paths relative to the base dir.
/frameworks/base/services/
H A DAndroid.mk22 # These should map to directory names relative to this
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1763 // Discard all relative layering.
1775 void Layer::removeZOrderRelative(const wp<Layer>& relative) { argument
1776 mCurrentState.zOrderRelatives.remove(relative);
1782 void Layer::addZOrderRelative(const wp<Layer>& relative) { argument
1783 mCurrentState.zOrderRelatives.add(relative);
1794 sp<Layer> relative = handle->owner.promote(); local
1795 if (relative == nullptr) {
1803 mCurrentState.zOrderRelativeOf = relative;
1804 relative->addZOrderRelative(this);
1990 "relative t
2639 const auto& relative = list[i]; local
2647 const auto& relative = list[i]; local
2661 const auto& relative = list[i]; local
2669 const auto& relative = list[i]; local
[all...]
H A DLayer.h155 // If non-null, a Surface this Surface's Z-order is interpreted relative to.
158 // A list of surfaces whose Z-order is interpreted relative to ours.
602 void addZOrderRelative(const wp<Layer>& relative);
603 void removeZOrderRelative(const wp<Layer>& relative);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java90 boolean relative = a.getBoolean(i, false);
91 setShowRelativeTime(relative);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dpred_lt4_1_opt.s49 NOP @space for fixed up relative address of ADR
/frameworks/rs/script_api/
H A Drs_graphics.spec656 Returns the bounding box of the text relative to (0, 0)
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 2604 milliseconds