HomeSort by relevance Sort by last modified time
    Searched defs:mOutgoings (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
StateMachine.java 142 ArrayList<Transition> mOutgoings;
177 if (mOutgoings == null) {
178 mOutgoings = new ArrayList();
180 mOutgoings.add(t);
229 if (mOutgoings != null) {
230 for (Transition t: mOutgoings) {
339 if (state.mOutgoings != null) {
343 for (Transition t : state.mOutgoings) {
372 if (state.mOutgoings != null) {
373 for (Transition t: state.mOutgoings) {
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 43 milliseconds