HomeSort by relevance Sort by last modified time
    Searched refs:setState (Results 76 - 100 of 309) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
CheckedTextView.java 146 d.setState(CHECKED_STATE_SET);
150 d.setState(getDrawableState());
268 mCheckMarkDrawable.setState(myDrawableState);
FastScroller.java 234 setState(STATE_NONE);
387 setState(STATE_VISIBLE);
410 setState(STATE_NONE);
718 private void setState(int state) {
831 setState(STATE_NONE);
847 setState(STATE_VISIBLE);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 143 mBackground.setState(getDrawableState());
146 mStackedBackground.setState(getDrawableState());
149 mSplitBackground.setState(getDrawableState());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 305 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
472 setState(BluetoothPbap.STATE_CONNECTED);
501 setState(BluetoothPbap.STATE_DISCONNECTED);
669 private void setState(int state) {
670 setState(state, BluetoothPbap.RESULT_SUCCESS);
673 private synchronized void setState(int state, int result) {
817 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 539 setState(UNINITIALIZED);
545 setState(INITIALIZED);
551 setState(CONFIGURED);
571 setState(UNINITIALIZED);
580 setState(STARTED);
617 setState(INITIALIZED);
640 setState(CONFIGURED);
722 setState(STARTED);
885 setState(INITIALIZED);
888 setState(UNINITIALIZED)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 151 mBackground.setState(getDrawableState());
154 mStackedBackground.setState(getDrawableState());
157 mSplitBackground.setState(getDrawableState());
SlidingTab.java 266 void setState(int state) {
272 text.getBackground().setState(activeState);
275 tab.getBackground().setState(activeState);
292 setState(STATE_NORMAL);
391 setState(currentState);
544 mCurrentSlider.setState(Slider.STATE_PRESSED);
601 mCurrentSlider.setState(Slider.STATE_ACTIVE);
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetrieveTransaction.java 148 mTransactionState.setState(TransactionState.FAILED);
163 mTransactionState.setState(TransactionState.SUCCESS);
191 mTransactionState.setState(TransactionState.FAILED);
SendTransaction.java 159 mTransactionState.setState(TransactionState.SUCCESS);
165 mTransactionState.setState(TransactionState.FAILED);
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 123 public void setState(final Object state) {
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 162 entry.setState(null);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h 108 static void setState(v8::Handle<v8::Object> internal, PromiseState);
  /external/chromium_org/third_party/icu/source/common/unicode/
uiter.h 59 * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState;
553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode
    [all...]
  /external/icu4c/common/unicode/
uiter.h 59 * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState;
553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SubscriptionStateParser.java 79 subscriptionState.setState(token.getTokenValue());
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 141 setState(permits);
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 311 setState(getState()); // ensures visibility of readHolds
348 setState(nextc);
374 setState(c + acquires);
632 setState(0); // reset to unlocked state
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 120 public abstract void setState(RawContactDelta state, AccountType source, ViewIdGenerator vig,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java 53 view.setState(state);
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicLinearLayout.java 91 sld.setState(getDrawableState());
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerState.java 306 if (mPhotonicModulator.setState(mScreenOn, brightness)) {
342 public boolean setState(boolean on, int backlight) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 92 setState(MessageFormat.format(
99 setState(null);
103 setState(MessageFormat.format(
240 setState(null);
288 private void setState(String message) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 181 ((OverlayView)view).setState(OverlayView.STATE_ADD_BUTTON);
404 overlayView.setState(OverlayView.STATE_OVERLAY);
406 overlayView.setState(OverlayView.STATE_STUB);
435 overlayView.setState(OverlayView.STATE_OVERLAY);
437 overlayView.setState(OverlayView.STATE_STUB);
525 view.setState(OverlayView.STATE_OVERLAY);
544 view.setState(OverlayView.STATE_STUB);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 672 setState(SIPDialog.TERMINATED_STATE);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ToggleButtonTest.java 101 drawable.setState(null);

Completed in 3494 milliseconds

1 2 34 5 6 7 8 91011>>