Home
last modified time | relevance | path

Searched refs:newLayerIndex (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DPreviewPagerAdapter.java119 void setPreviewLayer(int newLayerIndex, int currentLayerIndex, int currentFrameIndex, in setPreviewLayer() argument
136 View nextLayer = previewFrame.getChildAt(newLayerIndex); in setPreviewLayer()
139 if (!mViewStubInflated[currentFrameIndex][newLayerIndex]) { in setPreviewLayer()
/packages/apps/Settings/src/com/android/settings/display/
DPreviewPagerAdapter.java120 void setPreviewLayer(int newLayerIndex, int currentLayerIndex, int currentFrameIndex, in setPreviewLayer() argument
137 View nextLayer = previewFrame.getChildAt(newLayerIndex); in setPreviewLayer()
140 if (!mViewStubInflated[currentFrameIndex][newLayerIndex]) { in setPreviewLayer()