OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:focuschangedview
(Results
1 - 1
of
1
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaItemPresenter.java
578
* @param
focusChangedView
The component within the media row whose focus got changed.
586
View
focusChangedView
, ValueAnimator layoutAnimator, boolean isDetails) {
587
int animationDuration =
focusChangedView
.getContext().getResources()
592
if (!
focusChangedView
.hasFocus()) {
613
sTempRect.set(0, 0,
focusChangedView
.getWidth(),
focusChangedView
.getHeight());
614
rootView.offsetDescendantRectToMyCoords(
focusChangedView
, sTempRect);
Completed in 72 milliseconds