Searched refs:mMaxDelay (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java95 private long mMaxDelay; field in class:LayoutAnimationController
302 mMaxDelay = Long.MIN_VALUE;
324 mMaxDelay = Math.max(mMaxDelay, delay);
343 mAnimation.getStartTime() + mMaxDelay + mDuration;
/frameworks/native/libs/gui/
H A DSensor.cpp41 mMaxDelay(0), mFlags(0) {
78 mMaxDelay = INT_MAX;
80 mMaxDelay = static_cast<int32_t>(hwSensor.maxDelay);
84 mMaxDelay = 0;
384 return mMaxDelay;
426 sizeof(mRequiredAppOp) + sizeof(mMaxDelay) + sizeof(mFlags) + sizeof(mUuid);
458 FlattenableUtils::write(buffer, size, mMaxDelay);
510 sizeof(mRequiredPermissionRuntime) + sizeof(mRequiredAppOp) + sizeof(mMaxDelay) +
518 FlattenableUtils::read(buffer, size, mMaxDelay);
/frameworks/native/include/gui/
H A DSensor.h124 int32_t mMaxDelay; member in class:android::Sensor
/frameworks/base/core/java/android/hardware/
H A DSensor.java805 private int mMaxDelay; field in class:Sensor
943 return mMaxDelay;

Completed in 102 milliseconds