Searched defs:relative (Results 1 - 5 of 5) sorted by relevance

/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/native/services/surfaceflinger/layerproto/
H A DLayerProtoParser.cpp243 auto& relative = traverse[i]; local
244 if (relative->z >= 0) {
247 result.append(layerToString(relative).c_str());
252 auto& relative = traverse[i]; local
253 result.append(layerToString(relative).c_str());
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1164 // Discard all relative layering.
1176 void Layer::removeZOrderRelative(const wp<Layer>& relative) { argument
1177 mCurrentState.zOrderRelatives.remove(relative);
1183 void Layer::addZOrderRelative(const wp<Layer>& relative) { argument
1184 mCurrentState.zOrderRelatives.add(relative);
1195 sp<Layer> relative = handle->owner.promote(); local
1196 if (relative == nullptr) {
1201 mCurrentState.zOrderRelativeOf == relative) {
1213 mCurrentState.zOrderRelativeOf = relative;
1214 relative
1714 const auto& relative = list[i]; local
1727 const auto& relative = list[i]; local
1747 const auto& relative = list[i]; local
1760 const auto& relative = list[i]; local
1810 const auto& relative = list[i]; local
1819 const auto& relative = list[i]; local
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp1593 sp<SurfaceControl> relative = mComposerClient->createSurface(String8("relativeTestSurface"), 10, local
1595 fillSurfaceRGBA8(relative, 10, 10, 10);
1599 .setRelativeLayer(relative, mFGSurfaceControl->getHandle(), 1)
1600 .setPosition(relative, 64, 64)
1604 // The relative should be on top of the FG control.
1616 Transaction{}.hide(relative).apply();
1619 // Ensure that the relative was actually hidden, rather than
2296 sp<SurfaceControl> relative = mComposerClient->createSurface(String8("Relative surface"), 128, local
2298 fillSurfaceRGBA8(relative, 255, 255, 255);
2301 t.setLayer(relative, INT32_MA
2385 sp<SurfaceControl> relative = mComposerClient->createSurface(String8("Relative surface"), 10, local
2409 sp<SurfaceControl> relative = local
[all...]
/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 371 milliseconds