Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/tools/preload2/src/com/android/preload/actions/
DComputeThresholdAction.java43 protected int threshold; field in ComputeThresholdAction
51 public ComputeThresholdAction(String name, DumpTableModel dataTableModel, int threshold, in ComputeThresholdAction()
105 int threshold) { in fromThreshold()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DProximityEvaluator.java22 float threshold = 0.1f; in evaluate() local
/frameworks/base/libs/common_time/
Dcommon_time_config_service.cpp92 status_t CommonTimeConfigService::getPanicThreshold(int *threshold) { in getPanicThreshold()
96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) { in setPanicThreshold()
Dcommon_time_server_api.cpp225 status_t CommonTimeServer::getPanicThreshold(int *threshold) { in getPanicThreshold()
231 status_t CommonTimeServer::setPanicThreshold(int threshold) { in setPanicThreshold()
/frameworks/av/media/common_time/
DICommonTimeConfig.cpp246 virtual status_t getPanicThreshold(int *threshold) { in getPanicThreshold()
262 virtual status_t setPanicThreshold(int threshold) { in setPanicThreshold()
462 int threshold; in onTransact() local
473 int threshold = data.readInt32(); in onTransact() local
/frameworks/base/libs/hwui/utils/
DMathUtils.h73 float angleInRads, float threshold) { in divisionsNeededToApproximateArc()
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
/frameworks/base/core/java/android/os/
DCommonTimeConfig.java307 public int setPanicThreshold(int threshold) { in setPanicThreshold()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java256 final long threshold = mGestureStarted ? in onMotionEvent() local
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java482 final int threshold = width * height / 4; in scanImage() local
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dtns.h71 Word16 threshold; /* min. prediction gain for using tns TABUL * 100 */ member
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java210 long threshold = Settings.Global.getLong(mResolver, in restatDataDir() local
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java273 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
/frameworks/native/cmds/flatland/
DMain.cpp616 const double threshold = .0025; in runTest() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java831 final float threshold = mCallback.getMoveThreshold(viewHolder); in moveIfNecessary() local
1222 final float threshold = mRecyclerView.getWidth() * mCallback in checkHorizontalSwipe() local
1251 final float threshold = mRecyclerView.getHeight() * mCallback in checkVerticalSwipe() local
/frameworks/base/libs/hwui/
DPathTessellator.cpp158 float threshold = std::min(inverseScaleX, inverseScaleY) * ROUND_CAP_THRESH; in capExtraDivisions() local
902 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, float threshold, in approximatePathOutlineVertices()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java288 Integer threshold = mScanId - NUM_SCANS_TO_CONFIRM_AP_LOSS; in fetchScanResults() local
/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java655 int threshold = (int) (pixelCount * PACKING_THRESHOLD); in ComputeWorker() local
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java620 public void setThreshold(int threshold) { in setThreshold()
DSearchView.java1947 public void setThreshold(int threshold) { in setThreshold()
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dadj_thr.c171 Word32 threshold; in initAvoidHoleFlag() local
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp2371 SLpermille threshold) { in android_audioPlayer_setBufferingUpdateThresholdPerMille()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java434 final int threshold = thresholds[i]; in crossesSizeThreshold() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1906 public void setThreshold(int threshold) { in setThreshold()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1585 float threshold = 0.0f; // default to pause after current block (47Kbytes) in changeConfiguration() local

12