Searched refs:currentState (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 1571 int[] direction, ItemConfiguration currentState) { in addViewToTempLocation() argument 1572 CellAndSpan c = currentState.map.get(v); in addViewToTempLocation() 1824 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() argument 1826 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation() 1855 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation() 1862 currentState.save(); in pushViewsToTempLocation() 1870 for (View v: currentState.sortedViews) { in pushViewsToTempLocation() 1883 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation() 1906 currentState.restore(); in pushViewsToTempLocation() 1911 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 1043 IState currentState = getCurrentState(); in getConnectionState() local 1044 if (currentState == mPending) { in getConnectionState() 1057 if (currentState == mConnected || currentState == mAudioOn) { in getConnectionState() 1063 Log.e(TAG, "Bad currentState: " + currentState); in getConnectionState() 1935 IState currentState = getCurrentState(); in isConnected() local 1936 return (currentState == mConnected || currentState == mAudioOn); in isConnected()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 589 IState currentState = getCurrentState(); in getConnectionState() local 590 if (currentState == mPending) { in getConnectionState() 603 if (currentState == mConnected) { in getConnectionState() 609 loge("Bad currentState: " + currentState); in getConnectionState()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 964 final RawContactDelta currentState, BaseRawContactEditorView editor) { in addAccountSwitcher() argument 966 currentState.getAccountName(), in addAccountSwitcher() 967 currentState.getAccountType(), in addAccountSwitcher() 968 currentState.getDataSet()); in addAccountSwitcher() 990 rebindEditorsForNewContact(currentState, currentAccount, newAccount); in addAccountSwitcher()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | LocalBluetoothAdapter.java | 190 int currentState = mAdapter.getState(); in syncBluetoothState() local 191 if (currentState != mState) { in syncBluetoothState()
|
/packages/apps/Browser/src/com/android/browser/ |
D | AutoFillSettingsFragment.java | 263 boolean currentState = mSaveMenuItem.isEnabled(); in updateSaveMenuItemState() 275 if (currentState != newState) { in updateSaveMenuItemState()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | SettingsAppWidgetProvider.java | 135 int currentState = getTriState(context); in toggleState() local 137 switch (currentState) { in toggleState()
|