Searched defs:currentState (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java384 final RawContactDelta currentState, BaseRawContactEditorView editor) {
386 currentState.getAccountName(),
387 currentState.getAccountType(),
388 currentState.getDataSet());
414 rebindEditorsForNewContact(currentState, currentAccount, newAccount);
383 addAccountSwitcher( final RawContactDelta currentState, BaseRawContactEditorView editor) argument
/packages/services/Car/service/src/com/android/car/
H A DCarAudioService.java120 FocusState currentState = FocusState.create(mAudioHal.getCurrentFocusState());
129 mCurrentFocusState = currentState;
198 FocusState currentState;
218 currentState = mFocusReceived;
246 doHandleFocusGainFromCar(currentState, topInfo);
249 doHandleFocusGainTransientFromCar(currentState, topInfo);
252 doHandleFocusLossFromCar(currentState, topInfo);
255 doHandleFocusLossTransientFromCar(currentState);
258 doHandleFocusLossTransientCanDuckFromCar(currentState);
261 doHandleFocusLossTransientExclusiveFromCar(currentState);
266 doHandleFocusGainFromCar(FocusState currentState, AudioFocusInfo topInfo) argument
276 doHandleFocusGainTransientFromCar(FocusState currentState, AudioFocusInfo topInfo) argument
291 doHandleFocusLossFromCar(FocusState currentState, AudioFocusInfo topInfo) argument
318 doHandleFocusLossTransientFromCar(FocusState currentState) argument
322 doHandleFocusLossTransientCanDuckFromCar(FocusState currentState) argument
326 doHandleFocusLossTransientExclusiveFromCar(FocusState currentState) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1571 int[] direction, ItemConfiguration currentState) {
1572 CellAndSpan c = currentState.map.get(v);
1824 int[] direction, View dragView, ItemConfiguration currentState) {
1826 ViewCluster cluster = new ViewCluster(views, currentState);
1855 CellAndSpan c = currentState.map.get(v);
1862 currentState.save();
1870 for (View v: currentState.sortedViews) {
1883 CellAndSpan c = currentState.map.get(v);
1906 currentState.restore();
1911 CellAndSpan c = currentState
1570 addViewToTempLocation(View v, Rect rectOccupiedByPotentialDrop, int[] direction, ItemConfiguration currentState) argument
1823 pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, View dragView, ItemConfiguration currentState) argument
1918 addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, View dragView, ItemConfiguration currentState) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1380 int[] direction, ItemConfiguration currentState) {
1381 CellAndSpan c = currentState.map.get(v);
1584 int[] direction, View dragView, ItemConfiguration currentState) {
1586 ViewCluster cluster = new ViewCluster(views, currentState);
1615 CellAndSpan c = currentState.map.get(v);
1622 currentState.save();
1630 for (View v: currentState.sortedViews) {
1643 CellAndSpan c = currentState.map.get(v);
1666 currentState.restore();
1671 CellAndSpan c = currentState
1379 addViewToTempLocation(View v, Rect rectOccupiedByPotentialDrop, int[] direction, ItemConfiguration currentState) argument
1583 pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, View dragView, ItemConfiguration currentState) argument
1678 addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, View dragView, ItemConfiguration currentState) argument
[all...]

Completed in 110 milliseconds