Searched refs:hiddenInsets (Results 1 – 2 of 2) sorted by relevance
173 final Insets hiddenInsets = mController.getHiddenStateInsets(); in onProgressChanged() local175 (int) (0.5f + fraction * (shownInsets.left - hiddenInsets.left)), in onProgressChanged()176 (int) (0.5f + fraction * (shownInsets.top - hiddenInsets.top)), in onProgressChanged()177 (int) (0.5f + fraction * (shownInsets.right - hiddenInsets.right)), in onProgressChanged()178 (int) (0.5f + fraction * (shownInsets.bottom - hiddenInsets.bottom))); in onProgressChanged()
410 Insets hiddenInsets = controller.getHiddenStateInsets(); in onReady() local413 hiddenInsets = controller.hasZeroInsetsIme() in onReady()414 ? Insets.of(hiddenInsets.left, hiddenInsets.top, hiddenInsets.right, in onReady()416 : hiddenInsets; in onReady()418 ? hiddenInsets in onReady()422 : hiddenInsets; in onReady()