Searched refs:origin (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/
H A Dbigram_list_read_write_utils.cpp76 const int origin = *pos; local
89 return origin - offset;
91 return origin + offset;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DDragListener.java64 int origin = mStatePanelTrack.findChild(
67 if (origin != -1 && pos != -1) {
68 State current = (State) array.getItem(origin);
H A DStatePanelTrack.java285 int origin = findChild(mCurrentView);
286 if (origin != -1) {
287 State current = mAdapter.getItem(origin);
/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DWebViewLayoutTestActivity.java56 public void onGeolocationPermissionsShowPrompt(String origin,
58 callback.invoke(origin, true, false);
H A DWebViewBrowserActivity.java104 public GeoPermissionRequest(String origin, GeolocationPermissions.Callback callback) { argument
105 mOrigin = origin;
133 public FilePermissionRequest(String origin) { argument
134 mOrigin = origin;
240 public void onGeolocationPermissionsShowPrompt(String origin,
242 onPermissionRequest(new GeoPermissionRequest(origin, callback));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java204 * @param origin the offset to write from.
208 static int writeString(final byte[] buffer, final int origin, final String word, argument
211 int index = origin;
229 return index - origin;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
H A DDelaunay.cpp130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination) argument
137 orig(temp) = origin;
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DBandController.java285 private void startBandSelect(Point origin) { argument
286 if (DEBUG) Log.d(TAG, "Starting band select @ " + origin);
290 mOrigin = origin;
311 * Resizes the band select rectangle by using the origin and the current pointer position as
366 // Adjust the y-coordinate of the origin the opposite number of pixels so that the
367 // origin remains in the same place relative to the view's items.
382 // Enum values used to determine the corner at which the origin is located within the
450 * @param relativeOrigin The origin of the band select operation, relative to the viewport.
452 * would have a relative origin of (0, 0), even though its absolute point has a higher
472 * opposite the origin
[all...]

Completed in 214 milliseconds