/external/exoplayer/tree/extensions/leanback/src/main/java/com/google/android/exoplayer2/ext/leanback/ |
D | LeanbackPlayerAdapter.java | 138 Callback callback = getCallback(); in onDetachedFromHost() 180 getCallback().onPlayStateChanged(this); in play() 187 getCallback().onPlayStateChanged(this); in pause() 211 Callback callback = getCallback(); in run() 225 maybeNotifyPreparedStateChanged(getCallback()); in setVideoSurface() 230 Callback callback = getCallback(); in notifyStateChanged() 281 Callback callback = getCallback(); in onPlayerError() 293 Callback callback = getCallback(); in onTimelineChanged() 301 Callback callback = getCallback(); in onPositionDiscontinuity() 315 getCallback().onVideoSizeChanged(LeanbackPlayerAdapter.this, scaledWidth, height); in onVideoSizeChanged()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieDrawable.java | 322 final Callback callback = getCallback(); in invalidateSelf() 1035 if (getCallback() == null) { 1045 imageAssetManager = new ImageAssetManager(getCallback(), 1062 if (getCallback() == null) { 1068 fontAssetManager = new FontAssetManager(getCallback(), fontAssetDelegate); 1076 Callback callback = getCallback(); 1093 Callback callback = getCallback(); 1102 Callback callback = getCallback(); 1111 Callback callback = getCallback();
|
/external/llvm-project/mlir/lib/Bindings/Python/ |
D | PybindUtils.h | 116 MlirStringCallback getCallback() { 141 MlirStringCallback getCallback() { 168 MlirStringCallback getCallback() {
|
D | Pass.cpp | 106 printAccum.getCallback(), printAccum.getUserData()); in populatePassManagerSubmodule()
|
D | IRModules.cpp | 828 mlirOperationPrintWithFlags(operation, flags, accum.getCallback(), in print() 2711 mlirLocationPrint(self, printAccum.getCallback(), in populateIRSubmodule() 2779 mlirOperationPrint(operation, printAccum.getCallback(), in populateIRSubmodule() 2954 mlirBlockPrint(self.get(), printAccum.getCallback(), in populateIRSubmodule() 3036 mlirAttributePrint(self, printAccum.getCallback(), in populateIRSubmodule() 3049 mlirAttributePrint(self, printAccum.getCallback(), in populateIRSubmodule() 3066 printAccum.getCallback(), in populateIRSubmodule() 3134 mlirTypePrint(self, printAccum.getCallback(), in populateIRSubmodule() 3146 mlirTypePrint(self, printAccum.getCallback(), printAccum.getUserData()); in populateIRSubmodule() 3190 mlirValuePrint(self.get(), printAccum.getCallback(), in populateIRSubmodule()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 62 public Callback getCallback() { in getCallback() method in SquaringDrawable 63 return wrapped.getCallback(); in getCallback()
|
/external/angle/src/libANGLE/ |
D | Debug.h | 48 GLDEBUGPROCKHR getCallback() const; 153 EGLDEBUGPROCKHR getCallback() const;
|
D | Debug.cpp | 137 GLDEBUGPROCKHR Debug::getCallback() const in getCallback() function in gl::Debug 468 EGLDEBUGPROCKHR Debug::getCallback() const in getCallback() function in egl::Debug
|
D | State.cpp | 3023 *params = reinterpret_cast<void *>(mDebug.getCallback()); in getPointerv()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetDecoderICU.java | 132 onMalformedInput = getCallback(newAction); in implOnMalformedInput() 155 onUnmappableCharacter = getCallback(newAction); in implOnUnmappableCharacter() 182 private static CharsetCallback.Decoder getCallback(CodingErrorAction action){ in getCallback() method in CharsetDecoderICU
|
D | CharsetEncoderICU.java | 156 onMalformedInput = getCallback(newAction); in implOnMalformedInput() 169 onUnmappableInput = getCallback(newAction); in implOnUnmappableCharacter() 207 private static CharsetCallback.Encoder getCallback(CodingErrorAction action) { in getCallback() method in CharsetEncoderICU
|
/external/libchrome/base/android/junit/src/org/chromium/base/ |
D | ApplicationStatusTest.java | 64 controller.get().getWindow().getCallback().onWindowFocusChanged(true); in testWindowsFocusChanged()
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | ApplicationStatus.java | 251 Window.Callback callback = activity.getWindow().getCallback(); in initialize() 295 activity.getWindow().getCallback().getClass(); in initialize()
|
/external/skia/modules/svg/src/ |
D | SkSVGTextPriv.h | 119 const ShapedTextCallback& getCallback() const { return fCallback; } in getCallback() function
|
D | SkSVGText.cpp | 652 SkSVGTextContext tctx(ctx, parent_tctx->getCallback(), this); in onShapeText()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
D | GifDrawable.java | 252 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB && getCallback() == null) { in onFrameRead()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | InCallServiceImpl.java | 523 public CallCallback getCallback() { in getCallback() method in InCallServiceImpl.CallContainer 665 return cc.getCallback(); in getCallCallbackById()
|
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs.cpp | 351 *value = reinterpret_cast<EGLAttrib>(debug->getCallback()); in QueryDebugKHR()
|
/external/lottie/ |
D | CHANGELOG.md | 329 * More lenient crashes and getCallback() checks.
|