Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 23 of 23) sorted by relevance

/aosp14/system/core/healthd/
H A Danimation.h70 frame* frames = nullptr; member
81 ~animation() { delete frames; } in ~animation() local
H A DAnimationParser.cpp88 std::vector<animation::frame> frames; in parse_animation_desc() local
H A Dhealthd_mode_charger_test.cpp149 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt()
H A Dhealthd_mode_charger.cpp845 int Charger::CreateMultiDisplaySurface(const std::string& name, int* frames, int* fps, in CreateMultiDisplaySurface()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowlessWindowLayout.java42 float compatScale, ClientWindowFrames frames) { in computeFrames()
H A DIWindow.aidl57 void resized(in ClientWindowFrames frames, boolean reportDraw, in resized()
H A DWindowLayout.java68 float compatScale, ClientWindowFrames frames) { in computeFrames()
H A DPointerIcon.java498 final int frames = animationDrawable.getNumberOfFrames(); in loadResource() local
H A DWindowlessWindowManager.java374 ClientWindowFrames frames = new ClientWindowFrames(); in relayout() local
H A DViewRootImpl.java9131 private void dispatchResized(ClientWindowFrames frames, boolean reportDraw, in dispatchResized()
10547 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java213 public final int frames; field in SynthesisPlaybackQueueItem.ProgressMarker
219 public ProgressMarker(int frames, int start, int end) { in ProgressMarker()
H A DBlockingAudioTrack.java357 public void setNotificationMarkerPosition(int frames) { in setNotificationMarkerPosition()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/util/
H A DKeyguardTransitionRunner.kt43 private var frames = MutableStateFlow(Pair<Long, FrameCallback?>(0L, null)) regex
/aosp14/frameworks/base/libs/hwui/
H A DJankTracker.h72 RingBuffer<FrameInfo, 120>& frames() { return mFrames; } in frames() function
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp144 std::unique_ptr<uintptr_t[]> frames(new uintptr_t[kMaxTraceLength]); in AddCauseProtos() local
H A Dtombstone_proto.cpp411 static void dump_thread_backtrace(std::vector<unwindstack::FrameData>& frames, Thread& thread) { in dump_thread_backtrace()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java47 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java54 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java215 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockFindingClassVisitor.java131 Frame[] frames = a.getFrames(); in visitEnd() local
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h88 SortedVector<Frame> frames; member
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java348 public void resized(ClientWindowFrames frames, boolean reportDraw, in resized()
/aosp14/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java142 String frames = matcher.group(5); in parseTimeExpression() local