/aosp_15_r20/external/pdfium/testing/ |
H A D | embedder_test.cpp | 53 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in UnsupportedHandlerTrampoline() local 62 auto* delegate = static_cast<EmbedderTest*>(platform)->GetDelegate(); in AlertTrampoline() local 67 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in SetTimerTrampoline() local 72 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in KillTimerTrampoline() local 79 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in GetPageTrampoline() local 84 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionTrampoline() local 93 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoGoToActionTrampoline() local 101 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in OnFocusChangeTrampoline() local 108 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionWithKeyboardModifierTrampoline() local 587 int height = static_cast<int>(FPDF_GetPageHeightF(page)); in RenderPageWithFlags() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | SystemUIBottomSheetDialog.java | 29 …al com.android.systemui.statusbar.phone.DialogDelegate<? super android.app.Dialog> delegate = null; field in SystemUIBottomSheetDialog 40 …com.android.systemui.statusbar.phone.DialogDelegate<? super android.app.Dialog> delegate, @org.jet… in SystemUIBottomSheetDialog() 88 …roid.systemui.statusbar.phone.SystemUIBottomSheetDialog create(@org.jetbrains.annotations.NotNull() in create() 111 private final int height = 0; field in SystemUIBottomSheetDialog.WindowLayout.Layout 113 public Layout(int width, int height) { in Layout() 134 …ystemui.statusbar.phone.SystemUIBottomSheetDialog.WindowLayout.Layout copy(int width, int height) { in copy()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
D | VideoSurfaceTextureImpl.java | 40 private VideoSurfaceDelegate delegate; field in VideoSurfaceTextureImpl 54 public void setDelegate(VideoSurfaceDelegate delegate) { in setDelegate() 147 private boolean createSurface(int width, int height) { in createSurface() 190 public void onSurfaceTextureAvailable(SurfaceTexture newSurfaceTexture, int width, int height) { in onSurfaceTextureAvailable() 244 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {} in onSurfaceTextureSizeChanged()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityTransitionAnimator.kt | 752 private val delegate: Listener?, in <lambda>() constant in com.android.systemui.animation.DelegatingAnimationCompletionListener 781 private val delegate = RemoteAnimationRunnerCompat.wrap(runner) in <lambda>() constant in com.android.systemui.animation.OriginTransition 942 @VisibleForTesting var delegate: AnimationDelegate? in <lambda>() variable in com.android.systemui.animation.Runner 963 initAndRun(finishedCallback) { delegate -> in <lambda>() method 977 initAndRun(finishedCallback) { delegate -> in <lambda>() method 993 val delegate = delegate in <lambda>() constant 1008 val delegate = delegate in <lambda>() constant 1349 val delegate = this.controller in <lambda>() constant 1378 val height = windowBounds.bottom - windowBounds.top in <lambda>() constant 1509 val height = screenBounds.bottom - screenBounds.top in <lambda>() constant
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/multi/ |
H A D | GenericMultipleBarcodeReader.java | 52 private final Reader delegate; field in GenericMultipleBarcodeReader 54 public GenericMultipleBarcodeReader(Reader delegate) { in GenericMultipleBarcodeReader() 105 int height = image.getHeight(); in doDecodeMultiple() local 146 doDecodeMultiple(image.crop((int) maxX, 0, width - (int) maxX, height), in doDecodeMultiple() local
|
H A D | ByQuadrantReader.java | 41 private final Reader delegate; field in ByQuadrantReader 43 public ByQuadrantReader(Reader delegate) { in ByQuadrantReader() 58 int height = image.getHeight(); in decode() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/ |
H A D | InvertedLuminanceSource.java | 27 private final LuminanceSource delegate; field in InvertedLuminanceSource 29 public InvertedLuminanceSource(LuminanceSource delegate) { in InvertedLuminanceSource() 61 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
|
/aosp_15_r20/packages/apps/TV/common/src/com/android/tv/common/support/tis/ |
D | WrappedSession.java | 39 private final TifSession delegate; field in WrappedSession 63 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() 145 public void onOverlayViewSizeChanged(int width, int height) { in onOverlayViewSizeChanged()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | SystemUIDialog.java | 167 public SystemUIDialog create(Delegate delegate, Context context) { in create() 171 public SystemUIDialog create(Delegate delegate, Context context, @StyleRes int theme) { in create() 175 public SystemUIDialog create(Delegate delegate) { in create() 221 Delegate delegate) { in SystemUIDialog() 241 DialogDelegate<SystemUIDialog> delegate) { in SystemUIDialog() 290 int height = getHeight(); in updateWindowSize() local
|
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie_compose/android_common/kotlin/ |
D | lottie_compose.jar | ... androidx.compose.runtime.MutableState $wasPlaying$delegate
void <init> (boolean, boolean, com ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 55 private val delegate = constant 331 var height: Int = 0 variable in TransitionViewState 384 var height: Int = 0, variable in WidgetState
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | AndroidImageReaderProxy.java | 38 public AndroidImageReaderProxy(android.media.ImageReader delegate) { in AndroidImageReaderProxy() 46 public static ImageReaderProxy newInstance(int width, int height, int format, int maxImages) { in newInstance()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ActivityContext.java | 133 default void updateOpenFolderPosition(int[] inOutPosition, Rect bounds, int width, int height) { in updateOpenFolderPosition() 488 int width = v.getMeasuredWidth(), height = v.getMeasuredHeight(); in getActivityLaunchOptions() local 566 public ActivityContextDelegate(Context base, int themeResId, ActivityContext delegate) { in ActivityContextDelegate()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/wear/compose/compose-material-core/1.5.0-alpha07/androidx.wear.compose_compose-material-core/android_common_apex30/aar/ |
D | classes.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
D | androidx.wear.compose_compose-material-core.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/wear/compose/compose-material-core/1.5.0-alpha07/androidx.wear.compose_compose-material-core/android_common_apex34/aar/ |
D | androidx.wear.compose_compose-material-core.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
D | classes.jar | META-INF/
androidx/
androidx/wear/
androidx/wear/compose/
androidx/wear ... |
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 93 Delegate* delegate, in Initialize() 476 float height = command->GetHeight(); in DoDrawRect() local 541 float height = command->GetHeight(); in DoDrawGrid() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/gif/ |
H A D | cfx_gifcontext.cpp | 29 CFX_GifContext::CFX_GifContext(GifDecoder::Delegate* delegate) in CFX_GifContext() 43 int32_t height, in GetRecordPosition()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-android/1.8.0-beta01/androidx.compose.animation_animation/android_common_apex30/aar/ |
D | androidx.compose.animation_animation.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-android/1.8.0-beta01/androidx.compose.animation_animation/android_common_apex34/aar/ |
D | androidx.compose.animation_animation.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-android/1.8.0-beta01/androidx.compose.animation_animation/android_common/aar/ |
D | androidx.compose.animation_animation.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |
D | classes.jar | META-INF/
androidx/
androidx/compose/
androidx/compose/animation/
androidx/compose ... |