Home
last modified time | relevance | path

Searched defs:holder (Results 1 – 25 of 36) sorted by relevance

12

/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DCanvasARSurfaceView.java38 SurfaceHolder holder = getHolder(); in CanvasARSurfaceView() local
50 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
55 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
60 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {} in surfaceChanged()
DHelloCanvasAR.java91 private SurfaceHolder holder; field in HelloCanvasAR
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSurfaceRenderer.java63 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
68 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
76 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DMainActivity.java107 public void surfaceCreated(@NonNull SurfaceHolder holder) {} in surfaceCreated()
110 … public void surfaceChanged(@NonNull SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
135 public void surfaceDestroyed(@NonNull SurfaceHolder holder) {} in surfaceDestroyed()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java120 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
127 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
134 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java120 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
127 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
134 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DEffectsAdapter.kt178 var holder = mRecyclerView.findViewHolderForAdapterPosition(i) as EffectsHolder in <lambda>() variable
202 var holder = mRecyclerView.findViewHolderForAdapterPosition(i) as EffectsHolder in <lambda>() variable
/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionOfFormThisErrors.js42 let holder = {invalidGuard}; variable
124 var holder = { invalidGuard: invalidGuard }; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock_benchmark.cc36 absl::base_internal::SpinLockHolder holder(spinlock); in BM_SpinLock() local
Dthread_identity.cc112 holder(identity, reclaimer); in SetCurrentThreadIdentity() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DCompatibilityTest.java82 public void testCompatibility(FileHolder holder) throws ClassNotFoundException, IOException { in testCompatibility()
185 FileHolder holder = new FileHolder(entryName, in getJarList() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DCompatibilityTest.java85 public void testCompatibility(FileHolder holder) throws ClassNotFoundException, IOException { in testCompatibility()
188 FileHolder holder = new FileHolder(entryName, in getJarList() local
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionOfFormThisErrors.ts42 let holder = {invalidGuard}; variable
/third_party/icu/icu4j/tools/build/src-pre8/com/ibm/icu/dev/tool/docs/
DICUTagletAdapter.java37 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) in getTagletOutput()
/third_party/flutter/skia/tools/copyright/
Dmain.py99 def ConfirmAllowedCopyrightHolder(holder): argument
Dfileparser.py81 def CreateCopyrightBlock(self, year, holder): argument
/third_party/skia/tools/copyright/
Dmain.py108 def ConfirmAllowedCopyrightHolder(holder): argument
Dfileparser.py81 def CreateCopyrightBlock(self, year, holder): argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUTagletAdapter.java43 public Content getTagletOutput(Doc holder, TagletWriter writer) in getTagletOutput()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DGameSurfaceView.java48 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java438 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
442 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
457 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/musl/porting/linux/user/src/network/
Dresolvconf.c78 void resolve_dns_sym(void **holder, const char *symbol) in resolve_dns_sym()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1093 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
1100 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
1110 public void surfaceChanged(SurfaceHolder holder, in surfaceChanged()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcomponent.cc490 [shell_holder](const auto& holder) { in OnEngineTerminate()
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2JQLModule.java171 AtomicReference<WritableArray> holder = new AtomicReference<>(Arguments.createArray()); in execute() local

12