Searched refs:findFixedRowByType (Results 1 – 4 of 4) sorted by relevance
129 .findFixedRowByType(PredictionRowView.class).getVisibility() == View.GONE); in testPredictionsDisabled()136 .findFixedRowByType(PredictionRowView.class); in getPredictedApp()
182 mAppsView.getFloatingHeaderView().findFixedRowByType(PredictionRowView.class) in applyState()290 findFixedRowByType(PredictionRowView.class); in canApplyPredictions()
166 int top = floatingHeaderView.findFixedRowByType(PredictionRowView.class).getTop(); in showAllAppsTipIfNecessary()
402 public <T extends FloatingHeaderRow> T findFixedRowByType(Class<T> type) { in findFixedRowByType() method in FloatingHeaderView