Home
last modified time | relevance | path

Searched defs:deltas (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLongSamplingCounterArrayTest.java143 final long[] deltas = {123, 234, 345, 456}; in testAddCountLocked() local
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto70 repeated SFTimeStatsDeltaProto deltas = 6; field
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h106 std::unordered_map<std::string, Histogram> deltas; variable
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp188 Vector<nsecs_t> deltas; in prime() local
DMediaCodec.cpp2031 sp<AMessage> deltas = updatedFormat->changesFrom(format, false /* deep */); in shapeMediaFormat() local
/frameworks/base/core/java/android/view/
DFocusFinder.java694 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) { in findNearestTouchable()
/frameworks/base/core/java/android/widget/
DGridLayout.java1269 public int[] deltas; field in GridLayout.Axis