Searched refs:mWindowMagnificationController (Results 1 – 3 of 3) sorted by relevance
193 mWindowMagnificationController = in setUp()288 assertEquals(mWindowMagnificationController.getCenterX(), in moveWindowMagnifier_enabled_notifySourceBoundsChanged()290 assertEquals(mWindowMagnificationController.getCenterY(), in moveWindowMagnifier_enabled_notifySourceBoundsChanged()413 assertEquals(mWindowMagnificationController.getCenterX(), in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback()415 assertEquals(mWindowMagnificationController.getCenterY(), in moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback()455 assertEquals(mWindowMagnificationController.getCenterX(), in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()457 assertEquals(mWindowMagnificationController.getCenterY(), in moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()503 mWindowMagnificationController.getCenterY()); in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition()517 mWindowMagnificationController.getCenterY()); in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition()1286 mWindowMagnificationController in editModeOnDragCorner_resizesWindow()[all …]
72 private WindowMagnificationController mWindowMagnificationController; field in IWindowMagnificationConnectionTest121 verify(mWindowMagnificationController).enableWindowMagnification(eq(3.0f), in enableWindowMagnification_passThrough()131 verify(mWindowMagnificationController).deleteWindowMagnification( in disableWindowMagnification_deleteWindowMagnification()140 verify(mWindowMagnificationController).setScale(3.0f); in setScale()148 verify(mWindowMagnificationController).moveWindowMagnifier(100f, 200f); in moveWindowMagnifier()157 verify(mWindowMagnificationController).moveWindowMagnifierToPosition( in moveWindowMagnifierToPosition()213 return mWindowMagnificationController; in createInstance()
90 private WindowMagnificationController mWindowMagnificationController; field in WindowMagnificationTest126 mContext.getSystemService(DisplayManager.class), mWindowMagnificationController); in setUp()215 verify(mWindowMagnificationController).changeMagnificationSize(eq(index)); in onSetMagnifierSize_delegateToMagnifier()226 verify(mWindowMagnificationController).setDiagonalScrolling(eq(true)); in onSetDiagonalScrolling_delegateToMagnifier()231 when(mWindowMagnificationController.isActivated()).thenReturn(true); in onEditMagnifierSizeMode_windowActivated_delegateToMagnifier()236 verify(mWindowMagnificationController).setEditMagnifierSizeMode(eq(true)); in onEditMagnifierSizeMode_windowActivated_delegateToMagnifier()265 when(mWindowMagnificationController.isActivated()).thenReturn(true); in onModeSwitch_windowEnabledAndSwitchToFullscreen_hidePanelAndNotifyCallback()283 when(mWindowMagnificationController.isActivated()).thenReturn(true); in onModeSwitch_switchToSameMode_doNothing()298 when(mWindowMagnificationController.isActivated()).thenReturn(true); in onSettingsPanelVisibilityChanged_windowActivated_delegateToMagnifier()304 verify(mWindowMagnificationController).updateDragHandleResourcesIfNeeded(eq(shown)); in onSettingsPanelVisibilityChanged_windowActivated_delegateToMagnifier()