Searched refs:allow_rotation (Results 1 – 9 of 9) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 704 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 …]
|
D | db_image_homography.h | 157 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);
|
D | db_framestitching.cpp | 82 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity3DRaw() argument 133 if(allow_rotation) in db_StitchSimilarity3DRaw()
|
D | db_image_homography.cpp | 238 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity2DRaw() argument 282 if(allow_rotation) in db_StitchSimilarity2DRaw()
|
D | db_framestitching.h | 89 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | SettingsActivity.java | 81 if (getResources().getBoolean(R.bool.allow_rotation)) { in onCreate()
|
D | Launcher.java | 457 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/ |
D | AddItemActivity.java | 156 if (!getResources().getBoolean(R.bool.allow_rotation) && in onLongClick()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Launcher.java | 3912 getResources().getBoolean(R.bool.allow_rotation); in isRotationEnabled()
|