Searched refs:mLastDirectionVector (Results 1 – 2 of 2) sorted by relevance
60 int[] mLastDirectionVector = new int[2]; field in AppWidgetResizeFrame317 mDirectionVector[0] = mLastDirectionVector[0]; in resizeWidgetIfNeeded()318 mDirectionVector[1] = mLastDirectionVector[1]; in resizeWidgetIfNeeded()320 mLastDirectionVector[0] = mDirectionVector[0]; in resizeWidgetIfNeeded()321 mLastDirectionVector[1] = mDirectionVector[1]; in resizeWidgetIfNeeded()
57 private final int[] mLastDirectionVector = new int[2]; field in AppWidgetResizeFrame286 mDirectionVector[0] = mLastDirectionVector[0]; in resizeWidgetIfNeeded()287 mDirectionVector[1] = mLastDirectionVector[1]; in resizeWidgetIfNeeded()289 mLastDirectionVector[0] = mDirectionVector[0]; in resizeWidgetIfNeeded()290 mLastDirectionVector[1] = mDirectionVector[1]; in resizeWidgetIfNeeded()