Searched defs:solution (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1859 // We save the current configuration -- if we fail to find a solution we will revert
1860 // to the initial state. The process of finding a solution modifies the configuration
1878 // The push solution includes the all apps button, this is not viable.
1900 // Due to the nature of the algorithm, the only check required to verify a valid solution
1979 // This method tries to find a reordering solution which satisfies the push mechanic by trying
1983 int[] direction, View ignoreView, ItemConfiguration solution) {
1991 ignoreView, solution)) {
1999 ignoreView, solution)) {
2011 ignoreView, solution)) {
2019 ignoreView, solution)) {
1982 attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied, int[] direction, View ignoreView, ItemConfiguration solution) argument
2076 rearrangementExists(int cellX, int cellY, int spanX, int spanY, int[] direction, View ignoreView, ItemConfiguration solution) argument
2155 simpleSwap(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX, ItemConfiguration solution) argument
2195 copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) argument
2210 copySolutionToTempState(ItemConfiguration solution, View dragView) argument
2235 animateItemsToSolution(ItemConfiguration solution, View dragView, boolean commitDragView) argument
2263 beginOrAdjustHintAnimations(ItemConfiguration solution, View dragView, int delay) argument
2435 findConfigurationNoShuffle(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, View dragView, ItemConfiguration solution) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1619 // We save the current configuration -- if we fail to find a solution we will revert
1620 // to the initial state. The process of finding a solution modifies the configuration
1638 // The push solution includes the all apps button, this is not viable.
1660 // Due to the nature of the algorithm, the only check required to verify a valid solution
1729 // This method tries to find a reordering solution which satisfies the push mechanic by trying
1733 int[] direction, View ignoreView, ItemConfiguration solution) {
1741 ignoreView, solution)) {
1749 ignoreView, solution)) {
1761 ignoreView, solution)) {
1769 ignoreView, solution)) {
1732 attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied, int[] direction, View ignoreView, ItemConfiguration solution) argument
1826 rearrangementExists(int cellX, int cellY, int spanX, int spanY, int[] direction, View ignoreView, ItemConfiguration solution) argument
1899 findReorderSolution(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX, ItemConfiguration solution) argument
1940 copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) argument
1955 copySolutionToTempState(ItemConfiguration solution, View dragView) argument
1975 animateItemsToSolution(ItemConfiguration solution, View dragView, boolean commitDragView) argument
1999 beginOrAdjustReorderPreviewAnimations(ItemConfiguration solution, View dragView, int delay, int mode) argument
2199 findConfigurationNoShuffle(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, View dragView, ItemConfiguration solution) argument
[all...]

Completed in 117 milliseconds