Searched refs:state (Results 326 - 350 of 1016) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java120 void includeState(State state) { argument
124 state.action = ACTION_OPEN;
126 state.action = ACTION_CREATE;
128 state.action = ACTION_GET_CONTENT;
130 state.action = ACTION_OPEN_TREE;
132 state.action = ACTION_PICK_COPY_DESTINATION;
135 if (state.action == ACTION_OPEN || state.action == ACTION_GET_CONTENT) {
136 state.allowMultiple = intent.getBooleanExtra(
140 if (state
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryItemAnimator.java82 RecyclerView.State state,
86 ItemInfo info = (ItemInfo) super.recordPreLayoutInformation(state,
95 RecyclerView.State state, RecyclerView.ViewHolder viewHolder) {
96 ItemInfo info = (ItemInfo) super.recordPostLayoutInformation(state,
81 recordPreLayoutInformation( RecyclerView.State state, RecyclerView.ViewHolder viewHolder, @AdapterChanges int changeFlags, List<Object> payloads) argument
94 recordPostLayoutInformation( RecyclerView.State state, RecyclerView.ViewHolder viewHolder) argument
H A DSectionBreakDocumentsAdapterWrapper.java237 public void bind(State state) { argument
238 bind(null, null, state);
242 public void bind(Cursor cursor, String modelId, State state) { argument
243 if (state.derivedMode == State.MODE_GRID) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java87 boolean visible = (simReadyOrUnknown || isCdma()) // we only check the sim state for GSM
96 Log.w(TAG, "Error noting data connection state", e);
138 public void onServiceStateChanged(ServiceState state) {
139 mServiceState = state;
144 public void onDataConnectionStateChanged(int state, int networkType) {
145 mDataState = state;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DNewDeviceAction.java191 public void handleTimerEvent(int state) { argument
192 if (mState == STATE_NONE || mState != state) {
195 if (state == STATE_WAITING_FOR_SET_OSD_NAME) {
202 } else if (state == STATE_WAITING_FOR_DEVICE_VENDOR_ID) {
H A DSystemAudioStatusAction.java118 void handleTimerEvent(int state) { argument
119 if (mState != state) {
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java48 void setWindowState(int window, int state); argument
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConference.java47 int state,
57 mState = state;
74 .append(", state: ")
136 int state = source.readInt();
148 return new ParcelableConference(phoneAccount, state, capabilities, properties,
45 ParcelableConference( PhoneAccountHandle phoneAccount, int state, int connectionCapabilities, int connectionProperties, List<String> connectionIds, IVideoProvider videoProvider, int videoState, long connectTimeMillis, StatusHints statusHints, Bundle extras) argument
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java134 holder.state = (TextView) convertView.findViewById(android.R.id.text2);
145 if (holder.state != null) {
146 holder.state.setText(eventToString(event.getEventType()));
178 public TextView state; field in class:UsageLogActivity.ViewHolder
/frameworks/base/tools/aapt2/proto/
H A DProtoHelpers.h37 pb::SymbolStatus_Visibility serializeVisibilityToPb(SymbolState state);
/frameworks/rs/
H A DrsFBOCache.h51 State state; member in struct:android::renderscript::FBOCache::Hal
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuPresenter.java46 * of menu state so that it does not attempt to hide the action bar
135 * Returns an ID for determining how to save/restore instance state.
141 * Returns a Parcelable describing the current state of the presenter.
144 * @return The saved instance state
149 * Supplies the previously saved instance state to be restored.
150 * @param state The previously saved instance state
152 public void onRestoreInstanceState(Parcelable state); argument
/frameworks/base/libs/hwui/
H A DDisplayListOp.h95 // default behavior only affects immediate, deferrable state, issue directly to renderer
147 renderer.restoreDisplayState(*(ops[i].state), true);
153 * When this method is invoked the state field is initialized to have the
154 * final rendering state. We can thus use it to process data as it will be
163 const DeferredDisplayState& state) {}
194 inline bool isOpaqueOverBounds(const DeferredDisplayState& state) { argument
196 if (!state.mMatrix.isSimple()) return false;
198 if (state.mRoundRectClipState) return false;
200 // check state/paint for transparency
213 if (state
162 onDefer(OpenGLRenderer& renderer, DeferInfo& deferInfo, const DeferredDisplayState& state) argument
646 const DeferredDisplayState& state = *(ops[i].state); variable
829 const DeferredDisplayState* state = ops[i].state; variable
1351 const DeferredDisplayState& state = *(ops[i].state); variable
[all...]
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h101 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
104 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer);
/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java204 protected void onRestoreInstanceState(Bundle state) { argument
206 super.onRestoreInstanceState(state);
210 * Updates the screen state (current list and other views) when the
H A DListActivity.java152 * // requerying or closing it as the activity changes state.
217 protected void onRestoreInstanceState(Bundle state) { argument
219 super.onRestoreInstanceState(state);
232 * Updates the screen state (current list and other views) when the
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java285 * @param state Optional instance state to restore on the dialog
287 protected void showDialog(Bundle state) { argument
312 if (state != null) {
313 dialog.onRestoreInstanceState(state);
443 protected void onRestoreInstanceState(Parcelable state) { argument
444 if (state == null || !state.getClass().equals(SavedState.class)) {
445 // Didn't save state for us in onSaveInstanceState
446 super.onRestoreInstanceState(state);
[all...]
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java66 * Playback state of a RemoteControlClient which is stopped.
72 * Playback state of a RemoteControlClient which is paused.
78 * Playback state of a RemoteControlClient which is playing media.
84 * Playback state of a RemoteControlClient which is fast forwarding in the media
91 * Playback state of a RemoteControlClient which is fast rewinding in the media
98 * Playback state of a RemoteControlClient which is skipping to the next
105 * Playback state of a RemoteControlClient which is skipping back to the previous
112 * Playback state of a RemoteControlClient which is buffering data to play before it can
119 * Playback state of a RemoteControlClient which cannot perform any playback related
129 * The value of a playback state whe
627 setPlaybackState(int state) argument
655 setPlaybackState(int state, long timeInMs, float playbackSpeed) argument
659 setPlaybackStateInt(int state, long timeInMs, float playbackSpeed, boolean hasPosition) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java63 State state) {
69 mState = state;
88 * See state strings defined in ril.h RIL_REQUEST_QUERY_AVAILABLE_NETWORKS
101 "RIL impl error: Invalid network state '" + s + "'");
151 (State) in.readSerializable()); /*state*/
60 OperatorInfo(String operatorAlphaLong, String operatorAlphaShort, String operatorNumeric, State state) argument
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp143 if (srcType->symbolStatus.state == SymbolState::kPublic) {
144 if (dstType->symbolStatus.state == SymbolState::kPublic && dstType->id && srcType->id
191 if (srcEntry->symbolStatus.state != SymbolState::kUndefined) {
192 if (srcEntry->symbolStatus.state == SymbolState::kPublic) {
193 if (dstEntry->symbolStatus.state == SymbolState::kPublic &&
210 if (dstEntry->symbolStatus.state != SymbolState::kPublic &&
211 dstEntry->symbolStatus.state != srcEntry->symbolStatus.state) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h119 State& state() { return m_State; } function in class:mcld::DiagnosticEngine
121 const State& state() const { return m_State; } function in class:mcld::DiagnosticEngine
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java.broken55 PhoneConstants.DataState state) {
/frameworks/support/v4/java/android/support/v4/media/session/
H A DIMediaControllerCallback.aidl34 void onPlaybackStateChanged(in PlaybackStateCompat state);
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java169 protected boolean onStateChange(int[] state) { argument
170 boolean changed = super.onStateChange(state);
172 changed |= mVerticalTrack.setState(state);
175 changed |= mVerticalThumb.setState(state);
178 changed |= mHorizontalTrack.setState(state);
181 changed |= mHorizontalThumb.setState(state);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuPresenter.java165 Bundle state = new Bundle();
166 saveHierarchyState(state);
168 state.putInt(OPEN_SUBMENU_KEY, mOpenSubMenuId);
170 return state;
174 public void onRestoreInstanceState(Parcelable state) { argument
175 restoreHierarchyState((Bundle) state);

Completed in 791 milliseconds

<<11121314151617181920>>