HomeSort by relevance Sort by last modified time
    Searched full:orientation (Results 1 - 25 of 7158) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion5-expected-applyCompletion19.diff 1 Code completion in completion5.xml for android:orientation='^' selecting horizontal:
3 - android:orientation='^'
4 + android:orientation='horizontal'^
completion6-expected-applyCompletion22.diff 1 Code completion in completion6.xml for android:orientation="^" selecting horizontal:
3 - android:orientation="^"
4 + android:orientation="horizontal"^
completion7-expected-applyCompletion23.diff 1 Code completion in completion7.xml for android:orientation="^ selecting horizontal:
3 - android:orientation="^
4 + android:orientation="horizontal^
completionvalues1-expected-completion37.txt 1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item>:
completionvalues1-expected-applyCompletion37.diff 1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting horizontal:
3 - <item name="android:orientation">h^</item>
4 + <item name="android:orientation">horizontal^</item>
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
ImageViewState.java 8 * Wraps the scale, center and orientation of a displayed image for easy restoration on screen rotate.
19 private final int orientation; field in class:ImageViewState
21 public ImageViewState(float scale, PointF center, int orientation) {
25 this.orientation = orientation;
37 return orientation;
  /frameworks/support/viewpager2/src/main/res/values/
attrs.xml 3 <attr name="android:orientation"/>
  /sdk/apps/DeviceConfig/res/values-land/
strings.xml 3 <string name="orientation">LANDSCAPE</string>
  /sdk/apps/DeviceConfig/res/values-port/
strings.xml 3 <string name="orientation">PORTRAIT</string>
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 6 * An interface which defines the orientation manager.
14 private DeviceNaturalOrientation(int orientation) {
15 mOrientation = orientation;
41 * value is given, the closest orientation of CLOCKWISE_0, CLOCKWISE_90,
46 case (-1): // UNKNOWN Orientation
47 // Explicitly default to CLOCKWISE_0, when Orientation is UNKNOWN
74 * Called when the orientation changes.
76 * @param orientationManager The orientation manager detects the change.
77 * @param orientation The new rounded orientation
    [all...]
  /external/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/
Contents.json 4 "orientation" : "portrait",
11 "orientation" : "landscape",
18 "orientation" : "landscape",
25 "orientation" : "portrait",
31 "orientation" : "portrait",
38 "orientation" : "portrait",
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageRotationCalculator.java 24 * Based on the current device orientation, calculates the JPEG rotation that
30 * Calculates the correct JPEG orientation based on the given sampled device
31 * orientation, and the sensor orientation.
38 * Returns a supplier of the correct JPEG orientation based on the
39 * sampled device orientation and the sensor orientation.
  /frameworks/base/tests/TransitionTests/res/layout/
reparenting.xml 3 android:orientation="vertical"
8 android:orientation="horizontal"
13 android:orientation="vertical"
  /packages/apps/Dialer/java/com/android/incallui/
AccelerometerListener.java 29 * This class is used to listen to the accelerometer to monitor the orientation of the phone. The
30 * client of this class is notified when the orientation changes between horizontal and vertical.
34 // Device orientation
47 // mOrientation is the orientation value most recently reported to the client.
48 private int orientation; field in class:AccelerometerListener
49 // mPendingOrientation is the latest orientation computed based on the sensor value.
61 orientation = pendingOrientation;
65 "orientation: "
66 + (orientation == ORIENTATION_HORIZONTAL
68 : (orientation == ORIENTATION_VERTICAL ? "vertical" : "unknown")))
160 final int orientation = local
    [all...]
InCallOrientationEventListener.java 28 * This class listens to Orientation events and overrides onOrientationChanged which gets invoked
29 * when an orientation change occurs. When that happens, we notify InCallUI registrants of the
40 /** Screen orientation angles one of 0, 90, 180, 270, 360 in degrees. */
59 * This is to identify dead zones where we won't notify others of orientation changed. Say for e.g
61 * degrees right or left of the screen orientation angles. If it's not within those ranges, we
67 // the above angles, we will notify orientation changed.
101 * Handles changes in device orientation. Notifies InCallPresenter of orientation changes.
104 * of our screen orientation constants - (one of: {@link #SCREEN_ORIENTATION_0}, {@link
115 final int orientation = toScreenOrientation(rotation) local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/burst/
OrientationLockController.java 20 * Controls the framework the orientation lock.
24 * Lock the framework orientation to the current device orientation
30 * Unlock the framework orientation, so it can change when the device
  /external/glide/library/src/main/java/com/bumptech/glide/signature/
MediaStoreSignature.java 16 private final int orientation; field in class:MediaStoreSignature
27 * @param orientation The orientation of the media store media. Ok to default to 0. See
28 * {@link android.provider.MediaStore.Images.ImageColumns#ORIENTATION}.
30 public MediaStoreSignature(String mimeType, long dateModified, int orientation) {
33 this.orientation = orientation;
50 if (orientation != that.orientation) {
64 result = 31 * result + orientation;
    [all...]
  /device/google/cuttlefish/shared/config/
camera_v1.json 8 "orientation": "back",
30 "orientation": "front",
camera_v3.json 8 "orientation": "back",
30 "orientation": "front",
  /frameworks/base/tools/orientationplot/
README.txt 24 2. Enable the Window Orientation Listener debugging data log.
25 adb shell setprop debug.orientation.log true
37 filtered accelerometer data, measured tilt and orientation angle, confidence
38 intervals for the proposed orientation and accelerometer latency.
44 and the latency for orientation detection goes up. One way to observe this
45 is by holding the device vertically in one orientation then sharply turning
46 it 90 degrees to a different orientation. Compared the rapid changes in the
50 2. Ensure that there is an appropriate gap between adjacent orientation angles
51 for hysteresis. Try holding the device in one orientation and slowly turning
57 Next try holding the device in one orientation and rapidly turning it en
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 34 // Orientation hysteresis amount used in rounding, in degrees
39 // If the framework orientation is locked.
43 // don't allow the orientation to be unlocked if the value is true.
63 // Orientation handling
65 // We can choose to lock the framework orientation or not. If we lock the
66 // framework orientation, we calculate a a compensation value according to
67 // current device orientation and send it to listeners. If we don't lock
68 // the framework orientation, we always set the compensation value to 0.
71 // Lock the framework orientation to the current device orientation
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 30 private TextOrientationType orientation; field in class:TextLabelWidget
45 public TextLabelWidget(LayoutManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation) {
46 this(layoutManager, sizeMetrics, orientation);
50 public TextLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation) {
56 this.orientation = orientation;
85 switch(orientation) {
120 switch (orientation) {
131 throw new UnsupportedOperationException("Orientation " + orientation + " not yet implemented for TextLabelWidget.");
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
NavigationBar.java 44 public NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl,
46 this(context, density, orientation, isRtl, rtlEnabled, simulatedPlatformVersion,
50 protected NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl,
52 super(context, orientation, layoutPath, "navigation_bar.xml", simulatedPlatformVersion);
63 if (orientation == LinearLayout.VERTICAL || (isRtl && !rtlEnabled)) {
75 setupNavBar(context, orientation);
78 private void setupNavBar(BridgeContext context, int orientation) {
82 setSize(context, leftPadding, orientation, getSidePadding(sw));
83 setSize(context, rightPadding, orientation, getSidePadding(sw));
87 setSize(context, navButton, orientation, navButtonWidth)
    [all...]
  /frameworks/base/core/java/android/view/
OrientationListener.java 24 * the orientation of the device has changed.
33 * Returned from onOrientationChanged when the device orientation cannot be determined
56 * SENSOR_DELAY_NORMAL} for simple screen orientation change detection.
73 public void onOrientationChanged(int orientation) {
74 OrientationListener.this.onOrientationChanged(orientation);
80 * {@link #onOrientationChanged} when the device orientation changes.
104 * @param orientation The new orientation of the device.
108 abstract public void onOrientationChanged(int orientation);
OrientationEventListener.java 28 * the orientation of the device has changed.
43 * Returned from onOrientationChanged when the device orientation cannot be determined
66 * SENSOR_DELAY_NORMAL} for simple screen orientation change detection.
84 * {@link #onOrientationChanged} when the device orientation changes.
120 int orientation = ORIENTATION_UNKNOWN; local
129 orientation = 90 - (int)Math.round(angle);
131 while (orientation >= 360) {
132 orientation -= 360;
134 while (orientation < 0) {
135 orientation += 360
    [all...]

Completed in 3942 milliseconds

1 2 3 4 5 6 7 8 91011>>