Home
last modified time | relevance | path

Searched refs:setOrientation (Results 1 – 25 of 27) sorted by relevance

12

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DSelfOrientingSashForm.java87 setOrientation(preferredOrientation); in getOrientation()
95 public void setOrientation(int orientation) { in setOrientation() method in SelfOrientingSashForm
100 super.setOrientation(orientation); in setOrientation()
135 setOrientation(newOrientation); in layout()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioListener.h54 void setOrientation(float x, float y, float z, float upX, float upY, float upZ) in setOrientation() function
56 setOrientation(FloatPoint3D(x, y, z)); in setOrientation()
59 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; } in setOrientation() function
DPannerNode.h92 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); } in setOrientation() function
DAudioListener.idl36 void setOrientation(float x, float y, float z, float xUp, float yUp, float zUp);
DPannerNode.idl44 void setOrientation(float x, float y, float z);
/external/eigen/demos/opengl/
Dcamera.cpp112 setOrientation(Quaternionf(camAxes)); in setDirection()
133 void Camera::setOrientation(const Quaternionf& q) in setOrientation() function in Camera
160 setOrientation(qa); in rotateAroundTarget()
169 setOrientation(orientation() * q); in localRotate()
Dcamera.h63 void setOrientation(const Eigen::Quaternionf& q);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.h61 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; } in setOrientation() function
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
DAwTestRunnerActivity.java25 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontPlatformDataHarfBuzz.h99 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DCertificateViewer.java78 container.setOrientation(LinearLayout.VERTICAL); in showCertificateChain()
120 certificateView.setOrientation(LinearLayout.VERTICAL); in addCertificateDetails()
DWebsiteSettingsPopup.java59 mContainer.setOrientation(LinearLayout.VERTICAL); in WebsiteSettingsPopup()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DHandleView.java106 setOrientation(pos); in HandleView()
123 void setOrientation(int pos) { in setOrientation() method in HandleView
/external/replicaisland/src/com/replica/replicaisland/
DInputSystem.java65 public void setOrientation(float x, float y, float z) { in setOrientation() method in InputSystem
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontPlatformDataWin.h103 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCombineText.cpp104 description.setOrientation(Horizontal); // We are going to draw combined text horizontally. in combineText()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontPlatformData.h125 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
DSimpleFontData.cpp178 verticalRightPlatformData.setOrientation(Horizontal); in verticalRightOrientationFontData()
DFontDescription.h168 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
/external/chromium_org/ui/android/java/src/org/chromium/ui/
DColorSuggestionListAdapter.java105 layout.setOrientation(LinearLayout.HORIZONTAL); in getView()
DColorPickerAdvanced.java64 setOrientation(LinearLayout.VERTICAL); in init()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp578 scope.fontDescription().setOrientation(fontOrientation); in checkForOrientationChange()
663 fontDescription.setOrientation(fontOrientation); in createFontForDocument()
/external/jmonkeyengine/engine/src/test/jme3test/audio/
DTestMusicPlayer.java101 sldVolume.setOrientation(javax.swing.JSlider.VERTICAL); in initComponents()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DInfoBarContainer.java101 setOrientation(LinearLayout.VERTICAL);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentVideoView.java129 setOrientation(LinearLayout.VERTICAL); in ProgressView()

12