/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 125 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
|
D | Flatland.h | 52 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) = 0;
|
D | Main.cpp | 357 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/ |
D | ScreenRotationAnimation.java | 888 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/ |
D | navigation.jd | 110 <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
|
D | confirming-acknowledging.jd | 44 …<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/ |
D | AnimationSet.java | 356 previousTransformation.compose(temp); in initializeInvalidateRegion() 385 t.compose(temp); in getTransformation()
|
D | Transformation.java | 122 public void compose(Transformation t) { in compose() method in Transformation
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | descendant.jd | 55 …compose 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/ |
D | BlendComposite.java | 132 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { in compose() method in BlendComposite.BlendingContext
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | drawable-animation.jd | 13 single XML file that lists the frames that compose the animation. The XML file for this kind
|
/frameworks/base/docs/html/training/printing/ |
D | html-docs.jd | 24 print document. The Android framework provides a way to use HTML to compose a document and
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 162 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
|
D | activity_task_design.jd | 246 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/ |
D | ui-events.jd | 23 <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/ |
D | jetcreator_manual.jd | 277 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/ |
D | creating-input-method.jd | 363 If your IME does text prediction or requires multiple steps to compose a glyph or
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 383 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/ |
D | fundamentals.jd | 98 emails, another activity to compose an email, and another activity for reading emails. Although
|
D | tasks-and-back-stack.jd | 51 is to send an email, so an email application's "compose" activity starts (if multiple activities
|
D | intents-common.jd | 1011 <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/ |
D | billions.jd | 124 users to compose, send, read, move, and delete existing mails even when the
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |
/frameworks/base/api/ |
D | current.txt | 44485 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…
|
D | test-current.txt | 44564 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…
|