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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java450 final RawContactDelta currentState, BaseRawContactEditorView editor) {
452 currentState.getAccountName(),
453 currentState.getAccountType(),
454 currentState.getDataSet());
481 rebindEditorsForNewContact(currentState, currentAccount, newAccount);
449 addAccountSwitcher( final RawContactDelta currentState, BaseRawContactEditorView editor) argument
/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.java1351 int[] direction, ItemConfiguration currentState) {
1352 CellAndSpan c = currentState.map.get(v);
1604 int[] direction, View dragView, ItemConfiguration currentState) {
1606 ViewCluster cluster = new ViewCluster(views, currentState);
1635 CellAndSpan c = currentState.map.get(v);
1642 currentState.save();
1650 for (View v: currentState.sortedViews) {
1663 CellAndSpan c = currentState.map.get(v);
1686 currentState.restore();
1691 CellAndSpan c = currentState
1350 addViewToTempLocation(View v, Rect rectOccupiedByPotentialDrop, int[] direction, ItemConfiguration currentState) argument
1603 pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, View dragView, ItemConfiguration currentState) argument
1698 addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, int[] direction, View dragView, ItemConfiguration currentState) argument
[all...]

Completed in 168 milliseconds