/frameworks/base/core/java/android/window/ |
D | TrustedPresentationThresholds.java | 37 public final class TrustedPresentationThresholds implements Parcelable { class 104 public TrustedPresentationThresholds( in TrustedPresentationThresholds() method in TrustedPresentationThresholds 151 if (!(o instanceof TrustedPresentationThresholds that)) { in equals() 162 TrustedPresentationThresholds(@NonNull Parcel in) { in TrustedPresentationThresholds() method in TrustedPresentationThresholds 171 public static final @NonNull Creator<TrustedPresentationThresholds> CREATOR = 172 new Creator<TrustedPresentationThresholds>() { 175 public TrustedPresentationThresholds[] newArray(int size) { 176 return new TrustedPresentationThresholds[size]; 181 public TrustedPresentationThresholds createFromParcel(@NonNull Parcel in) { 182 return new TrustedPresentationThresholds(in);
|
D | TrustedPresentationThresholds.aidl | 3 parcelable TrustedPresentationThresholds;
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | TrustedPresentationThresholds.aidl | 19 parcelable TrustedPresentationThresholds {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TrustedPresentationListenerController.java | 40 import android.window.TrustedPresentationThresholds; 99 TrustedPresentationThresholds thresholds, int id) { in register() 172 TrustedPresentationThresholds thresholds, int id) { in registerListener() 410 final TrustedPresentationThresholds mThresholds; 415 private TrustedPresentationInfo(TrustedPresentationThresholds thresholds, int id, in TrustedPresentationInfo()
|
D | WindowManagerService.java | 323 import android.window.TrustedPresentationThresholds; 10137 TrustedPresentationThresholds thresholds, int id) { in registerTrustedPresentationListener()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTrustedPresentationListener_test.cpp | 48 TrustedPresentationThresholds thresh() { in thresh() 49 TrustedPresentationThresholds thresholds; in thresh() 96 TrustedPresentationThresholds thresholds;
|
/frameworks/native/libs/gui/include/gui/ |
D | LayerState.h | 61 using gui::TrustedPresentationThresholds; 408 TrustedPresentationThresholds trustedPresentationThresholds;
|
D | SurfaceComposerClient.h | 668 const TrustedPresentationThresholds& thresholds,
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 78 import android.window.TrustedPresentationThresholds; 1080 in TrustedPresentationThresholds thresholds, int id); in registerTrustedPresentationListener()
|
D | WindowManagerImpl.java | 44 import android.window.TrustedPresentationThresholds; 521 @NonNull TrustedPresentationThresholds thresholds, @NonNull Executor executor, in registerTrustedPresentationListener()
|
D | WindowManagerGlobal.java | 46 import android.window.TrustedPresentationThresholds; 834 @NonNull TrustedPresentationThresholds thresholds, Executor executor, in registerTrustedPresentationListener() 964 private void addListener(IBinder window, TrustedPresentationThresholds thresholds, in addListener()
|
D | SurfaceControl.java | 298 long nativeObject, long nativeTpc, TrustedPresentationThresholds thresholds); in nativeSetTrustedPresentationCallback() 2729 public static final class TrustedPresentationThresholds { class in SurfaceControl 2747 public TrustedPresentationThresholds( in TrustedPresentationThresholds() method in SurfaceControl.TrustedPresentationThresholds 4605 @NonNull TrustedPresentationThresholds thresholds, @NonNull Executor executor, in setTrustedPresentationCallback()
|
D | WindowManager.java | 133 import android.window.TrustedPresentationThresholds; 6249 @NonNull TrustedPresentationThresholds thresholds, @NonNull Executor executor, in registerTrustedPresentationListener()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 592 const TrustedPresentationThresholds&); 814 bool setTrustedPresentationInfo(TrustedPresentationThresholds const& thresholds, 1038 TrustedPresentationThresholds mTrustedPresentationThresholds;
|
D | Layer.cpp | 457 const TrustedPresentationThresholds& thresholds) { in computeTrustedPresentationState() 4417 bool Layer::setTrustedPresentationInfo(TrustedPresentationThresholds const& thresholds, in setTrustedPresentationInfo()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 71 using gui::TrustedPresentationThresholds; 2346 const TrustedPresentationThresholds& thresholds, void* context, in setTrustedPresentationCallback() 2375 s->trustedPresentationThresholds = TrustedPresentationThresholds(); in clearTrustedPresentationCallback()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 2024 TrustedPresentationThresholds thresholds; in nativeSetTrustedPresentationCallback()
|
/frameworks/base/core/api/ |
D | current.txt | 52299 …oid.view.SurfaceControl, @NonNull android.view.SurfaceControl.TrustedPresentationThresholds, @NonN… 52314 @Deprecated public static final class SurfaceControl.TrustedPresentationThresholds { 52315 …ctor @Deprecated public SurfaceControl.TrustedPresentationThresholds(@FloatRange(from=0.0f, fromIn… 54476 …Listener(@NonNull android.os.IBinder, @NonNull android.window.TrustedPresentationThresholds, @NonN… 61516 …trusted_presentation_listener_for_window") public final class TrustedPresentationThresholds implem… 61517 …indow.flags.trusted_presentation_listener_for_window") public TrustedPresentationThresholds(@Float… 61523 …lic static final android.os.Parcelable.Creator<android.window.TrustedPresentationThresholds> CREAT…
|
/frameworks/base/boot/ |
D | preloaded-classes | 8909 android.view.SurfaceControl$TrustedPresentationThresholds
|
D | boot-image-profile.txt | 31323 Landroid/view/SurfaceControl$TrustedPresentationThresholds;
|
/frameworks/base/config/ |
D | preloaded-classes | 8940 android.view.SurfaceControl$TrustedPresentationThresholds
|
D | boot-image-profile.txt | 41484 Landroid/view/SurfaceControl$TrustedPresentationThresholds;
|