/external/webrtc/test/testsupport/ |
frame_reader.h | 35 // read the last frame (in the previous call).
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_fast_common.h | 31 * 6 was previous assigned for SERVER_PROTECTED_DATA, but
|
/external/zlib/src/contrib/ada/ |
readme.txt | 12 for Read_Last parameter now. It is a bit incompartible with previous version,
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedTextSRTSource.h | 75 // [endTimeUs of the previous subtitle, endTimeUs of current subtitle).
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 57 * @param prevState The previous state of the channel
|
/frameworks/base/core/res/res/layout/ |
media_controller.xml | 31 <ImageButton android:id="@+id/prev" style="@android:style/MediaButton.Previous" />
|
/frameworks/base/docs/html/design/patterns/ |
compatibility.jd | 46 resulting actions popup has the same style as in the previous example, but is displayed at the bottom of the screen.</p>
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
index.jd | 37 <p>This class demonstrates how to use UI components and APIs available in newer versions of Android in a backward-compatible way, ensuring that your application still runs on previous versions of the platform.</p>
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
recreating.jd | 44 system uses to restore the previous state is called the "instance state" and is a collection of 55 recreated, the state of the layout is restored to its previous state with no 130 system is creating a new instance of your activity or recreating a previous one, you must check 132 then the system is creating a new instance of the activity, instead of restoring a previous one
|
/frameworks/base/docs/html/training/design-navigation/ |
multiple-sizes.jd | 6 previous.title=Planning Screens and Their Relationships 7 previous.link=screen-planning.html 37 <p>The exhaustive screen map from the previous lesson isn't tied to a particular device form factor, although it can generally look and work okay on a handset or similar-size device. But Android applications need to adapt to a number of different types of devices, from 3" handsets to 10" tablets to 42" TVs. In this lesson we explore reasons and tactics for grouping together multiple screens from the exhaustive map.</p> 107 <p>Now that we are able to group individual screens together by providing multi-pane layouts on larger-screen devices, let's apply this technique to our exhaustive screen map from the <a href="screen-planning.html">previous lesson</a> to get a better sense of our application's hierarchy on such devices:</p>
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
process-bitmap.jd | 111 android.os.AsyncTask} as demonstrated in the previous section. In order to be efficient with memory, 122 android.os.AsyncTask} from the previous section can be extended to follow a similar pattern.</p> 165 cancel the previous task by calling {@link android.os.AsyncTask#cancel cancel()}. In a small number 177 // Cancel previous task
|
/frameworks/base/docs/html/training/id-auth/ |
custom_auth.jd | 6 previous.title=Authenticating to OAuth2 Services 7 previous.link=authenticate.html 108 worked through the previous lessons, the abstract methods of 111 the methods you called in the previous lesson to get account information and
|
/frameworks/base/docs/html/training/managing-audio/ |
index.jd | 49 software volume controls and where available the play, stop, pause, skip, and previous media
|
/frameworks/base/libs/hwui/ |
Snapshot.h | 83 * Each snapshot has a link to a previous snapshot, indicating the previous 231 * Previous snapshot. 233 sp<Snapshot> previous; member in class:android::uirenderer::Snapshot
|
/frameworks/base/media/java/android/media/session/ |
ISessionController.aidl | 61 void previous();
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
FilterEffect.java | 69 * Call this after manipulating the GL context. Restores the previous GL state.
|
/frameworks/base/native/graphics/jni/ |
bitmap.cpp | 102 // did a ref(), so we need to unref() for the local ref and for the previous
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
TaskGrouping.java | 55 /** Returns the key of the previous task in the group. */
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
AnimatedImageView.java | 33 // the same as the previous one. If this is a resid, we track that. If it's a drawable, we
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
StackViewState.java | 53 * How much does the child overlap with the previous view on the top? Can be used for
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
README.txt | 54 determine whether an image is better or worse than the previous few frames,
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
InputPort.java | 24 * InputPort instances receive Frame data from connected OutputPort instances of a previous filter. 97 * conjunction with {@link #setAutoPullEnabled(boolean)}. Overrides any previous bindings. 111 * Overrides any previous bindings. 131 * Overrides any previous bindings.
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 637 * previous contour. If there is no previous contour, this is treated the 641 * previous contour, to specify the start of a new contour 643 * previous contour, to specify the start of a new contour 668 * point on this contour. If there is no previous point, then a moveTo(0,0) 671 * @param dx The amount to add to the x-coordinate of the previous point on 673 * @param dy The amount to add to the y-coordinate of the previous point on 701 * point on this contour. If there is no previous point, then a moveTo(0,0) 743 * current point on this contour. If there is no previous point, then a
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewCallbacks.java | 29 * A new view has been activated and the previous view de-activated.
|
/frameworks/support/customtabs/src/android/support/customtabs/ |
CustomTabsSession.java | 50 * All previous calls to this method will be deprioritized.
|