HomeSort by relevance Sort by last modified time
    Searched defs:updateState (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 47 m_notifier->updateState();
57 m_notifier->updateState();
65 void NetworkStateNotifier::updateState()
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMoveExecution.java 96 public boolean updateState(HashSet<String> pressedMappings, float time){
  /external/webkit/Source/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 40 void NetworkStateNotifier::updateState()
83 // Calling updateState() could be expensive so we schedule a timer that will do it
92 updateState();
135 updateState();
  /external/webkit/Source/WebCore/platform/network/win/
NetworkStateNotifierWin.cpp 37 void NetworkStateNotifier::updateState()
75 updateState();
108 updateState();
  /external/webkit/Source/WebCore/platform/network/
NetworkStateNotifier.h 95 void updateState();
132 inline void NetworkStateNotifier::updateState() { }
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 43 this._selectNode.addEventListener('change', updateState);
52 RebaselineQueue.prototype.updateState = function()
95 updateState();
126 updateState();
139 updateState();
161 updateState();
main.js 324 updateState();
343 function updateState()
360 queue.updateState();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AutoRotateController.java 36 updateState();
50 updateState();
65 private void updateState() {
  /external/smack/src/org/jivesoftware/smack/
RosterEntry.java 104 void updateState(String name, RosterPacket.ItemType type, RosterPacket.ItemStatus status) {
  /frameworks/av/media/libmediaplayerservice/
MidiFile.h 69 void updateState(){ EAS_State(mEasData, mEasHandle, &mState); }
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 245 public void updateState() {
267 info.updateState();
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 254 updateState();
283 private void updateState() {
TetherSettings.java 223 updateState(available.toArray(new String[available.size()]),
228 updateState();
231 updateState();
234 updateState();
256 updateState();
292 updateState();
306 private void updateState() {
313 updateState(available, tethered, errored);
316 private void updateState(String[] available, String[] tethered,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 224 changedProperties = updateState(mCurrentStateIndex,
277 private Set<IGLProperty> updateState(int fromIndex, int toIndex) {
  /frameworks/base/libs/androidfw/
VelocityTracker.cpp 719 updateState(state, eventTime, position.x, position.y);
754 void IntegratingVelocityTrackerStrategy::updateState(State& state,
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 113 updateState(SHOW_BUSY);
133 updateState(SHOW_EMPTY);
143 updateState(SHOW_LIST);
146 updateState(SHOW_LIST);
151 updateState(SHOW_EMPTY);
167 updateState(SHOW_BUSY);
206 updateState(SHOW_BUSY);
302 updateState(SHOW_BUSY);
331 private void updateState(int state) {
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 127 virtual void updateState(const QPaintEngineState& state) { }
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 67 // mDisableWaitCnt is set by process() and updateState() and not used before then
213 void AudioFlinger::EffectModule::updateState() {
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 159 private void updateState(DetailedState detailedState, String reason) {
228 updateState(DetailedState.IDLE, "prepare");
301 updateState(DetailedState.CONNECTING, "establish");
322 updateState(DetailedState.FAILED, "establish");
341 updateState(DetailedState.AUTHENTICATING, "establish");
379 updateState(DetailedState.DISCONNECTED, "interfaceRemoved");
594 updateState(DetailedState.CONNECTING, "startLegacyVpn");
722 updateState(DetailedState.DISCONNECTED, "exit");
747 updateState(DetailedState.FAILED, "checkpoint");
781 updateState(DetailedState.DISCONNECTED, "execute")
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 394 mAirplaneModeOn.updateState(mAirplaneState);
407 ((ToggleAction)mSilentModeAction).updateState(
722 public void updateState(State state) {
850 mAirplaneModeOn.updateState(mAirplaneState);
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 144 mHandler.updateState(state);
350 updateState(state);
405 public void updateState(String state) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 248 /* package */ void updateState(CallManager cm) {
249 if (DBG) log("updateState(" + cm + ")...");
436 * totally idle. (See comments in updateState() above.)
503 // an idle call! In updateState(), if the phone is idle,
509 // became idle *after* the check in updateState() but
    [all...]
InCallTouchUi.java 112 // Time of the most recent "answer" or "reject" action (see updateState())
226 /* package */ void updateState(CallManager cm) {
228 log("- updateState: mInCallScreen has been destroyed; bailing out...");
233 if (DBG) log("updateState: current state = " + state);
255 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
260 // if we get an updateState() call immediately after answering/rejecting a call
270 log("updateState: Too soon after last action; not drawing!");
288 log("updateState: quickResponse visible. Cancel showing incoming call controls.");
296 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...");
310 log("- updateState: FORCE showing in-call controls during incoming call widget
    [all...]

Completed in 2491 milliseconds

1 2