OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCurrentState
(Results
1 - 12
of
12
) sorted by null
/frameworks/rs/driver/
rsdShader.h
112
StateBasedKey *
mCurrentState
;
/frameworks/native/services/surfaceflinger/
Layer.h
278
inline const State& getCurrentState() const { return
mCurrentState
; }
279
inline State& getCurrentState() { return
mCurrentState
; }
341
State
mCurrentState
;
SurfaceFlinger.h
411
State
mCurrentState
;
/frameworks/av/include/media/
mediaplayer.h
264
media_player_states
mCurrentState
;
mediarecorder.h
246
media_recorder_states
mCurrentState
;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java
81
private int
mCurrentState
= STATE_IDLE;
231
if (
mCurrentState
== STATE_ERROR ||
mCurrentState
== STATE_PLAYBACK_COMPLETED) {
240
mCurrentState
= STATE_ERROR;
314
mCurrentState
= isPlaying() ? STATE_PLAYING : STATE_PAUSED;
370
mCurrentState
= STATE_IDLE;
382
mCurrentState
= STATE_PLAYBACK_COMPLETED;
460
return (
mCurrentState
!= STATE_ERROR &&
mCurrentState
!= STATE_IDLE);
469
mCurrentState
= STATE_PLAYING
[
all
...]
/frameworks/base/core/java/android/widget/
VideoView.java
87
//
mCurrentState
is a VideoView object's current state.
92
private int
mCurrentState
= STATE_IDLE;
224
mCurrentState
= STATE_IDLE;
290
mCurrentState
= STATE_IDLE;
348
mCurrentState
= STATE_PREPARING;
352
mCurrentState
= STATE_ERROR;
358
mCurrentState
= STATE_ERROR;
399
mCurrentState
= STATE_PREPARED;
462
mCurrentState
= STATE_PLAYBACK_COMPLETED;
487
mCurrentState
= STATE_ERROR
[
all
...]
/frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java
152
private int
mCurrentState
;
334
switch (
mCurrentState
) {
350
throw new IllegalStateException("Unknown state: " +
mCurrentState
);
369
mCurrentState
= STATE_DETECTING;
470
Slog.i(LOG_TAG, "
mCurrentState
: STATE_DELEGATING");
473
Slog.i(LOG_TAG, "
mCurrentState
: STATE_DETECTING");
476
Slog.i(LOG_TAG, "
mCurrentState
: STATE_VIEWPORT_DRAGGING");
479
Slog.i(LOG_TAG, "
mCurrentState
: STATE_MAGNIFIED_INTERACTION");
486
mPreviousState =
mCurrentState
;
487
mCurrentState
= state
[
all
...]
TouchExplorer.java
120
private int
mCurrentState
= STATE_TOUCH_EXPLORING;
262
switch (
mCurrentState
) {
298
mCurrentState
= STATE_TOUCH_EXPLORING;
316
Slog.d(LOG_TAG, getStateSymbolicName(
mCurrentState
));
321
switch(
mCurrentState
) {
335
throw new IllegalStateException("Illegal state: " +
mCurrentState
);
490
mCurrentState
= STATE_GESTURE_DETECTING;
573
mCurrentState
= STATE_DRAGGING;
580
mCurrentState
= STATE_DELEGATING;
602
mCurrentState
= STATE_DELEGATING
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Tab.java
243
protected PageState
mCurrentState
;
342
mCurrentState
= new PageState(mContext,
409
if (
mCurrentState
.mSecurityState == SecurityState.SECURITY_STATE_SECURE) {
413
mCurrentState
.mSecurityState = SecurityState.SECURITY_STATE_MIXED;
632
mCurrentState
.mUrl = view.getUrl();
633
if (
mCurrentState
.mUrl == null) {
634
mCurrentState
.mUrl = "";
636
mCurrentState
.mOriginalUrl = view.getOriginalUrl();
637
mCurrentState
.mTitle = view.getTitle();
638
mCurrentState
.mFavicon = view.getFavicon()
[
all
...]
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
[
all
...]
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 356 milliseconds