Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DSpecialCharSequenceMgr.java144 SimContactQueryCookie sc = new SimContactQueryCookie(index - 1, handler, in handleAdnEntry() local
148 sc.contactNum = index - 1; in handleAdnEntry()
149 sc.setTextField(textField); in handleAdnEntry()
152 sc.progressDialog = new ProgressDialog(context); in handleAdnEntry()
153 sc.progressDialog.setTitle(R.string.simContacts_title); in handleAdnEntry()
154 sc.progressDialog.setMessage(context.getText(R.string.simContacts_emptyLoading)); in handleAdnEntry()
155 sc.progressDialog.setIndeterminate(true); in handleAdnEntry()
156 sc.progressDialog.setCancelable(true); in handleAdnEntry()
157 sc.progressDialog.setOnCancelListener(sc); in handleAdnEntry()
158 sc.progressDialog.getWindow().addFlags( in handleAdnEntry()
[all …]
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_framestitching.cpp85 double c[3],cp[3],r[3],rp[3],M[9],s,sp,sc; in db_StitchSimilarity3DRaw() local
128 if(allow_scaling) sc=sqrt(db_SafeDivision(sp,s)); in db_StitchSimilarity3DRaw()
129 else sc=1.0; in db_StitchSimilarity3DRaw()
130 *scale=sc; in db_StitchSimilarity3DRaw()
162 t[0]=cp[0]-sc*(R[0]*c[0]+R[1]*c[1]+R[2]*c[2]); in db_StitchSimilarity3DRaw()
163 t[1]=cp[1]-sc*(R[3]*c[0]+R[4]*c[1]+R[5]*c[2]); in db_StitchSimilarity3DRaw()
164 t[2]=cp[2]-sc*(R[6]*c[0]+R[7]*c[1]+R[8]*c[2]); in db_StitchSimilarity3DRaw()
Ddb_image_homography.cpp241 double c[2],cp[2],r[2],rp[2],M[4],s,sp,sc; in db_StitchSimilarity2DRaw() local
277 if(allow_scaling) sc=sqrt(db_SafeDivision(sp,s)); in db_StitchSimilarity2DRaw()
278 else sc=1.0; in db_StitchSimilarity2DRaw()
279 *scale=sc; in db_StitchSimilarity2DRaw()
326 t[0]=cp[0]-sc*(R[0]*c[0]+R[1]*c[1]); in db_StitchSimilarity2DRaw()
327 t[1]=cp[1]-sc*(R[2]*c[0]+R[3]*c[1]); in db_StitchSimilarity2DRaw()
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
DGrassView.java36 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in surfaceChanged() local
37 RenderScriptGL RS = createRenderScriptGL(sc); in surfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
DGalaxyView.java36 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in surfaceChanged() local
37 RenderScriptGL RS = createRenderScriptGL(sc); in surfaceChanged()
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamView.java23 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in surfaceChanged() local
24 mRS = createRenderScriptGL(sc); in surfaceChanged()
DPhaseBeamWallpaper.java61 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in onSurfaceCreated() local
62 mRenderScript = new RenderScriptGL(PhaseBeamWallpaper.this, sc); in onSurfaceCreated()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldView.java23 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in surfaceChanged() local
24 mRS = createRenderScriptGL(sc); in surfaceChanged()
DNoiseFieldWallpaper.java62 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in onSurfaceCreated() local
63 mRenderScript = new RenderScriptGL(NoiseFieldWallpaper.this, sc); in onSurfaceCreated()
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxyView.java26 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in surfaceChanged() local
27 mRS = createRenderScriptGL(sc); in surfaceChanged()
DGalaxy4Wallpaper.java71 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in onSurfaceCreated() local
72 mRenderScript = new RenderScriptGL(Galaxy4Wallpaper.this, sc); in onSurfaceCreated()
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
DFallView.java39 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in surfaceChanged() local
40 RenderScriptGL RS = createRenderScriptGL(sc); in surfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/
DRenderScriptWallpaper.java98 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in onSurfaceCreated() local
99 mRs = new RenderScriptGL(RenderScriptWallpaper.this, sc); in onSurfaceCreated()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
DRenderScriptWallpaper.java107 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in onSurfaceCreated() local
108 mRs = new RenderScriptGL(RenderScriptWallpaper.this, sc); in onSurfaceCreated()
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
DHoloSpiralWallpaper.java71 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in onSurfaceCreated() local
72 mRenderScript = new RenderScriptGL(HoloSpiralWallpaper.this, sc); in onSurfaceCreated()
DHoloSpiralView.java63 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in surfaceCreated() local
64 mRenderScript = createRenderScriptGL(sc); in surfaceCreated()
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
DRenderScriptWallpaper.java103 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); in onSurfaceCreated() local
104 mRs = new RenderScriptGL(RenderScriptWallpaper.this, sc); in onSurfaceCreated()
/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider.java471 public MySuggestionCursor(Cursor hc, Cursor sc, String string) { in MySuggestionCursor() argument
473 mSuggestCursor = sc; in MySuggestionCursor()
475 mSuggestionCount = sc != null ? sc.getCount() : 0; in MySuggestionCursor()
931 Cursor sc = searchEngine.getSuggestions(getContext(), selectionArgs[0]);
932 return new MySuggestionCursor(c, sc, selectionArgs[0]);
/packages/apps/Nfc/src/com/android/nfc/nxp/
DNativeNfcTag.java640 byte[] sc = new byte[2]; in getTechExtras()
647 System.arraycopy(mTechPollBytes[i], 8, sc, 0, 2); in getTechExtras()
648 extras.putByteArray(NfcF.EXTRA_SC, sc); in getTechExtras()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUtils.java337 final char sc = Character.toLowerCase(s.charAt(i)); in editDistance() local
339 final int cost = sc == tc ? 0 : 1; in editDistance()
344 && sc == Character.toLowerCase(t.charAt(j - 1)) in editDistance()
/packages/apps/Browser/src/com/android/browser/
DSuggestionsAdapter.java304 for (CursorSource sc : mSources) { in performFiltering()
305 sc.runQuery(constraint); in performFiltering()