Home | History | Annotate | Download | only in res

Lines Matching refs:navigation

358     /** Constant for {@link #navigation}: a value indicating that no value has been set. */
360 /** Constant for {@link #navigation}, value corresponding to the
364 /** Constant for {@link #navigation}, value corresponding to the
368 /** Constant for {@link #navigation}, value corresponding to the
372 /** Constant for {@link #navigation}, value corresponding to the
378 * The kind of navigation method available on the device.
382 public int navigation;
396 * A flag indicating whether any 5-way or DPAD navigation available.
397 * This will be set on a device with a mechanism to hide the navigation
587 /** @hide Native-specific bit mask for NAVIGATION config; DO NOT USE UNLESS YOU ARE SURE. */
634 navigation = o.navigation;
765 switch (navigation) {
771 default: sb.append(" nav="); sb.append(navigation); break;
799 navigation = NAVIGATION_UNDEFINED;
880 if (delta.navigation != NAVIGATION_UNDEFINED
881 && navigation != delta.navigation) {
883 navigation = delta.navigation;
1023 if (delta.navigation != NAVIGATION_UNDEFINED
1024 && navigation != delta.navigation) {
1137 dest.writeInt(navigation);
1165 navigation = source.readInt();
1228 n = this.navigation - that.navigation;
1273 result = 31 * result + navigation;
1555 switch (config.navigation) {
1617 if (base.navigation != change.navigation) {
1618 delta.navigation = change.navigation;
1717 configOut.navigation = XmlUtils.readIntAttribute(parser, XML_ATTR_NAVIGATION,
1772 if (config.navigation != NAVIGATION_UNDEFINED) {
1773 XmlUtils.writeIntAttribute(xml, XML_ATTR_NAVIGATION, config.navigation);