Searched defs:State (Results 51 - 69 of 69) sorted by relevance

123

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java34 private static class State { class in class:Filter
56 private State mState = new State();
274 return mState.check(State.STATE_OPEN);
395 return (mIsActive && !mState.check(State.STATE_CLOSED));
443 if (mState.current == State.STATE_OPEN) {
592 if (mState.current == State.STATE_UNPREPARED) {
594 mState.current = State.STATE_PREPARED;
596 if (mState.current == State.STATE_PREPARED) {
599 mState.current = State
[all...]
H A DCameraStreamer.java731 private static class State { class in class:CameraStreamer
769 private State mState = new State();
996 return mState.current() != State.STATE_STOPPED;
1110 if (mState.current() != State.STATE_RUNNING) {
1142 if (mState.current() == State.STATE_STOPPED) {
1143 mState.set(State.STATE_RUNNING);
1150 if (mState.current() == State.STATE_RUNNING) {
1155 mState.set(State.STATE_STOPPED);
1160 if (mState.current() == State
[all...]
H A DGraphRunner.java53 private static class State { class in class:GraphRunner
114 private State mState = new State();
198 if (mState.check(State.RUNNING)) {
244 mState.addState(State.PAUSED);
248 if (mState.removeState(State.PAUSED)) {
249 if (mState.current() == State.RUNNING) {
256 if (mState.addState(State.HALTED) && mState.check(State.RUNNING)) {
262 if (mState.removeState(State
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.h106 struct State { struct in class:android::Layer
198 virtual bool isOpaque(const Layer::State& s) const;
393 inline const State& getDrawingState() const { return mDrawingState; }
394 inline const State& getCurrentState() const { return mCurrentState; }
395 inline State& getCurrentState() { return mCurrentState; }
435 void commitTransaction(const State& stateToCommit);
504 void popPendingState(State* stateToCommit);
505 bool applyPendingStates(State* stateToCommit);
526 State mCurrentState;
527 State mDrawingStat
[all...]
H A DSurfaceFlinger.h185 struct State { struct in class:android::SurfaceFlinger
441 State mCurrentState;
470 State mDrawingState;
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java43 public static class State { class in class:ImsCallSession
86 private State() { method in class:ImsCallSession.State
548 * The value returned must be one of the states in {@link State}.
554 return State.INVALID;
560 return State.INVALID;
577 case State.IDLE:
578 case State.INITIATED:
579 case State.NEGOTIATING:
580 case State.ESTABLISHING:
581 case State
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java65 public abstract void onStateChanged(@NonNull View bottomSheet, @State int newState);
105 public @interface State {} interface in class:BottomSheetBehavior
123 @State
472 public final void setState(@State int state) {
510 @State
515 private void setStateInternal(@State int state) {
602 @State int targetState;
667 @State
670 SettleRunnable(View view, @State int targetState) {
686 @State
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java184 public @interface State {} interface in class:PlaybackStateCompat
195 * State indicating this item is currently stopped.
202 * State indicating this item is currently paused.
209 * State indicating this item is currently playing.
216 * State indicating this item is currently fast forwarding.
223 * State indicating this item is currently rewinding.
230 * State indicating this item is currently buffering and will begin playing
238 * State indicating this item is currently in an error state. The error
246 * State indicating the class doing playback is currently connecting to a
259 * State indicatin
[all...]
/frameworks/av/include/media/
H A DAudioTrack.h981 enum State { enum in class:android::AudioTrack
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h190 enum State { enum in struct:android::MediaCodec
290 State mState;
360 void setState(State newState);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp76 enum State { enum in struct:android::ANetworkSession::Session
85 State state,
123 State mState;
162 State state,
1115 Session::State state;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h170 enum State { enum in struct:android::camera2::Parameters
292 static const char *getStateName(State state);
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java122 private ToggleAction.State mAirplaneState = ToggleAction.State.Off;
250 mState = buttonOn ? State.TurningOn : State.TurningOff;
597 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
811 enum State { enum in class:GlobalActions.ToggleAction
819 State(boolean intermediate) { method in class:GlobalActions.ToggleAction.State
828 protected State mState = State
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java36 import com.android.systemui.qs.QSTile.State;
63 * State management done on a looper provided by the host. Tiles should update state in
67 public abstract class QSTile<TState extends State> {
317 protected void checkIfRestrictionEnforcedByAdminOnly(State state, String userRestriction) {
417 void onStateChanged(State state);
549 public static class State { class in class:QSTile
561 public boolean copyTo(State other) {
618 public static class BooleanState extends State {
622 public boolean copyTo(State other) {
641 public boolean copyTo(State othe
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java93 private final State mState = new State();
610 public void onStateChanged(final State state) {
612 final State copy = state.copy();
924 public static final class State { class in class:VolumeDialogController
936 public State copy() {
937 final State rt = new State();
994 void onStateChanged(State state);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java102 private @interface State {} interface in class:DrawerLayout
270 public void onDrawerStateChanged(@State int newState);
797 void updateDrawerState(int forGravity, @State int activeState, View activeDrawer) {
2004 * State persisted across instances
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java396 final State mState = new State();
1421 * {@link LayoutManager#smoothScrollToPosition(RecyclerView, State, int)} and create a
1426 * {@link LayoutManager#smoothScrollToPosition(RecyclerView, State, int)} in your
1430 * @see LayoutManager#smoothScrollToPosition(RecyclerView, State, int)
1599 * {@link RecyclerView.LayoutManager#computeHorizontalScrollOffset(RecyclerView.State)} in your
1604 * (RecyclerView.State)
1625 * {@link RecyclerView.LayoutManager#computeHorizontalScrollExtent(RecyclerView.State)} in your
1629 * @see RecyclerView.LayoutManager#computeHorizontalScrollExtent(RecyclerView.State)
1648 * {@link RecyclerView.LayoutManager#computeHorizontalScrollRange(RecyclerView.State)} i
10468 public static class State { class in class:RecyclerView
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 473 milliseconds

123