Searched defs:high (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java98 public static float clamp(float i, float low, float high) { argument
99 return Math.max(Math.min(i, high), low);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c42 dicInfo->dic_freq[ NJ_MODE_TYPE_HENKAN ].high = 0;
341 (JNIEnv *env, jobject obj, jlong wnnWork, jint index, jint base, jint high)
347 ( high < -1 || high > 1000 ) ) {
355 if( base < 0 || high < 0 || base > high ) {
356 /* If -1 was specified to base or high, clear that dictionary information structure */
357 /* If base is larger than high, clear that dictionary information structure */
366 work->dicSet.dic[ index ].dic_freq[ NJ_MODE_TYPE_HENKAN ].high = high;
340 Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter(JNIEnv *env, jobject obj, jlong wnnWork, jint index, jint base, jint high) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp77 int low, high; local
80 high = hi;
82 if ( low < (high-2) ) {
85 maxx = sp[high];
87 spsorty( sp, low, high);
92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows)));
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
105 else if (low >= (high - 1)) { // two or one points
106 a = makeEdge(sp[low], sp[high]);
112 b = makeEdge(s2, (s3 = sp[high]));
354 spsortx(SitePointer *sp_in, int low, int high) argument
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollController.java240 /** set low bound, high bound and index for the item */
241 final public void setValue(int index, int low, int high) { argument
244 mHigh = high;
245 mCenter = (low + high) / 2;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h113 NJ_UINT16 high; member in struct:__anon98
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 121 milliseconds