Home
last modified time | relevance | path

Searched refs:compose (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/native/cmds/flatland/
DComposers.cpp125 virtual bool compose(GLuint /*texName*/, const sp<GLConsumer>& /*glc*/) { in compose() function in android::ComposerBase
149 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in opaque() function in android::opaque::OpaqueComp
173 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in opaqueShrink() function in android::opaqueShrink::OpaqueComp
205 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in blend() function in android::blend::BlendComp
244 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { in blendShrink() function in android::blendShrink::BlendShrinkComp
DFlatland.h52 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) = 0;
DMain.cpp357 bool compose() { in compose() function in Layer
358 return mComposer->compose(mTexName, mGLConsumer); in compose()
539 result = mLayers[i].compose(); in doFrame()
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java888 mExitTransformation.compose(mStartExitTransformation); in stepAnimation()
889 mExitTransformation.compose(mFinishExitTransformation); in stepAnimation()
891 mEnterTransformation.compose(mStartEnterTransformation); in stepAnimation()
892 mEnterTransformation.compose(mFinishEnterTransformation); in stepAnimation()
903 mFrameTransformation.compose(mStartFrameTransformation); in stepAnimation()
904 mFrameTransformation.compose(mFinishFrameTransformation); in stepAnimation()
/frameworks/base/docs/html/design/patterns/
Dnavigation.jd110 <p>As an example, Gmail's Home screen widget has a button for diving directly to its compose
111 screen. Up or Back from the compose screen would take the user to the Inbox, and from there the
190 <p>When the user elects to share via Gmail, Gmail's compose activity is added as a continuation of
194 <p>From the compose activity, sending the message or touching the Back button returns the user to
200 <p>However, by touching Up from the compose activity, the user indicates a desire to remain within
Dconfirming-acknowledging.jd44 …<p>In this example, if the user navigates back or up from the Gmail compose screen, something poss…
/frameworks/base/core/java/android/view/animation/
DAnimationSet.java356 previousTransformation.compose(temp); in initializeInvalidateRegion()
385 t.compose(temp); in getTransformation()
DTransformation.java122 public void compose(Transformation t) { in compose() method in Transformation
/frameworks/base/docs/html/training/implementing-navigation/
Ddescendant.jd55compose an email or pick a photo attachment, you generally don't want the user to return to this a…
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBlendComposite.java132 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { in compose() method in BlendComposite.BlendingContext
/frameworks/base/docs/html/guide/topics/graphics/
Ddrawable-animation.jd13 single XML file that lists the frames that compose the animation. The XML file for this kind
/frameworks/base/docs/html/training/printing/
Dhtml-docs.jd24 print document. The Android framework provides a way to use HTML to compose a document and
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd162 might let you search the messages, compose a new message, refresh the list,
163 or change the email settings. The compose view of an email program would
Dactivity_task_design.jd246 view a message, compose a message, and set up an account
685 two activities to compose an email (Gmail and Email).
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd23 <p>Within the various View classes that you'll use to compose your layout, you may notice several p…
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd277 supports VST (for PC) or AU (for Mac) plugins. Here the author will compose
1131 <p>If you’re trying to conserve memory, compose as few MIDI files as possible, and create several s…
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd363 If your IME does text prediction or requires multiple steps to compose a glyph or
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd383 precise images. <strong>Stabilized image zoom</strong> lets users compose photos
557 screen, then jump into the Email app to compose or reply.</p>
/frameworks/base/docs/html/guide/components/
Dfundamentals.jd98 emails, another activity to compose an email, and another activity for reading emails. Although
Dtasks-and-back-stack.jd51 is to send an email, so an email application's "compose" activity starts (if multiple activities
Dintents-common.jd1011 <p>To compose an email, use one of the below actions based on whether you'll include attachments,
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd124 users to compose, send, read, move, and delete existing mails even when the
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt44485 method public void compose(android.view.animation.Transformation);
60717 …method public default java.util.function.DoubleUnaryOperator compose(java.util.function.DoubleUnar…
60724 …method public default java.util.function.Function<V, R> compose(java.util.function.Function<? supe…
60763 …method public default java.util.function.IntUnaryOperator compose(java.util.function.IntUnaryOpera…
60802 …method public default java.util.function.LongUnaryOperator compose(java.util.function.LongUnaryOpe…
Dtest-current.txt44564 method public void compose(android.view.animation.Transformation);
60797 …method public default java.util.function.DoubleUnaryOperator compose(java.util.function.DoubleUnar…
60804 …method public default java.util.function.Function<V, R> compose(java.util.function.Function<? supe…
60843 …method public default java.util.function.IntUnaryOperator compose(java.util.function.IntUnaryOpera…
60882 …method public default java.util.function.LongUnaryOperator compose(java.util.function.LongUnaryOpe…

12