Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/core/java/android/view/
DOrientationListener.java73 public void onOrientationChanged(int orientation) { in onOrientationChanged()
108 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
DOrientationEventListener.java120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged() local
172 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
DSurface.java399 public static native void setOrientation(int display, int orientation, int flags); in setOrientation()
407 public static void setOrientation(int display, int orientation) { in setOrientation()
DWindowManagerPolicy.java906 public int rotationForOrientationLw(int orientation, int lastRotation); in rotationForOrientationLw()
921 public boolean rotationHasCompatibleMetricsLw(int orientation, int rotation); in rotationHasCompatibleMetricsLw()
/frameworks/base/tools/localize/
DConfiguration.h12 string orientation; member
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java31 public final float orientation; field in OrientedBoundingBox
DInstance.java94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]); in temporalSampler() local
/frameworks/base/include/camera/
DCamera.h48 int orientation; member
/frameworks/base/include/ui/
DDisplayInfo.h32 uint8_t orientation; member
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java63 public ClipDrawable(Drawable drawable, int gravity, int orientation) { in ClipDrawable()
84 int orientation = a.getInt( in inflate() local
DGradientDrawable.java161 public GradientDrawable(Orientation orientation, int[] colors) { in GradientDrawable()
/frameworks/base/include/private/surfaceflinger/
DSharedBufferStack.h35 uint8_t orientation; member
/frameworks/base/libs/gui/
DISurfaceComposer.cpp82 int orientation) in setTransactionState()
206 int orientation = data.readInt32(); in onTransact() local
DSurfaceComposerClient.cpp139 int orientation; in closeGlobalTransactionImpl() local
270 status_t Composer::setOrientation(int orientation) { in setOrientation()
444 int orientation, uint32_t flags) in setOrientation()
/frameworks/base/core/java/android/webkit/
DPluginFullScreenHolder.java47 PluginFullScreenHolder(WebView webView, int orientation, int npp) { in PluginFullScreenHolder()
/frameworks/base/services/surfaceflinger/
DSurfaceTextureLayer.cpp90 uint32_t orientation = layer->getOrientation(); in connect() local
DTransform.cpp40 Transform::Transform(uint32_t orientation) { in Transform()
DLayer.cpp586 uint32_t orientation = 0; in getTransformHint() local
DSurfaceFlinger.h275 uint8_t orientation; member
DSurfaceFlinger.cpp576 const int orientation = mCurrentState.orientation; in handleTransactionLocked() local
1246 int orientation) { in setTransactionState()
1316 int orientation, uint32_t flags) in setOrientation()
2713 int orientation, int w, int h, Transform* tr) in orientationToTransfrom()
2736 status_t GraphicPlane::setOrientation(int orientation) in setOrientation()
/frameworks/media/libvideoeditor/vss/inc/
DM4EXIFC_CommonAPI.h89 M4COMMON_Orientation orientation; /**< orientation of image */ member
/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp39 jfieldID orientation; member
/frameworks/base/core/java/android/content/res/
DConfiguration.java223 public int orientation; field in Configuration
/frameworks/base/native/android/
Dconfiguration.cpp146 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation) { in AConfiguration_setOrientation()
/frameworks/base/services/input/
DPointerController.cpp331 void PointerController::setDisplayOrientation(int32_t orientation) { in setDisplayOrientation()

12