Home
last modified time | relevance | path

Searched refs:allow_rotation (Results 1 – 9 of 9) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; in db_RobImageHomography() local
798 allow_rotation=1; in db_RobImageHomography()
805 allow_rotation=1; in db_RobImageHomography()
812 allow_rotation=0; in db_RobImageHomography()
819 allow_rotation=1; in db_RobImageHomography()
826 allow_rotation=1; in db_RobImageHomography()
833 allow_rotation=0; in db_RobImageHomography()
840 allow_rotation=0; in db_RobImageHomography()
847 allow_rotation=1; in db_RobImageHomography()
854 allow_rotation=0; in db_RobImageHomography()
[all …]
Ddb_image_homography.h157 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
170 int allow_scaling=1,int allow_rotation=1,int allow_translation=1)
175 allow_scaling,allow_rotation,allow_translation);
Ddb_framestitching.cpp82 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity3DRaw() argument
133 if(allow_rotation) in db_StitchSimilarity3DRaw()
Ddb_image_homography.cpp238 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity2DRaw() argument
282 if(allow_rotation) in db_StitchSimilarity2DRaw()
Ddb_framestitching.h89 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
/packages/apps/Launcher3/src/com/android/launcher3/
DSettingsActivity.java81 if (getResources().getBoolean(R.bool.allow_rotation)) { in onCreate()
DLauncher.java457 mRotationEnabled = getResources().getBoolean(R.bool.allow_rotation); in onCreate()
1140 return Utilities.ATLEAST_OREO || !getResources().getBoolean(R.bool.allow_rotation); in hasSettings()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java156 if (!getResources().getBoolean(R.bool.allow_rotation) && in onLongClick()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java3912 getResources().getBoolean(R.bool.allow_rotation); in isRotationEnabled()