Home | History | Annotate | Download | only in res

Lines Matching refs:navigation

349     /** Constant for {@link #navigation}: a value indicating that no value has been set. */
351 /** Constant for {@link #navigation}, value corresponding to the
355 /** Constant for {@link #navigation}, value corresponding to the
359 /** Constant for {@link #navigation}, value corresponding to the
363 /** Constant for {@link #navigation}, value corresponding to the
369 * The kind of navigation method available on the device.
373 public int navigation;
387 * A flag indicating whether any 5-way or DPAD navigation available.
388 * This will be set on a device with a mechanism to hide the navigation
561 /** @hide Native-specific bit mask for NAVIGATION config; DO NOT USE UNLESS YOU ARE SURE. */
608 navigation = o.navigation;
738 switch (navigation) {
744 default: sb.append(" nav="); sb.append(navigation); break;
772 navigation = NAVIGATION_UNDEFINED;
853 if (delta.navigation != NAVIGATION_UNDEFINED
854 && navigation != delta.navigation) {
856 navigation = delta.navigation;
996 if (delta.navigation != NAVIGATION_UNDEFINED
997 && navigation != delta.navigation) {
1110 dest.writeInt(navigation);
1138 navigation = source.readInt();
1201 n = this.navigation - that.navigation;
1246 result = 31 * result + navigation;