HomeSort by relevance Sort by last modified time
    Searched full:orientationlistener (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/java/android/view/
OrientationListener.java 29 public abstract class OrientationListener implements SensorListener {
41 * Creates a new OrientationListener.
43 * @param context for the OrientationListener.
45 public OrientationListener(Context context) {
50 * Creates a new OrientationListener.
52 * @param context for the OrientationListener.
58 public OrientationListener(Context context, int rate) {
70 registerListener(OrientationListener.this);
74 OrientationListener.this.onOrientationChanged(orientation);
79 * Enables the OrientationListener so it will monitor the sensor and cal
    [all...]
OrientationEventListener.java 40 private OrientationListener mOldListener;
78 void registerListener(OrientationListener lis) {
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.view.OrientationListener.html 10 android.view.OrientationListener
74 Class android.view.<A HREF="../../../../reference/android/view/OrientationListener.html" target="_top"><font size="+2"><code>OrientationListener</code></font></A>
86 <A NAME="android.view.OrientationListener.ctor_added(android.content.Context, int)"></A>
87 <nobr><A HREF="../../../../reference/android/view/OrientationListener.html#OrientationListener(android.content.Context, int)" target="_top"><code>OrientationListener</code></A>(<code>Context,</nobr> int<nobr><nobr></code>)</nobr>
pkg_android.view.html 176 <A NAME="OrientationListener"></A>
177 <nobr><A HREF="android.view.OrientationListener.html">OrientationListener</A></nobr>
constructors_index_additions.html 272 <nobr><A HREF="android.view.OrientationListener.html#android.view.OrientationListener.ctor_added(android.content.Context, int)" class="hiddenlink" target="rightframe"><b>OrientationListener</b>
constructors_index_all.html 318 <nobr><A HREF="android.view.OrientationListener.html#android.view.OrientationListener.ctor_added(android.content.Context, int)" class="hiddenlink" target="rightframe"><b>OrientationListener</b>
jdiff_statistics.html 792 <TD><A HREF="android.view.OrientationListener.html">
793 android.view.OrientationListener</A></TD>
    [all...]
alldiffs_index_changes.html     [all...]
classes_index_all.html     [all...]
classes_index_changes.html 510 <A HREF="android.view.OrientationListener.html" class="hiddenlink" target="rightframe">OrientationListener</A><br>
    [all...]
alldiffs_index_all.html     [all...]
alldiffs_index_additions.html     [all...]
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 23 import android.view.OrientationListener;
26 * Test {@link OrientationListener}.
83 private class MockOrientationListener extends OrientationListener {
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 49 private OrientationListener mListener;
62 public interface OrientationListener {
66 public AccelerometerListener(Context context, OrientationListener listener) {
ProximitySensor.java 38 public class ProximitySensor implements AccelerometerListener.OrientationListener,
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureAndroid.java 49 private final OrientationEventListener orientationListener;
78 orientationListener = new OrientationEventListener(GetContext()) {
141 orientationListener.enable();
226 orientationListener.disable();
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaEngine.java 153 private OrientationEventListener orientationListener;
190 orientationListener =
197 orientationListener.enable();
219 orientationListener.disable();
  /frameworks/base/docs/html/sdk/api_diff/3/
user_comments_for_2_to_3.xml     [all...]
missingSinces.txt 87 NO DOC BLOCK: android.view.OrientationListener Constructor (android.content.Context, int)
    [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 1366 milliseconds