Home | History | Annotate | Download | only in res

Lines Matching refs:navigation

152      * The kind of navigation method available on the device.
156 public int navigation;
163 * A flag indicating whether any 5-way or DPAD navigation available.
164 * This will be set on a device with a mechanism to hide the navigation
238 navigation = o.navigation;
265 sb.append(navigation);
294 navigation = NAVIGATION_UNDEFINED;
360 if (delta.navigation != NAVIGATION_UNDEFINED
361 && navigation != delta.navigation) {
363 navigation = delta.navigation;
456 if (delta.navigation != NAVIGATION_UNDEFINED
457 && navigation != delta.navigation) {
552 dest.writeInt(navigation);
573 navigation = source.readInt();
629 n = this.navigation - that.navigation;
661 + this.navigation + this.navigationHidden